Skip to content

Commit fcc801c

Browse files
committed
base image changed to registry.access.redhat.com/ubi9/openjdk-21:1.20-2.1725851045
1 parent ccea429 commit fcc801c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12+
- [fj-doc-playground-quarkus] base image changed to registry.access.redhat.com/ubi9/openjdk-21:1.20-2.1725851045
1213
- [fj-doc-playground-quarkus] quarkus version set to 3.14.4
1314

1415
## [8.8.6] - 2024-09-13

fj-doc-playground-quarkus/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# docker image tag [image tag] fugeritorg/fj-doc-playground-quarkus:latest
1212
#
1313
# Change with any base openjdk image is preferred
14-
FROM eclipse-temurin:21.0.4_7-jre-alpine
14+
FROM registry.access.redhat.com/ubi9/openjdk-21:1.20-2.1725851045
1515

1616
LABEL org.opencontainers.image.authors="Fugerit" \
1717
org.opencontainers.image.source="Quarkus" \
@@ -23,7 +23,3 @@ COPY --chown=185:0 target/quarkus-app/*.jar /deployments/
2323
COPY --chown=185:0 target/quarkus-app/app/ /deployments/app/
2424
COPY --chown=185:0 target/quarkus-app/quarkus/ /deployments/quarkus/
2525

26-
#RUN echo "securerandom.source=file:/dev/./urandom" >> /opt/java/openjdk/lib/security/java.security
27-
28-
CMD java -Dfile.encoding="UTF-8" -jar /deployments/quarkus-run.jar
29-

0 commit comments

Comments
 (0)