Skip to content

Commit

Permalink
change FROM centos:7.5.1804 to centos:7 (fixes fabric8io-images#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Sep 19, 2018
1 parent 7d1d6d2 commit ef16669
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion java/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ config:
base:
centos:
withGradle: true
from: "centos:7.5.1804"
from: "centos:7"
user: "jboss"
home: "/opt/jboss"
description: "CentOS S2I Java builder image with OpenJDK 8"
Expand Down
2 changes: 1 addition & 1 deletion java/images/centos/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:7.5.1804
FROM centos:7

ENV JOLOKIA_VERSION="1.6.0" \
PROMETHEUS_JMX_EXPORTER_VERSION="0.3.1" \
Expand Down
2 changes: 1 addition & 1 deletion karaf/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ abSepClosed: "}}"
config:
base:
centos:
from: "centos:7.5.1804"
from: "centos:7"
user: "jboss"
home: "/opt/jboss"
description: "CentOS S2I Karaf builder image with OpenJDK 8"
Expand Down
2 changes: 1 addition & 1 deletion karaf/images/centos/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:7.5.1804
FROM centos:7

MAINTAINER Dhiraj Bokde <dhirajsb@gmail.com>

Expand Down

0 comments on commit ef16669

Please sign in to comment.