pulp / pulp_container

Pulp Container Registry
https://docs.pulpproject.org/pulp_container/
GNU General Public License v2.0
23 stars 45 forks source link

Use Containerfile as default if none provided #1804

Open git-hyagi opened 3 weeks ago

git-hyagi commented 3 weeks ago

When a build_context is provided without a containerfile_name, this commit will verify if a file called Containerfile exists in the provided file repository (build_context) and use it in the build task.

[noissue]

ipanova commented 3 weeks ago

Quick suggestion is to also look for Dockerfile, these two should be interchangeable. Podman will prefer Containerfile over Dockerfile if both are present in the context dir.