We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I expect image tag with both some custom text and input digest created with customTemplate tagPolicy
customTemplate
tagPolicy
$ skaffold build -p test-custom-template creating runner: creating tagger: creating tagger: creating components: unknown component for custom template: DIGEST {GitTagger:<nil> ShaTagger:<nil> EnvTemplateTagger:<nil> DateTimeTagger:<nil> CustomTemplateTagger:<nil> InputDigest:0x7a479b8} . If above error is unexpected, please open an issue https://github.com/GoogleContainerTools/skaffold/issues/new to report this error.
v1.21.0-29-g89b83154e-dirty
macOS 10.15.7
built from master
apiVersion: skaffold/v2beta14 kind: Config profiles: - name: test-custom-template build: tagPolicy: customTemplate: template: "release-aaa-{{.DIGEST}}" components: - name: DIGEST inputDigest: {} artifacts: - image: quay.io/my/project context: ../../.. bazel: target: //project:docker.tar
skaffold
LOCAL=true make install
skaffold build -p test-custom-template
The text was updated successfully, but these errors were encountered:
@piotr-szybicki This one is related to #5192 .
Sorry, something went wrong.
will be fixed by #5661
Successfully merging a pull request may close this issue.
Expected behavior
I expect image tag with both some custom text and input digest created with
customTemplate
tagPolicy
Actual behavior
Information
v1.21.0-29-g89b83154e-dirty
macOS 10.15.7
built from master
Steps to reproduce the behavior
skaffold
withLOCAL=true make install
skaffold build -p test-custom-template
The text was updated successfully, but these errors were encountered: