Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

WORKDIR /tmp

RUN echo 'deb http://archive.debian.org/debian buster-backports main' >> /etc/apt/sources.list

RUN apt-get update && apt-get install --no-install-recommends -y \
openssh-server \
nginx \
Expand Down Expand Up @@ -115,7 +113,7 @@
####################################################################################################
# Argo CD Build stage which performs the actual build of Argo CD binaries
####################################################################################################
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.26.4@sha256:d184d9be4c13614e28498d632eeaaac704d662f18ad357e1df74a44424236cea AS argocd-build

Check warning on line 116 in Dockerfile

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use either the version tag or the digest for the image instead of both.

See more on https://sonarcloud.io/project/issues?id=argoproj_argo-cd&issues=AZ64J4fJvX6AoKFRm1ma&open=AZ64J4fJvX6AoKFRm1ma&pullRequest=28250

WORKDIR /go/src/github.com/argoproj/argo-cd

Expand Down
2 changes: 0 additions & 2 deletions Dockerfile.tilt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ FROM docker.io/library/golang:1.26.4@sha256:d184d9be4c13614e28498d632eeaaac704d6

ENV DEBIAN_FRONTEND=noninteractive

RUN echo 'deb http://archive.debian.org/debian buster-backports main' >> /etc/apt/sources.list

RUN apt-get update && apt-get install --no-install-recommends -y \
curl \
openssh-server \
Expand Down
Loading