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

docker --build-arg tags failing push to ACR #130

Open
jontreynes opened this issue Feb 25, 2019 · 0 comments
Open

docker --build-arg tags failing push to ACR #130

jontreynes opened this issue Feb 25, 2019 · 0 comments

Comments

@jontreynes
Copy link
Contributor

For some reason I'm getting the same issue as:

Azure/azure-cli#8305

when building with the docker file with tags. I simply take out the build tags and it's able to build and push.

This is at step
https://github.com/Azure/blackbelt-aks-hackfest/blob/master/labs/day1-labs/02-dockerize-apps(alt-acr-build).md
When running:
az acr build --registry $ACR_NAME --build-arg BUILD_DATE=date -u +"%Y-%m-%dT%H:%M:%SZ" --build-arg VCS_REF=git rev-parse --short HEAD --build-arg IMAGE_TAG_REF=v1 --image azureworkshop/rating-web:v1 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant