Add podman
All checks were successful
/ build (push) Successful in 4m17s

This commit is contained in:
Hornwitser 2025-05-18 00:55:04 +02:00
parent db1e034138
commit ebb045bbcb
2 changed files with 3 additions and 0 deletions

View file

@ -9,5 +9,6 @@ Common docker image used for running application builds, CI pipelines, and deplo
- `git` trixie - https://packages.debian.org/trixie/git - `git` trixie - https://packages.debian.org/trixie/git
- `node` v22.15.1 - https://nodejs.org/ - `node` v22.15.1 - https://nodejs.org/
- `pnpm` v9.5.0 - https://pnpm.io/ - `pnpm` v9.5.0 - https://pnpm.io/
- `podman` trixie - https://packages.debian.org/trixie/podman
- `ssh` trixie - https://packages.debian.org/trixie/openssh-client - `ssh` trixie - https://packages.debian.org/trixie/openssh-client
- `yq` v4.44.2 - https://github.com/mikefarah/yq - `yq` v4.44.2 - https://github.com/mikefarah/yq

View file

@ -19,6 +19,8 @@ buildah run $ctr -- apt-get install -y --no-install-recommends \
git \ git \
netavark \ netavark \
openssh-client \ openssh-client \
podman \
podman-docker \
; ;
#gpg \ #gpg \