File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed
Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11
22
3- FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:48b8c4f16a22d675e504971c7a18b5384346a081b4c2f031923eb23f16c7d68d as builder
3+ FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:d3a6957918e565145f2a01e98a7549f7f7cf8d47bc381e2069b5e3cb2b540647 as builder
44ARG TARGETARCH
55ARG VENDOR
66ARG VERSION
Original file line number Diff line number Diff line change 11
22
3- FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:48b8c4f16a22d675e504971c7a18b5384346a081b4c2f031923eb23f16c7d68d as builder
3+ FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:d3a6957918e565145f2a01e98a7549f7f7cf8d47bc381e2069b5e3cb2b540647 as builder
44ARG TARGETARCH
55ARG VENDOR
66ARG VERSION
Original file line number Diff line number Diff line change 1- FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:48b8c4f16a22d675e504971c7a18b5384346a081b4c2f031923eb23f16c7d68d AS go
1+ FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:d3a6957918e565145f2a01e98a7549f7f7cf8d47bc381e2069b5e3cb2b540647 AS go
22
33# hadolint ignore=DL3007
44FROM ghcr.io/trueforge-org/python:3.13.12@sha256:b2e54139e48b5c65b3364beab48564f591ca52f9984a91d880e2ec32d7f29e85
Original file line number Diff line number Diff line change 1- FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:48b8c4f16a22d675e504971c7a18b5384346a081b4c2f031923eb23f16c7d68d AS builder
1+ FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:d3a6957918e565145f2a01e98a7549f7f7cf8d47bc381e2069b5e3cb2b540647 AS builder
22
33ARG VERSION
44
Original file line number Diff line number Diff line change 1- FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:48b8c4f16a22d675e504971c7a18b5384346a081b4c2f031923eb23f16c7d68d AS builder
1+ FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:d3a6957918e565145f2a01e98a7549f7f7cf8d47bc381e2069b5e3cb2b540647 AS builder
22
33ARG TARGETARCH
44ARG VERSION
Original file line number Diff line number Diff line change 11# Stage 1 - Build the Go application
2- FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:48b8c4f16a22d675e504971c7a18b5384346a081b4c2f031923eb23f16c7d68d AS builder
2+ FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:d3a6957918e565145f2a01e98a7549f7f7cf8d47bc381e2069b5e3cb2b540647 AS builder
33
44USER root
55
Original file line number Diff line number Diff line change 11# Stage 1: Build imaginary binary
2- FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:48b8c4f16a22d675e504971c7a18b5384346a081b4c2f031923eb23f16c7d68d as go
2+ FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:d3a6957918e565145f2a01e98a7549f7f7cf8d47bc381e2069b5e3cb2b540647 as go
33
44ARG VERSION
55ARG IMAGINARY_COMMIT=b632dae8cc321452c3f85bcae79c580b1ae1ed84
@@ -20,7 +20,7 @@ RUN set -ex; \
2020 go install github.com/h2non/imaginary@${IMAGINARY_COMMIT}
2121
2222# Stage 2: Minimal runtime
23- FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:48b8c4f16a22d675e504971c7a18b5384346a081b4c2f031923eb23f16c7d68d
23+ FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:d3a6957918e565145f2a01e98a7549f7f7cf8d47bc381e2069b5e3cb2b540647
2424
2525USER root
2626
Original file line number Diff line number Diff line change 1- FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:48b8c4f16a22d675e504971c7a18b5384346a081b4c2f031923eb23f16c7d68d as buildstage
1+ FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:d3a6957918e565145f2a01e98a7549f7f7cf8d47bc381e2069b5e3cb2b540647 as buildstage
22
33# build variables
44ARG VERSION
Original file line number Diff line number Diff line change 1- FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:48b8c4f16a22d675e504971c7a18b5384346a081b4c2f031923eb23f16c7d68d AS buildstage
1+ FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:d3a6957918e565145f2a01e98a7549f7f7cf8d47bc381e2069b5e3cb2b540647 AS buildstage
22
33# build variables
44ARG VERSION
Original file line number Diff line number Diff line change 1- FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:48b8c4f16a22d675e504971c7a18b5384346a081b4c2f031923eb23f16c7d68d AS builder
1+ FROM ghcr.io/trueforge-org/golang:1.26.0@sha256:d3a6957918e565145f2a01e98a7549f7f7cf8d47bc381e2069b5e3cb2b540647 AS builder
22
33USER root
44
You can’t perform that action at this time.
0 commit comments