docker: use ghcr.io images rather than docker hub ones

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2021-09-04 15:44:05 -04:00
parent 72491335e4
commit 5917c47349
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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