mirror of
https://gitlab.com/alliedmaldives/ops/podmanbuilder.git
synced 2025-11-05 16:37:07 +00:00
Compare commits
3 Commits
a170b93b02
...
ubuntu-mes
| Author | SHA1 | Date | |
|---|---|---|---|
|
5487f4133c
|
|||
|
17ca5e1776
|
|||
|
acfd63f3e3
|
2
build.sh
2
build.sh
@@ -3,7 +3,7 @@
|
||||
|
||||
docker compose -f ubuntu-docker-compose.yml\
|
||||
run --rm podman-builder \
|
||||
/bin/bash -c 'bash /root/pomanbin-build.sh'
|
||||
/bin/bash -c 'bash /root/podmanbin-build.sh'
|
||||
|
||||
docker compose -f debian-docker-compose.yml\
|
||||
run --rm podman-builder \
|
||||
|
||||
@@ -25,6 +25,8 @@ apt-get install -y \
|
||||
libsystemd-dev \
|
||||
pkg-config \
|
||||
uidmap
|
||||
go get golang.org/dl/go1.17.6
|
||||
go1.17.6 download
|
||||
|
||||
apt install -y jq wget curl make
|
||||
|
||||
@@ -3,9 +3,9 @@ services:
|
||||
#########################
|
||||
podman-builder:
|
||||
hostname: podman-builder
|
||||
image: ubuntu
|
||||
image: ubuntu:focal
|
||||
working_dir: /root/
|
||||
volumes:
|
||||
- ./build:/root/build
|
||||
- ./pomanbin-build.sh:/root/pomanbin-build.sh
|
||||
command: bash /root/pomanbin-build.sh
|
||||
- ./podmanbin-build.sh:/root/podmanbin-build.sh
|
||||
command: bash /root/podmanbin-build.sh
|
||||
|
||||
Reference in New Issue
Block a user