Skip to content

Commit

Permalink
Docker: re-enable JAVA_OPTS_APPEND env var (#7659)
Browse files Browse the repository at this point in the history
This commit fixes an issue where many supported
environment variables, among which, JAVA_OPTS_APPEND,
weren't being honored.

This happens because the JAVA_OPTS environment
variable was being overwritten in Dockerfile-jvm.
  • Loading branch information
adutra authored Oct 24, 2023
1 parent c685415 commit 7cb7cda
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 41 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ as necessary. Empty sections will not end in the release notes.

### Fixes

- Docker images again honor environment variables such as `JAVA_OPTS_APPEND` that are used to pass
additional JVM options to the Nessie server. See the
[ubi8/openjdk-17](https://catalog.redhat.com/software/containers/ubi8/openjdk-17/618bdbf34ae3739687568813)
base image documentation for the list of all supported environment variables.

### Commits

## [0.72.2] Release (2023-10-19)
Expand Down
Loading

0 comments on commit 7cb7cda

Please sign in to comment.