Skip to content

Commit

Permalink
Merge pull request #3224 from OpenLiberty/upgrade-container-images#3145
Browse files Browse the repository at this point in the history
Container images were updated to latest Open Liberty version 23.0.0.5
  • Loading branch information
natalie-bernhard committed Jun 27, 2023
2 parents b676bf9 + eb77e8e commit f98eff7
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.demo
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 package
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.2-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.draft
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 package
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.2-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 package
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.2-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.staging
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 package
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.2-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/blogs/Dockerfile.blogs.draft
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 package
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.2-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/blogs/Dockerfile.blogs.staging
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 package
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.2-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/certifications/Dockerfile.certifications.draft
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 package
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.2-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/certifications/Dockerfile.certifications.staging
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 package
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.2-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/docs/Dockerfile.docs.draft
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 package
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.2-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/docs/Dockerfile.docs.staging
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 package
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.2-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/guides/Dockerfile.guides.draft
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 package
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.2-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/guides/Dockerfile.guides.staging
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 package
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.2-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
Expand Down
2 changes: 1 addition & 1 deletion docker/ui-only/Dockerfile.ui-only
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN ./mvnw -B -Dhttps.protocols=TLSv1.2 package
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.2-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:23.0.0.5-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY src/main/wlp/server.xml /config/server.xml
Expand Down

0 comments on commit f98eff7

Please sign in to comment.