Skip to content

Commit f5915bf

Browse files
committed
docker image eclipse-temurin:21.0.2_13-jre-alpine
1 parent 1f8b75c commit f5915bf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

1212
- fj-version set to 8.5.4
1313
- [playground-quarkus] quarkus-version set to 3.9.2
14+
- [playground-quarkus] docker image eclipse-temurin:21.0.2_13-jre-alpine
1415
- fj-bom set to 1.6.3
1516

1617
## [3.4.5] - 2024-03-19

fj-doc-playground-quarkus/Dockerfile

Lines changed: 3 additions & 2 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 amazoncorretto:21.0.2-alpine3.19
14+
FROM eclipse-temurin:21.0.2_13-jre-alpine
1515

1616
LABEL org.opencontainers.image.authors="Fugerit" \
1717
org.opencontainers.image.source="Quarkus" \
@@ -23,6 +23,7 @@ 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" >> /usr/lib/jvm/default-jvm/jre/lib/security/java.security
26+
#RUN echo "securerandom.source=file:/dev/./urandom" >> /opt/java/openjdk/lib/security/java.security
2727

2828
CMD java -Dfile.encoding="UTF-8" -jar /deployments/quarkus-run.jar
29+

0 commit comments

Comments
 (0)