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.2@sha256:5f3787b7f902c07c7ec4f3aa91a301a3eda8133aa32661a3b3a3a86ab3a68a36 AS builder
7+ FROM docker.io/library/golang:1.26.2@sha256:f7159064a17ccc65d0e10e342ae8783026182704bf4af8f6df8d5ba9af2be2fd AS builder
88
99WORKDIR /tmp
1010
@@ -109,7 +109,7 @@ RUN HOST_ARCH=$TARGETARCH NODE_ENV='production' NODE_ONLINE_ENV='online' NODE_OP
109109# ###################################################################################################
110110# Argo CD Build stage which performs the actual build of Argo CD binaries
111111# ###################################################################################################
112- FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.26.2@sha256:5f3787b7f902c07c7ec4f3aa91a301a3eda8133aa32661a3b3a3a86ab3a68a36 AS argocd-build
112+ FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.26.2@sha256:f7159064a17ccc65d0e10e342ae8783026182704bf4af8f6df8d5ba9af2be2fd AS argocd-build
113113
114114WORKDIR /go/src/github.com/argoproj/argo-cd
115115
Original file line number Diff line number Diff line change 1- FROM docker.io/library/golang:1.26.2@sha256:5f3787b7f902c07c7ec4f3aa91a301a3eda8133aa32661a3b3a3a86ab3a68a36
1+ FROM docker.io/library/golang:1.26.2@sha256:f7159064a17ccc65d0e10e342ae8783026182704bf4af8f6df8d5ba9af2be2fd
22
33ENV DEBIAN_FRONTEND=noninteractive
44
You can’t perform that action at this time.
0 commit comments