Skip to content

Commit b46a8d5

Browse files
committed
WIP: skip trust plugin
Needs to be built from within its own go.mod path Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent d51956b commit b46a8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ COPY --link --from=build /out ./build/
140140
COPY --link --from=build-plugins /out ./build/
141141
COPY --link --from=buildx /buildx /usr/libexec/docker/cli-plugins/docker-buildx
142142
COPY --link --from=compose /docker-compose /usr/libexec/docker/cli-plugins/docker-compose
143-
COPY --link --from=trust /docker-trust /usr/libexec/docker/cli-plugins/docker-trust
143+
#COPY --link --from=trust /docker-trust /usr/libexec/docker/cli-plugins/docker-trust
144144
COPY --link . .
145145
ENV DOCKER_BUILDKIT=1
146146
ENV PATH=/go/src/github.com/docker/cli/build:$PATH

0 commit comments

Comments
 (0)