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
The CBL-Mariner 1.0 Helix Dockerfile is referencing an obsolete image name that no longer works.
It leads to this build failure:
PULLING LATEST BASE IMAGES -------------------------- -- EXECUTING: docker pull --platform linux/amd64 cblmariner.azurecr.io/base/core:1.0 Error response from daemon: Head "[https://cblmariner.azurecr.io/v2/base/core/manifests/1.0"](https://cblmariner.azurecr.io/v2/base/core/manifests/1.0%22): unauthorized: authentication required, visit https://aka.ms/acr/authorization for more information.
The image name should be changed to mcr.microsoft.com/cbl-mariner/base/core:1.0 instead.
mcr.microsoft.com/cbl-mariner/base/core:1.0
This is blocking the build of #832.
The text was updated successfully, but these errors were encountered:
I'm trying your suggested fix as part of #832.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The CBL-Mariner 1.0 Helix Dockerfile is referencing an obsolete image name that no longer works.
It leads to this build failure:
The image name should be changed to
mcr.microsoft.com/cbl-mariner/base/core:1.0
instead.This is blocking the build of #832.
The text was updated successfully, but these errors were encountered: