skaffold docker doesn't tag correctly #1979
Labels
area/tag
good first issue
Good for newcomers
kind/bug
Something isn't working
meta/release
meta/testing
Issues focused on testing Skaffold itself
tagger/git
Uh oh!
There was an error while loading. Please reload this page.
When I run
skaffold run
on CircleCI with the image ofgcr.io/k8s-skaffold/skaffold
, following error occurs.For the following,
Error is
For the dateTime tagging,
Error is
I guess the cause is required files/command are not in built docker image.
https://github.com/GoogleContainerTools/skaffold/blob/master/deploy/skaffold/Dockerfile
Expected behavior
tagPolicy: gitCommit / dateTime should work correctly even if using docker image
Actual behavior
dirty
Information
Steps to reproduce the behavior
docker run -ti --rm -v $PWD:/mnt gcr.io/k8s-skaffold/skaffold /bin/bash -c 'cd /mnt/ && skaffold run -p staging'
The text was updated successfully, but these errors were encountered: