itzg / itzg/minecraft-server-charts

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

Open
#138 1 comment 0 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
Mustache
Stars
406
Forks
164
Avg merge
1h 34m
Merged PRs (30d)
1

Description

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](https://cloud.google.com/architecture/using-container-image-digests-in-kubernetes-manifests?hl=de)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with values.yaml and trace how the image.tag value is rendered into the container image reference. Confirm the expected digest syntax and verify that the resulting reference uses @sha256:... rather than a tag separator; the issue's example provides the completion criteria.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, kubernetes
Domain
devops, infrastructure
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.