File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN apk add --update --no-cache git make gcc pkgconf musl-dev \
2727# podman (without systemd support)
2828FROM podmanbuildbase AS podman
2929RUN apk add --update --no-cache tzdata curl
30- ARG PODMAN_VERSION=v5.3.1
30+ ARG PODMAN_VERSION=v5.3.2
3131ARG PODMAN_BUILDTAGS='seccomp selinux apparmor exclude_graphdriver_devicemapper containers_image_openpgp'
3232ARG PODMAN_CGO=1
3333RUN git clone -c 'advice.detachedHead=false' --depth=1 --branch ${PODMAN_VERSION} https://github.com/containers/podman src/github.com/containers/podman
@@ -66,7 +66,7 @@ RUN apk add --update --no-cache git make musl-dev
6666# netavark
6767FROM rustbase AS netavark
6868RUN apk add --update --no-cache protoc
69- ARG NETAVARK_VERSION=v1.13.0
69+ ARG NETAVARK_VERSION=v1.13.1
7070RUN git clone -c 'advice.detachedHead=false' --depth=1 --branch=$NETAVARK_VERSION https://github.com/containers/netavark
7171WORKDIR /netavark
7272ENV RUSTFLAGS='-C link-arg=-s'
@@ -86,7 +86,7 @@ RUN cargo build --release
8686FROM podmanbuildbase AS passt
8787WORKDIR /
8888RUN apk add --update --no-cache autoconf automake meson ninja linux-headers libcap-static libcap-dev clang llvm coreutils
89- ARG PASST_VERSION=2024_11_21.238c69f
89+ ARG PASST_VERSION=2025_01_21.4f2c8e7
9090RUN git clone -c 'advice.detachedHead=false' --depth=1 --branch=$PASST_VERSION git://passt.top/passt
9191WORKDIR /passt
9292RUN set -ex; \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apk add --update --no-cache git make gcc pkgconf musl-dev \
99# podman remote
1010FROM podmanbuildbase AS podman-remote
1111RUN apk add --update --no-cache curl
12- ARG PODMAN_VERSION=v5.3.1
12+ ARG PODMAN_VERSION=v5.3.2
1313RUN git clone -c advice.detachedHead=false --depth=1 --branch=${PODMAN_VERSION} https://github.com/containers/podman src/github.com/containers/podman
1414WORKDIR $GOPATH/src/github.com/containers/podman
1515RUN set -eux; \
You can’t perform that action at this time.
0 commit comments