moby/builder
Sebastiaan van Stijn 4eb67b8666
update buildkit and set ALPINE_VERSION=3.18
full diff: d3e6c1360f...435cb77e36

The 0.11 branch of buildkit defaults to go1.19 (EOL), and
Alpine 3.17 (EOL).

We already set GO_VERSION to override the go version to
use go1.20, but the Dockerfile also has a ALPINE_VERSION
build-arg, so let's override that as well to prevent the
build from failing:

    Dockerfile:39
    --------------------
      37 |
      38 |     # go base image
      39 | >>> FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS golatest
      40 |
      41 |     # git stage is used for checking out remote repository sources
    --------------------
    ERROR: failed to solve: golang:1.20.13-alpine3.17: docker.io/library/golang:1.20.13-alpine3.17: not found
    Error: Process completed with exit code 1.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-24 02:31:25 +01:00
..
builder-next update buildkit and set ALPINE_VERSION=3.18 2024-01-24 02:31:25 +01:00
dockerfile builder/dockerfile: use string-literals for easier grep'ing 2023-07-15 00:48:58 +02:00
remotecontext replace dockerfile/dockerignore with patternmatcher/ignorefile 2023-10-16 22:17:23 +02:00
builder.go c8d: implement classic builder 2023-05-11 19:13:13 +01:00