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

Update image name for Mariner 1.0 #833

Closed
mthalman opened this issue Mar 28, 2023 · 1 comment · Fixed by #832
Closed

Update image name for Mariner 1.0 #833

mthalman opened this issue Mar 28, 2023 · 1 comment · Fixed by #832

Comments

@mthalman
Copy link
Member

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.

This is blocking the build of #832.

@sbomer
Copy link
Member

sbomer commented Mar 28, 2023

I'm trying your suggested fix as part of #832.

@github-project-automation github-project-automation bot moved this from Backlog to Done in .NET Docker Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants