Skip to content

Commit 92442ce

Browse files
fix
1 parent 7f31a66 commit 92442ce

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Dockerfile

-7
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,7 @@ ARG BUILD_TAGS="e2e,kube"
66
ARG DOCS_FORMATS="md,yaml"
77
ARG LICENSE_FILES=".*\(Dockerfile\|Makefile\|\.go\|\.hcl\|\.sh\)"
88

9-
# xx is a helper for cross-compilation
10-
FROM --platform=${BUILDPLATFORM} tonistiigi/xx:${XX_VERSION} AS xx
11-
12-
FROM golangci/golangci-lint:${GOLANGCI_LINT_VERSION}-alpine AS golangci-lint
13-
FROM ghcr.io/google/addlicense:${ADDLICENSE_VERSION} AS addlicense
14-
159
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION}-alpine AS base
16-
COPY --from=xx / /
1710
RUN apk add --no-cache \
1811
docker \
1912
file \

0 commit comments

Comments
 (0)