Skip to content
Snippets Groups Projects
Commit e23d1190 authored by Martin Roukala's avatar Martin Roukala :octopus:
Browse files

podman: bump to 3.2.3

More bug fixes \o/
parent 5b41e4f2
No related merge requests found
Checking pipeline status
......@@ -31,7 +31,7 @@ RUN set -ex \
&& apk add --no-cache -t build_deps upx make linux-headers gpgme-dev util-linux patch \
&& apk -X http://dl-cdn.alpinelinux.org/alpine/edge/main --no-cache add libseccomp-dev \
&& apk -X http://dl-cdn.alpinelinux.org/alpine/edge/community --no-cache add conmon \
&& git clone --depth 1 --branch v3.2.2 https://github.com/containers/podman.git /src/podman/ \
&& git clone --depth 1 --branch v3.2.3 https://github.com/containers/podman.git /src/podman/ \
&& cd /src/podman \
&& patch -p1 < /patches/podman/0001-create-run-mirror-the-tls-verify-argument-from-pull.patch \
&& make EXTRA_LDFLAGS="-w -s" BUILD_ARG="exclude_graphdriver_btrfs btrfs_noversion exclude_graphdriver_devicemapper seccomp" podman \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment