File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG BASE_IMAGE=docker.io/library/ubuntu:25.10@sha256:4a9232cc47bf99defcc8860ef62
44# Initial stage which pulls prepares build dependencies and CLI tooling we need for our final image
55# Also used as the image in CI jobs so needs all dependencies
66# ###################################################################################################
7- FROM docker.io/library/golang:1.26.1@sha256:42ebbf7958e4caa4c95fd8bb2ec57dd7c668af769dcafb70a62ab8739a70f8a9 AS builder
7+ FROM docker.io/library/golang:1.26.1@sha256:5e69504bb541a36b859ee1c3daeb670b544b74b3dfd054aea934814e9107f6eb AS builder
88
99WORKDIR /tmp
1010
@@ -110,7 +110,7 @@ RUN HOST_ARCH=$TARGETARCH NODE_ENV='production' NODE_ONLINE_ENV='online' NODE_OP
110110# ###################################################################################################
111111# Argo CD Build stage which performs the actual build of Argo CD binaries
112112# ###################################################################################################
113- FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.26.1@sha256:42ebbf7958e4caa4c95fd8bb2ec57dd7c668af769dcafb70a62ab8739a70f8a9 AS argocd-build
113+ FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.26.1@sha256:5e69504bb541a36b859ee1c3daeb670b544b74b3dfd054aea934814e9107f6eb AS argocd-build
114114
115115WORKDIR /go/src/github.com/argoproj/argo-cd
116116
Original file line number Diff line number Diff line change 1- FROM docker.io/library/golang:1.26.1@sha256:42ebbf7958e4caa4c95fd8bb2ec57dd7c668af769dcafb70a62ab8739a70f8a9
1+ FROM docker.io/library/golang:1.26.1@sha256:5e69504bb541a36b859ee1c3daeb670b544b74b3dfd054aea934814e9107f6eb
22
33ENV DEBIAN_FRONTEND=noninteractive
44
You can’t perform that action at this time.
0 commit comments