-
Notifications
You must be signed in to change notification settings - Fork 108
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
Unable to use non-semver image tags #62
Comments
Happy to accept PR. The suggest to ditch support for below version 1.0. we can bump the chart to 2.x and outline breaking change. |
FYI it doesn't accept pinned tags even if they are semver. |
I have no problem docker pull 8gears.container-registry.com/examples/hello-world:latest@sha256:65a579d1e76f280adb6ccb7340fc6a014057d1add5da562a9dffe1ea5f3dd741
8gears.container-registry.com/examples/hello-world@sha256:65a579d1e76f280adb6ccb7340fc6a014057d1add5da562a9dffe1ea5f3dd741: Pulling from examples/hello-world
d74bf3f073b8: Download complete
801bfaa63ef2: Download complete
d164bab334d5: Download complete
Digest: sha256:65a579d1e76f280adb6ccb7340fc6a014057d1add5da562a9dffe1ea5f3dd741
Status: Downloaded newer image for 8gears.container-registry.com/examples/hello-world@sha256:65a579d1e76f280adb6ccb7340fc6a014057d1add5da562a9dffe1ea5f3dd741
8gears.container-registry.com/examples/hello-world:latest@sha256:65a579d1e76f280adb6ccb7340fc6a014057d1add5da562a9dffe1ea5f3dd741
I, however, see now the real issue, I'll create a patch ditching support for < 1.0 |
Docker pull isn't how the chart parses that tag. |
Hi!
Due to the various semantic versioning checks for the image tags, you cannot use a non-semver compliant tag. Particularly Im trying to use the
ai-beta
tag.e.g. this in deployments.yaml is a failure point.
And of course when attempting to deploy, this fails pointing out the tag isnt semver compliant. I realise these are non-production tags so would you be willing to support these?
The text was updated successfully, but these errors were encountered: