Merge pull request #6121 from thaJeztah/trust_plugin

implement `docker trust` as plugin
This commit is contained in:
Sebastiaan van Stijn
2025-11-06 20:29:58 +01:00
committed by GitHub
203 changed files with 1360 additions and 25245 deletions

View File

@ -18,6 +18,9 @@ ENV CGO_ENABLED=0
ENV GOGC=75
WORKDIR /go/src/github.com/docker/cli
COPY --link --from=golangci-lint /usr/bin/golangci-lint /usr/bin/golangci-lint
RUN --mount=type=bind,target=. \
RUN --mount=type=bind,target=.,rw \
--mount=type=cache,target=/root/.cache \
rm -f go.mod go.sum && \
ln -s vendor.mod go.mod && \
ln -s vendor.sum go.sum && \
golangci-lint run