File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
fj-doc-playground-quarkus Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- fj-version set to 8.5.4
13
13
- [ playground-quarkus] quarkus-version set to 3.9.2
14
+ - [ playground-quarkus] docker image eclipse-temurin:21.0.2_13-jre-alpine
14
15
- fj-bom set to 1.6.3
15
16
16
17
## [ 3.4.5] - 2024-03-19
Original file line number Diff line number Diff line change 11
11
# docker image tag [image tag] fugeritorg/fj-doc-playground-quarkus:latest
12
12
#
13
13
# 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
15
15
16
16
LABEL org.opencontainers.image.authors="Fugerit" \
17
17
org.opencontainers.image.source="Quarkus" \
@@ -23,6 +23,7 @@ COPY --chown=185:0 target/quarkus-app/*.jar /deployments/
23
23
COPY --chown=185:0 target/quarkus-app/app/ /deployments/app/
24
24
COPY --chown=185:0 target/quarkus-app/quarkus/ /deployments/quarkus/
25
25
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
27
27
28
28
CMD java -Dfile.encoding="UTF-8" -jar /deployments/quarkus-run.jar
29
+
You can’t perform that action at this time.
0 commit comments