Skip to content

Commit 226ba1d

Browse files
committed
fix: bump podman 5.7.1 + dependencies
* podman 5.7.1 * runc 1.4.0 * crun 1.25.1 * passt 2025_12_10.d04c480
1 parent bb5999b commit 226ba1d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apk add --update --no-cache git make gcc pkgconf musl-dev \
1414

1515
# runc
1616
FROM golangbuildbase AS runc
17-
ARG RUNC_VERSION=v1.3.3
17+
ARG RUNC_VERSION=v1.4.0
1818
RUN git clone -c 'advice.detachedHead=false' --depth=1 --branch ${RUNC_VERSION} https://github.com/opencontainers/runc src/github.com/opencontainers/runc
1919
WORKDIR $GOPATH/src/github.com/opencontainers/runc
2020
RUN set -eux; \
@@ -27,7 +27,7 @@ RUN set -eux; \
2727
# podman (without systemd support)
2828
FROM golangbuildbase AS podman
2929
RUN apk add --update --no-cache tzdata curl
30-
ARG PODMAN_VERSION=v5.7.0
30+
ARG PODMAN_VERSION=v5.7.1
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
@@ -94,7 +94,7 @@ RUN cargo build --release
9494
FROM golangbuildbase AS passt
9595
WORKDIR /
9696
RUN apk add --update --no-cache autoconf automake meson ninja linux-headers libcap-static libcap-dev clang llvm coreutils
97-
ARG PASST_VERSION=2025_09_19.623dbf6
97+
ARG PASST_VERSION=2025_12_10.d04c480
9898
RUN git clone -c 'advice.detachedHead=false' --depth=1 --branch=$PASST_VERSION git://passt.top/passt
9999
WORKDIR /passt
100100
RUN set -ex; \
@@ -146,7 +146,7 @@ RUN set -ex; \
146146
# crun
147147
FROM golangbuildbase AS crun
148148
RUN apk add --update --no-cache autoconf automake argp-standalone libtool libcap-dev libcap-static
149-
ARG CRUN_VERSION=1.25
149+
ARG CRUN_VERSION=1.25.1
150150
RUN git clone -c 'advice.detachedHead=false' --depth=1 --branch ${CRUN_VERSION} https://github.com/containers/crun src/github.com/containers/crun
151151
WORKDIR $GOPATH/src/github.com/containers/crun
152152
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.7.0
12+
ARG PODMAN_VERSION=v5.7.1
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)