Merge pull request #51640 from AkihiroSuda/rm-dockerfile-install

rm -r hack/dockerfile/install
This commit is contained in:
Sebastiaan van Stijn
2025-12-11 21:08:15 +01:00
committed by GitHub
9 changed files with 21 additions and 188 deletions

View File

@@ -321,7 +321,6 @@ FROM tini-${TARGETOS} AS tini
FROM base AS rootlesskit-src
WORKDIR /usr/src/rootlesskit
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.
ARG ROOTLESSKIT_VERSION=v2.3.5
RUN git fetch -q --depth 1 origin "${ROOTLESSKIT_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD