Skip to content

Commit

Permalink
Change base image for java s2i to fabric8/s2i-java:2.2.0 from latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tmckayus committed Jul 31, 2018
1 parent ab18bb2 commit f391c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion image.java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ schema_version: 1
name: "radanalyticsio/radanalytics-java-spark"
version: 1.0
release: dev
from: "fabric8/s2i-java:latest"
from: "fabric8/s2i-java:2.2.0"
labels:
- name: "io.k8s.description"
value: "Platform for building a radanalytics java spark app"
Expand Down
2 changes: 1 addition & 1 deletion java-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
# This is a Dockerfile for the radanalyticsio/radanalytics-java-spark:1.0 image.

FROM fabric8/s2i-java:latest
FROM fabric8/s2i-java:2.2.0

# Environment variables
ENV JBOSS_IMAGE_NAME="radanalyticsio/radanalytics-java-spark" \
Expand Down

0 comments on commit f391c37

Please sign in to comment.