Skip to content

Add digest option to images#41

Merged
paweljw merged 1 commit into
BetterStackHQ:mainfrom
w3irdrobot:specify-digest
Apr 29, 2026
Merged

Add digest option to images#41
paweljw merged 1 commit into
BetterStackHQ:mainfrom
w3irdrobot:specify-digest

Conversation

@w3irdrobot
Copy link
Copy Markdown
Contributor

Passing a digest is a more stable way, although not as pretty, way to designate the image version to run. Since tags can be replaced with new images, passing a digest enforces the specific image does not change snce a new push to a tag would have a new digest. However, specifying the digest uses the [at] symbol as a separator instead of a colon. This allows passing a digest of the form sha256:awesomedigest..., falling back to passing a normal tag when a digest is not given.

Passing a digest is a more stable way, although not as pretty, way to
designate the image version to run. Since tags can be replaced with new
images, passing a digest enforces the specific image does not change
snce a new push to a tag would have a new digest. However, specifying
the digest uses the [at] symbol as a separator instead of a colon. This
allows passing a digest of the form `sha256:awesomedigest...`, falling
back to passing a normal tag when a digest is not given.
@paweljw paweljw self-requested a review April 29, 2026 07:33
Copy link
Copy Markdown
Member

@paweljw paweljw left a comment

Choose a reason for hiding this comment

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

Thank you @w3irdrobot !

@paweljw paweljw merged commit d376aa4 into BetterStackHQ:main Apr 29, 2026
1 check passed
@paweljw
Copy link
Copy Markdown
Member

paweljw commented Apr 29, 2026

FYI @w3irdrobot , this has shipped in chart v0.1.42 🙏

@w3irdrobot w3irdrobot deleted the specify-digest branch April 29, 2026 14:02
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