Skip to content

Commit 3de1253

Browse files
fix
1 parent 7f31a66 commit 3de1253

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@ 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-
129
FROM golangci/golangci-lint:${GOLANGCI_LINT_VERSION}-alpine AS golangci-lint
1310
FROM ghcr.io/google/addlicense:${ADDLICENSE_VERSION} AS addlicense
1411

1512
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION}-alpine AS base
16-
COPY --from=xx / /
1713
RUN apk add --no-cache \
1814
docker \
1915
file \

0 commit comments

Comments
 (0)