Skip to content

Commit

Permalink
testing-env: create default atlantis user (runatlantis#2689)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode authored and krrrr38 committed Dec 16, 2022
1 parent 448aebd commit 76e7afc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ RUN case $(uname -m) in x86_64|amd64) ARCH="x86_64" ;; aarch64|arm64|armv7l) ARC
ln -s /usr/local/bin/cft/versions/${CONFTEST_VERSION}/conftest /usr/local/bin/conftest${CONFTEST_VERSION} && \
rm conftest_${CONFTEST_VERSION}_Linux_${ARCH}.tar.gz && \
rm checksums.txt

RUN useradd -u 1001 -m atlantis

USER atlantis

0 comments on commit 76e7afc

Please sign in to comment.