mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-05 03:58:29 +00:00
docker: use ghcr.io images rather than docker hub ones
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user