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

fix: provide registry config when building images #723

Merged
merged 1 commit into from
Oct 29, 2022

Conversation

benoitf
Copy link
Collaborator

@benoitf benoitf commented Oct 28, 2022

What does this PR do?

Add missing auth details for registries when building images.

Screenshot/screencast of this PR

N/A

What issues does this PR fix or reference?

fixes #722

How to test this PR?

Build a containerfile that uses a private image from a registry (and you are authenticated on this registry)

Change-Id: I96bc075409b0639d94c47fed1731d658f2208202
Signed-off-by: Florent Benoit fbenoit@redhat.com

fixes containers#722

Change-Id: I96bc075409b0639d94c47fed1731d658f2208202
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
@benoitf benoitf merged commit f042f3b into containers:main Oct 29, 2022
@podman-desktop-bot podman-desktop-bot added this to the 0.10.0 milestone Oct 29, 2022
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.

When building image, we can't use private images
3 participants