Skip to content

fix: drop pinned base image digests from FROM lines#210

Merged
develop7 merged 1 commit into
masterfrom
jhrcek/remove-from-pins
Jul 10, 2026
Merged

fix: drop pinned base image digests from FROM lines#210
develop7 merged 1 commit into
masterfrom
jhrcek/remove-from-pins

Conversation

@jhrcek

@jhrcek jhrcek commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

official-images repo doesn't accept digest-pinned FROM lines - bashbrew resolves the parent image from the tag and rebuilds haskell images whenever the base image is rebuilt, which pinning defeats. See docker-library/official-images#21812

  • remove the digest field from the Nickel schema, template, and all variant data files, and regenerate the Dockerfiles
  • strip digests from the hand maintained buster/slim-buster Dockerfiles
  • disable Renovate's pinDigests for Dockerfiles so they don't come back

official-images doesn't accept digest-pinned FROM lines — bashbrew
resolves the parent image from the tag and rebuilds haskell images
whenever the base image is rebuilt, which pinning defeats. See
docker-library/official-images#21812

- remove the digest field from the Nickel schema, template, and all
  variant data files, and regenerate the Dockerfiles
- strip digests from the hand-maintained buster/slim-buster Dockerfiles
- disable Renovate's pinDigests for Dockerfiles so they don't come back
@jhrcek jhrcek requested a review from develop7 July 10, 2026 05:17

@develop7 develop7 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thank you!

@develop7 develop7 marked this pull request as ready for review July 10, 2026 08:56
@develop7 develop7 merged commit 870b068 into master Jul 10, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants