Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to use an image digest instead of a tag? #138

Open
3deep5me opened this issue Nov 16, 2022 · 1 comment
Open

Is it possible to use an image digest instead of a tag? #138

3deep5me opened this issue Nov 16, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@3deep5me
Copy link
Contributor

Hi, thanks for this nice chart and your Minecraft container work.

I tried to setup a server and didn't want to use an image tag instead i want to use a digest, to fix the image version.
I tried this:

values.yaml
image: 
   tag: sha256:2888e7304b837002fade0b7c939c1b2297d303d3cba891805d12c13036d8aae2

But the result is something like this:

 image: itzg/minecraft-server:sha256:2888e7304b837002fade0b7c939c1b2297d303d3cba891805d12c13036d8aae2

Which does not work the resulting string should look like this.

 image: itzg/minecraft-server@sha256:2888e7304b837002fade0b7c939c1b2297d303d3cba891805d12c13036d8aae2

google

@3deep5me
Copy link
Contributor Author

Found a workaround, looks like this:

 image: 
          repository: itzg/minecraft-server@sha256
          tag: 2888e7304b837002fade0b7c939c1b2297d303d3cba891805d12c13036d8aae2

@itzg itzg added help wanted Extra attention is needed enhancement New feature or request labels Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants