Преглед изворни кода

Merge pull request #47334 from thaJeztah/25.0_backport_rootlesskit_binary_2.0.1

[25.0 backport] Dockerfile: update RootlessKit to v2.0.1
Sebastiaan van Stijn пре 1 година
родитељ
комит
df96d8d0bd
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      Dockerfile
  2. 1 1
      hack/dockerfile/install/rootlesskit.installer

+ 1 - 1
Dockerfile

@@ -352,7 +352,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 vendor.mod and hack/dockerfile/install/rootlesskit.installer accordingly.
 # When updating, also update vendor.mod and hack/dockerfile/install/rootlesskit.installer accordingly.
-ARG ROOTLESSKIT_VERSION=v2.0.0
+ARG ROOTLESSKIT_VERSION=v2.0.1
 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 - 1
hack/dockerfile/install/rootlesskit.installer

@@ -1,7 +1,7 @@
 #!/bin/sh
 #!/bin/sh
 
 
 # When updating, also update vendor.mod and Dockerfile accordingly.
 # When updating, also update vendor.mod and Dockerfile accordingly.
-: "${ROOTLESSKIT_VERSION:=v2.0.0}"
+: "${ROOTLESSKIT_VERSION:=v2.0.1}"
 
 
 install_rootlesskit() {
 install_rootlesskit() {
 	case "$1" in
 	case "$1" in