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.
2 parents d43a090 + a5d40cb commit 300681aCopy full SHA for 300681a
dockerfiles/migration/Dockerfile
@@ -10,7 +10,7 @@ RUN chmod +x /workspace/script/wait-for-clickhouse.sh
10
11
# Use distroless as minimal base image to package the manager binary
12
# Refer to https://github.com/GoogleContainerTools/distroless for more details
13
-FROM gcr.io/distroless/static:nonroot
+FROM golang:alpine
14
WORKDIR /
15
COPY --from=builder /workspace/migration .
16
COPY --from=builder /workspace/sql /sql
0 commit comments