mirror of
https://gitlab.com/alliedmaldives/ops/podmanbuilder.git
synced 2025-11-06 18:57:09 +00:00
updated readme
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
```bash
|
||||
git clone git@gitlab.com:alliedmaldives/ops/podmanbuilder.git
|
||||
cd podmanbuilder
|
||||
./build.sh
|
||||
docker compose run --rm podman-builder bash -c 'bash /root/podman-build.sh'
|
||||
```
|
||||
|
||||
- you should have the .deb file in a folder called 'build'
|
||||
|
||||
10
build.sh
10
build.sh
@@ -1,10 +0,0 @@
|
||||
#!/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'
|
||||
Reference in New Issue
Block a user