Pin docker.ddf.base.version to 3.1 (JDK 17) by digest#1014
Open
jaymcnallie wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces
<docker.ddf.base.version>latest</docker.ddf.base.version>with3.1@sha256:43b423c15c6d6c42a73c387d9de83309ab90ee88888c8595ecf45bbfd8fafe05.3.1is the first JDK-pinned tag published from codice/docker-ddf-base#8 — Azul Zulu17.0.19-17.66. Alliance follows the DDF2.30.xtrain, which stays on JDK 17.Why
Tracking
:latestis what produced the unbootablecodice/alliance:1.17.4image (Java 8 image + Java 17 setenv flags = JVM dies on startup, container appearsUpbecause entrypoint ends withtail -f). Pinning by digest makes every Alliance Docker build bit-for-bit reproducible.When Alliance is ready to follow DDF master onto JDK 21, this property bumps to
4.0@sha256:...(separate PR).Test plan
tag@sha256:syntax (verifiedFROM codice/ddf-base:3.1@sha256:43b423...builds cleanly).