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.
docker build
1 parent ee46fd9 commit e93541dCopy full SHA for e93541d
Dockerfile
@@ -1,7 +1,7 @@
1
# Dockerfile has specific requirement to put this ARG at the beginning:
2
# https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact
3
-ARG BUILDER_IMAGE
4
-ARG BASE_IMAGE
+ARG BUILDER_IMAGE=golang:1.23-alpine
+ARG BASE_IMAGE=gcr.io/distroless/base-debian10
5
6
## Multistage build
7
FROM ${BUILDER_IMAGE} as builder
0 commit comments