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

Add docker registry URL to image name #177

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

dengelt
Copy link
Contributor

@dengelt dengelt commented Jun 23, 2024

Using fully qualified image names means
podman also works as an alternative to
docker. Docker implicitly pulls unqualified
images from docker.io, while podman requires
fully qualified image names by default.

This change should not impact docker usage, but I have tested only with podman.

Using fully qualified image names means
podman also works as an alternative to
docker. Docker implicitly pulls unqualified
images from docker.io, while podman requires
fully qualified image names by default.
@MaartendeKruijf
Copy link
Collaborator

@dengelt let met check it but nice catch thanks!

@MaartendeKruijf MaartendeKruijf linked an issue Jul 8, 2024 that may be closed by this pull request
@MaartendeKruijf MaartendeKruijf merged commit f95355b into COSSAS:development Jul 8, 2024
7 of 8 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.

Allow for podman build
2 participants