From 5917c47349514f5a8f7113e4fcd40845b4e71e13 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 4 Sep 2021 15:44:05 -0400 Subject: [PATCH] docker: use ghcr.io images rather than docker hub ones Signed-off-by: Rui Chen --- Dockerfile.dev | 2 +- kustomize/bundle.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.dev b/Dockerfile.dev index 3d8ecf7db..7726bb08d 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM runatlantis/atlantis:latest +FROM ghcr.io/runatlantis/atlantis:latest COPY atlantis /usr/local/bin/atlantis # TODO: remove this once we get this in the base image ENV DEFAULT_CONFTEST_VERSION=0.27.0 diff --git a/kustomize/bundle.yaml b/kustomize/bundle.yaml index 8132f07cb..3c2f4e56e 100644 --- a/kustomize/bundle.yaml +++ b/kustomize/bundle.yaml @@ -22,7 +22,7 @@ spec: fsGroup: 1000 # Atlantis group (1000) read/write access to volumes. containers: - name: atlantis - image: runatlantis/atlantis:v0.17.3 + image: ghcr.io/runatlantis/atlantis:v0.17.3 env: - name: ATLANTIS_DATA_DIR value: /atlantis