Skip to content

Commit

Permalink
Merge pull request #45 from uw-it-edm/jfshen
Browse files Browse the repository at this point in the history
CAB-5994 get latest atlantis from ghcr instead of dockerhub
  • Loading branch information
jfshenuw authored Aug 14, 2023
2 parents 145f773 + 12b3720 commit 1ab9d79
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# change v0.18.4 to v0.18.3 as v0.18.4 had a bug to prevent container start
# see https://github.com/runatlantis/atlantis/issues/2201 for details
# v0.18.4 was brought in by dependabot
# v0.18.5 was not available from Dockerhub
FROM runatlantis/atlantis:v0.18.3
# CAB-5994 upgrade atlantis to v0.25
# atlantis moved from dockerhub to ghcr starting with 0.18.5
FROM ghcr.io/runatlantis/atlantis:v0.25-alpine

COPY credentials.sh /usr/local/bin/credentials.sh
RUN chmod +x /usr/local/bin/credentials.sh
Expand Down

0 comments on commit 1ab9d79

Please sign in to comment.