podman-compose
podman-compose copied to clipboard
Any way to build from git like in normal docker-compose?
https://docs.docker.com/engine/reference/commandline/build/#git-repositories
Example yaml.
services:
test:
build:
context: https://github/user/repository.git#prod
dockerfile: Dockerfile
container_name: test
restart: unless-stopped
This would build the image from the specified repository from branch prod.
Thanks
Yes, this doesn't work with 1.2.0 yet apparently.