mirror of
https://gitlab.com/alliedmaldives/ops/podmanbuilder.git
synced 2025-02-22 17:32:12 +00:00
12 lines
297 B
YAML
12 lines
297 B
YAML
version: '3.5'
|
|
services:
|
|
#########################
|
|
podman-builder:
|
|
hostname: podman-builder
|
|
image: debian
|
|
working_dir: /root/
|
|
volumes:
|
|
- ./build:/root/build
|
|
- ./podmandeb-build.sh:/root/podmandeb-build.sh
|
|
command: bash /root/podmandeb-build.sh
|