Releases: rcruzper/openjdk
Releases · rcruzper/openjdk
improved docker image creation
- Use COPY instead of ADD to download extensions.
- Create a non-root user (java:java) to execute the application.
- Use /home/java as WORKDIR to allocate all files.
- Add exec to entrypoint.sh to replace the shell process by the JVM,
avoiding custom implementation for trap signals. - Use RUN instead of ADD to download Java Cryptography Extension.
- Update NR APM agent to 3.45.0