mirror of
https://gitlab.com/alliedmaldives/ops/podmanbuilder.git
synced 2025-02-22 18:42:14 +00:00
11 lines
251 B
Bash
Executable File
11 lines
251 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
docker compose -f ubuntu-docker-compose.yml\
|
|
run --rm podman-builder \
|
|
/bin/bash -c 'bash /root/podmanbin-build.sh'
|
|
|
|
docker compose -f debian-docker-compose.yml\
|
|
run --rm podman-builder \
|
|
/bin/bash -c 'bash /root/podmandeb-build.sh'
|