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
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 .
date -u +"%Y-%m-%dT%H:%M:%SZ"
git rev-parse --short HEAD
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 .The text was updated successfully, but these errors were encountered: