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

Fully qualify docker image registry #217

Merged
merged 1 commit into from
Oct 27, 2023
Merged

Fully qualify docker image registry #217

merged 1 commit into from
Oct 27, 2023

Conversation

ladatz
Copy link
Contributor

@ladatz ladatz commented Oct 27, 2023

Fixes #212

Motivation and Context

This change allows a user building the Dockerfile in podman to build without needing to first add docker.io to podman's list of unqualified search registries.

Description

Dockerfile images are now fully qualified as 'docker.io/library/{image}', ensuring the dockerfile can be built without any other podman setup. The rust version in all Dockerfiles now matches the one in rust-toolchain.toml.

@ladatz ladatz changed the title Use rust from public registry instead of local Fully qualify docker image registry Oct 27, 2023
@ladatz ladatz merged commit d3ece6a into main Oct 27, 2023
10 checks passed
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.

Dockerfiles are not working
2 participants