mirror of
https://gitlab.com/alliedmaldives/ops/podmanbuilder.git
synced 2025-11-05 18:07:12 +00:00
Compare commits
3 Commits
fff996a787
...
main
| 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
|
git clone https://github.com/containers/podman.git podman-$PODMAN_VERSION
|
||||||
cd podman-$PODMAN_VERSION
|
cd podman-$PODMAN_VERSION
|
||||||
git checkout tags/$PODMAN_VERSION
|
git checkout tags/$PODMAN_VERSION
|
||||||
|
#make BUILDTAGS="selinux seccomp" #non systemd
|
||||||
make ENABLE_BUILDTAGS="systemd" binaries
|
make ENABLE_BUILDTAGS="systemd" binaries
|
||||||
cp -vr ./bin ~/build/
|
cp -vr ./bin ~/build/
|
||||||
cd ~
|
cd ~
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## prepare for packging
|
## prepare for packging
|
||||||
mkdir -p podman-deb
|
mkdir -p podman-deb
|
||||||
|
|
||||||
@@ -71,7 +70,7 @@ mkdir -p podman-deb/DEBIAN
|
|||||||
cat <<EOF > podman-deb/DEBIAN/control
|
cat <<EOF > podman-deb/DEBIAN/control
|
||||||
Package: podman
|
Package: podman
|
||||||
Version: $PODMAN_NOV_VERSION
|
Version: $PODMAN_NOV_VERSION
|
||||||
Depends: libgpgme11,uidmap
|
Depends: libgpgme11,uidmap,slirp4netns,containernetworking-plugins
|
||||||
Section: base
|
Section: base
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
|
|||||||
Reference in New Issue
Block a user