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