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

Use openSUSE Registry in production Dockerfile #2773

Merged
merged 1 commit into from
Jul 5, 2021

Conversation

AndrewKvalheim
Copy link
Member

Checklist

  • I have read the Contribution & Best practices Guide.
  • My branch is up-to-date with the upstream master branch.
  • The tests pass locally with my changes.
  • I have added tests that prove my fix is effective or that my feature works (if appropriate).
  • I have added necessary documentation (if appropriate).

Short description of what this resolves

As of 6648082 the Docker base image is hosted in the openSUSE Registry. The development Dockerfile was updated to use this registry—

FROM registry.opensuse.org/opensuse/infrastructure/osem/containers/osem/base:latest

—but the production Dockerfile still uses Docker Hub by default:

FROM opensuse/infrastructure/osem/containers/osem/base

This causes builds to fail with:

pull access denied for opensuse/infrastructure/osem/containers/osem/base, repository does not exist or may require 'docker login'

Changes proposed in this pull request

Use the openSUSE Registry in the production Dockerfile.

Resolves:

    pull access denied for opensuse/infrastructure/osem/containers/osem/base, repository does not exist or may require 'docker login'
@hennevogel hennevogel merged commit 2a85126 into openSUSE:master Jul 5, 2021
@AndrewKvalheim AndrewKvalheim deleted the docker-registry branch July 21, 2021 14:48
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

Successfully merging this pull request may close these issues.

2 participants