podmanbuilder/README.md

13 lines
293 B
Markdown
Raw Permalink Normal View History

2023-02-28 13:34:12 +05:00
## Build latest podman for debian
2023-02-28 13:35:06 +05:00
- Install `docker` and `git`
2023-02-28 13:34:12 +05:00
```bash
git clone git@gitlab.com:alliedmaldives/ops/podmanbuilder.git
cd podmanbuilder
2023-02-28 19:02:01 +05:00
docker compose run --rm podman-builder bash -c 'bash /root/podman-build.sh'
2023-02-28 13:34:12 +05:00
```
2023-02-28 13:35:06 +05:00
- you should have the .deb file in a folder called 'build'