mirror of
https://gitlab.com/alliedmaldives/ops/podmanbuilder.git
synced 2025-11-05 09:57:08 +00:00
Compare commits
3 Commits
fff996a787
...
893bdb451c
| Author | SHA1 | Date | |
|---|---|---|---|
|
893bdb451c
|
|||
|
7bd28ef95e
|
|||
|
3e5cb4ee80
|
@@ -54,13 +54,12 @@ PODMAN_VERSION=$(curl -s https://api.github.com/repos/containers/podman/releases
|
||||
git clone https://github.com/containers/podman.git podman-$PODMAN_VERSION
|
||||
cd podman-$PODMAN_VERSION
|
||||
git checkout tags/$PODMAN_VERSION
|
||||
|
||||
#make BUILDTAGS="selinux seccomp" #non systemd
|
||||
make ENABLE_BUILDTAGS="systemd" binaries
|
||||
cp -vr ./bin ~/build/
|
||||
cd ~
|
||||
|
||||
|
||||
|
||||
## prepare for packging
|
||||
mkdir -p podman-deb
|
||||
|
||||
@@ -71,7 +70,7 @@ mkdir -p podman-deb/DEBIAN
|
||||
cat <<EOF > podman-deb/DEBIAN/control
|
||||
Package: podman
|
||||
Version: $PODMAN_NOV_VERSION
|
||||
Depends: libgpgme11,uidmap
|
||||
Depends: libgpgme11,uidmap,slirp4netns,containernetworking-plugins
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: amd64
|
||||
|
||||
Reference in New Issue
Block a user