Skip to content

Commit

Permalink
base image amazoncorretto:21.0.2-alpine3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Feb 12, 2024
1 parent 5ba30ec commit be13a0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- [playground-quarkus] base image amazoncorretto:21.0.2-alpine3.19
- [playground-quarkus] migrate SPA bundler to [Vite](https://vitejs.dev/)
- [playground-quarkus] suggested node 20 for react front end

Expand Down
5 changes: 2 additions & 3 deletions fj-doc-playground-quarkus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# docker image tag [image tag] fugeritorg/fj-doc-playground-quarkus:latest
#
# Change with any base openjdk image is preferred
FROM eclipse-temurin:21.0.2_13-jre-alpine
FROM amazoncorretto:21.0.2-alpine3.19

LABEL org.opencontainers.image.authors="Fugerit" \
org.opencontainers.image.source="Quarkus" \
Expand All @@ -25,7 +25,6 @@ COPY --chown=185:0 target/quarkus-app/quarkus/ /deployments/quarkus/

USER root

# disabled for now
RUN echo "securerandom.source=file:/dev/./urandom" >> /opt/java/openjdk/lib/security/java.security
RUN echo "securerandom.source=file:/dev/./urandom" >> /usr/lib/jvm/default-jvm/jre/lib/security/java.security

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

0 comments on commit be13a0b

Please sign in to comment.