File tree Expand file tree Collapse file tree 5 files changed +18
-0
lines changed
Expand file tree Collapse file tree 5 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
33ARG BASE_VARIANT=alpine
4+
5+ # ALPINE_VERSION sets the version of the alpine base image to use, including for the golang image.
6+ # It must be a supported tag in the docker.io/library/alpine image repository
7+ # that's also available as alpine image variant for the Golang version used.
48ARG ALPINE_VERSION=3.21
59ARG BASE_DEBIAN_DISTRO=bookworm
610
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
3+ # ALPINE_VERSION sets the version of the alpine base image to use.
4+ # It must be a supported tag in the docker.io/library/alpine image repository.
35ARG ALPINE_VERSION=3.21
46
57FROM alpine:${ALPINE_VERSION} AS gen
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
33ARG GO_VERSION=1.24.5
4+
5+ # ALPINE_VERSION sets the version of the alpine base image to use, including for the golang image.
6+ # It must be a supported tag in the docker.io/library/alpine image repository
7+ # that's also available as alpine image variant for the Golang version used.
48ARG ALPINE_VERSION=3.21
59
610# BUILDX_VERSION sets the version of buildx to install in the dev container.
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
33ARG GO_VERSION=1.24.5
4+
5+ # ALPINE_VERSION sets the version of the alpine base image to use, including for the golang image.
6+ # It must be a supported tag in the docker.io/library/alpine image repository
7+ # that's also available as alpine image variant for the Golang version used.
48ARG ALPINE_VERSION=3.21
59ARG GOLANGCI_LINT_VERSION=v2.1.5
610
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
33ARG GO_VERSION=1.24.5
4+
5+ # ALPINE_VERSION sets the version of the alpine base image to use, including for the golang image.
6+ # It must be a supported tag in the docker.io/library/alpine image repository
7+ # that's also available as alpine image variant for the Golang version used.
48ARG ALPINE_VERSION=3.21
59ARG MODOUTDATED_VERSION=v0.8.0
610
You can’t perform that action at this time.
0 commit comments