Dockerfile: update crun binary to v1.8.7
Updating the version of crun that we use in our tests to a version that supports the "features" command (crun v1.8.6 and up). This should prevent some warnings in our logs: WARN[2023-08-26T17:05:35.042978552Z] Failed to run [/usr/local/bin/crun features]: "unknown command features\n" error="exit status 1" full diff: https://github.com/containers/crun/compare/1.4.5...1.8.7 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
5b53ddfcdd
commit
2f8e957713
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ FROM binary-dummy AS rootlesskit-windows
|
|||
FROM rootlesskit-${TARGETOS} AS rootlesskit
|
||||
|
||||
FROM base AS crun
|
||||
ARG CRUN_VERSION=1.4.5
|
||||
ARG CRUN_VERSION=1.8.7
|
||||
RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt \
|
||||
--mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt \
|
||||
apt-get update && apt-get install -y --no-install-recommends \
|
||||
|
|
Loading…
Add table
Reference in a new issue