mirror of
https://gitlab.com/alliedmaldives/ops/podmanbuilder.git
synced 2025-02-21 18:52:07 +00:00
12 lines
291 B
YAML
12 lines
291 B
YAML
version: '3.5'
|
|
services:
|
|
#########################
|
|
podman-builder:
|
|
hostname: podman-builder
|
|
image: debian:11
|
|
working_dir: /root/
|
|
volumes:
|
|
- ./build:/root/build
|
|
- ./podman-build.sh:/root/podman-build.sh
|
|
command: bash /root/podman-build.sh
|