Compare commits

...

3 Commits

Author SHA1 Message Date
5487f4133c go get 2023-02-28 16:36:03 +05:00
17ca5e1776 ubuntu now 2023-02-28 16:25:23 +05:00
acfd63f3e3 ffs typo 2023-02-28 16:14:50 +05:00
3 changed files with 6 additions and 4 deletions

View File

@@ -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 \

View File

@@ -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

View File

@@ -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