File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
fj-doc-playground-quarkus Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Changed
11
11
12
+ - [ fj-doc-playground-quarkus] base image changed to registry.access.redhat.com/ubi9/openjdk-21:1.20-2.1725851045
12
13
- [ fj-doc-playground-quarkus] quarkus version set to 3.14.4
13
14
14
15
## [ 8.8.6] - 2024-09-13
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 eclipse-temurin:21.0.4_7-jre-alpine
14
+ FROM registry.access.redhat.com/ubi9/openjdk-21:1.20-2.1725851045
15
15
16
16
LABEL org.opencontainers.image.authors="Fugerit" \
17
17
org.opencontainers.image.source="Quarkus" \
@@ -23,7 +23,3 @@ 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" >> /opt/java/openjdk/lib/security/java.security
27
-
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