Skip to content

Commit 30f0ef7

Browse files
authored
Merge pull request #115 from KhazAkar/master
upgrade podman=5.3.2, passt=2025_1-21.4f2c8e7, netavark=v1.13.1
2 parents 57079cd + 4ac736a commit 30f0ef7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apk add --update --no-cache git make gcc pkgconf musl-dev \
2727
# podman (without systemd support)
2828
FROM podmanbuildbase AS podman
2929
RUN apk add --update --no-cache tzdata curl
30-
ARG PODMAN_VERSION=v5.3.1
30+
ARG PODMAN_VERSION=v5.3.2
3131
ARG PODMAN_BUILDTAGS='seccomp selinux apparmor exclude_graphdriver_devicemapper containers_image_openpgp'
3232
ARG PODMAN_CGO=1
3333
RUN 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
6767
FROM rustbase AS netavark
6868
RUN apk add --update --no-cache protoc
69-
ARG NETAVARK_VERSION=v1.13.0
69+
ARG NETAVARK_VERSION=v1.13.1
7070
RUN git clone -c 'advice.detachedHead=false' --depth=1 --branch=$NETAVARK_VERSION https://github.com/containers/netavark
7171
WORKDIR /netavark
7272
ENV RUSTFLAGS='-C link-arg=-s'
@@ -86,7 +86,7 @@ RUN cargo build --release
8686
FROM podmanbuildbase AS passt
8787
WORKDIR /
8888
RUN 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
9090
RUN git clone -c 'advice.detachedHead=false' --depth=1 --branch=$PASST_VERSION git://passt.top/passt
9191
WORKDIR /passt
9292
RUN set -ex; \

Dockerfile-remote

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apk add --update --no-cache git make gcc pkgconf musl-dev \
99
# podman remote
1010
FROM podmanbuildbase AS podman-remote
1111
RUN apk add --update --no-cache curl
12-
ARG PODMAN_VERSION=v5.3.1
12+
ARG PODMAN_VERSION=v5.3.2
1313
RUN git clone -c advice.detachedHead=false --depth=1 --branch=${PODMAN_VERSION} https://github.com/containers/podman src/github.com/containers/podman
1414
WORKDIR $GOPATH/src/github.com/containers/podman
1515
RUN set -eux; \

0 commit comments

Comments
 (0)