Podman kube play building context #20602
-
Hi, I'm looking at moving from currently using compose to I'm having a small issue with getting
I can do I've looked and found the If I did a Is there an option CLI / kube YAML I'm missing which could help? or a possibility/interest of having this as a feature? cookiecutter-django local.yml Compose example: build:
context: .
dockerfile: ./compose/local/django/Dockerfile Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
So you want the Containerfile to be located in a different location then the context dir. Interested in opening a PR? |
Beta Was this translation helpful? Give feedback.
So you want the Containerfile to be located in a different location then the context dir.
Since Compose can do this, I think adding a --containerfile option (Aliased to --dockerfile) would be acceptable.
Interested in opening a PR?