We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3d71b commit e4d5edeCopy full SHA for e4d5ede
Dockerfile
@@ -1,7 +1,7 @@
1
#############################################
2
# Build
3
4
-FROM --platform=$BUILDPLATFORM golang:1.24-alpine as build
+FROM --platform=$BUILDPLATFORM golang:1.24-alpine AS build
5
6
RUN apk upgrade --no-cache --force
7
RUN apk add --update build-base make git
@@ -21,7 +21,7 @@ RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} make build
21
22
# Test
23
24
-FROM gcr.io/distroless/static as test
+FROM gcr.io/distroless/static AS test
25
USER 0:0
26
WORKDIR /app
27
COPY --from=build /go/src/github.com/webdevops/kube-bootstrap-token-manager/kube-bootstrap-token-manager .
0 commit comments