mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Dockerfile: update rootlesskit to v2.3.5
full diff: https://github.com/rootless-containers/rootlesskit/compare/v2.3.4...v2.3.5 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -318,7 +318,7 @@ FROM base AS rootlesskit-src
|
|||||||
WORKDIR /usr/src/rootlesskit
|
WORKDIR /usr/src/rootlesskit
|
||||||
RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
|
RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
|
||||||
# When updating, also update go.mod and hack/dockerfile/install/rootlesskit.installer accordingly.
|
# When updating, also update go.mod and hack/dockerfile/install/rootlesskit.installer accordingly.
|
||||||
ARG ROOTLESSKIT_VERSION=v2.3.4
|
ARG ROOTLESSKIT_VERSION=v2.3.5
|
||||||
RUN git fetch -q --depth 1 origin "${ROOTLESSKIT_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
|
RUN git fetch -q --depth 1 origin "${ROOTLESSKIT_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
|
||||||
|
|
||||||
FROM base AS rootlesskit-build
|
FROM base AS rootlesskit-build
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# When updating, also update go.mod and Dockerfile accordingly.
|
# When updating, also update go.mod and Dockerfile accordingly.
|
||||||
: "${ROOTLESSKIT_VERSION:=v2.3.4}"
|
: "${ROOTLESSKIT_VERSION:=v2.3.5}"
|
||||||
|
|
||||||
install_rootlesskit() {
|
install_rootlesskit() {
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
|||||||
Reference in New Issue
Block a user