Skip to content

Commit

Permalink
upgrade to newest OL version
Browse files Browse the repository at this point in the history
  • Loading branch information
natalie-bernhard committed Mar 19, 2024
1 parent bcaa523 commit c79632e
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 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.12-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 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 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.12-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 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 @@ -68,7 +68,7 @@ COPY --from=docs --chown=1001:0 /temp-docs/docs /target/openliberty-website-1.0-
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.12-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 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 @@ -65,7 +65,7 @@ COPY --from=docs --chown=1001:0 /temp-docs/docs /target/openliberty-website-1.0-
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.12-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 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 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.12-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 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 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.12-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 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 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.12-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 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 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.12-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 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 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.12-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 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 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.12-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 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 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.12-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 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 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.12-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 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 compile war:exploded
#
#
#
FROM icr.io/appcafe/open-liberty:23.0.0.12-kernel-slim-java8-openj9-ubi as runtime
FROM icr.io/appcafe/open-liberty:24.0.0.2-kernel-slim-java8-openj9-ubi as runtime
ENV SEC_TLS_TRUSTDEFAULTCERTS true

COPY --chown=1001:0 src/main/wlp/server.xml /config/server.xml
Expand Down

0 comments on commit c79632e

Please sign in to comment.