Skip to content

Conversation

andreabenini
Copy link
Contributor

Your Dockerfile, while absolutely fine, is too tightened to docker only.
You're assuming the default registry (docker.io) and the default namespace (library).
With a simple line modification you can have it working without issues with docker and podman too.
Many of us are not allowed to use docker for licensing issues (docker is not free) and others simply don't want to have it around because podman has different benefits (license, rootless, daemon free, ...).
As a CNCF suggestion it's also welcomed if you'd like to change the filename from Dockerfile to Containerfile in the future which seems to be more permissive and friendly for other engines too (lxd, containerd, ...).

Copy link

vercel bot commented Sep 17, 2025

@andreabenini is attempting to deploy a commit to the dottle's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Member

@1ilit 1ilit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@1ilit 1ilit merged commit 5a584c5 into drawdb-io:main Sep 18, 2025
2 of 3 checks passed
@andreabenini andreabenini deleted the podman_fix branch September 18, 2025 21:43
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