atlantis-test (latest)
Published 2024-02-16 02:07:45 +01:00 by florian
Installation
docker pull git.beisel.it/florian/atlantis-test:latest
sha256:2af76d50097b3708c73ab85044804268433abed24d8b24b990f0c25bd7ef0871
Image Layers
ADD file:af0f4e41d68b67ca88a1ce6297326159e18e27670d7bfc0bf5804a4e2b268cc8 in / |
CMD ["bash"] |
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl git unzip openssh-server dumb-init gnupg openssl && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
EXPOSE map[4141/tcp:{}] |
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:${ATLANTIS_PORT:-4141}/healthz || exit 1"] "5m0s" "3s" "0s" "0s" '\x00'} |
RUN /bin/sh -c useradd --create-home --user-group --shell /bin/bash atlantis && chown atlantis:root /home/atlantis/ && chmod u+rwx /home/atlantis/ # buildkit |
COPY /app/atlantis /usr/local/bin/atlantis # buildkit |
COPY /usr/local/bin/terraform* /usr/local/bin/ # buildkit |
COPY /usr/local/bin/conftest /usr/local/bin/conftest # buildkit |
COPY /usr/bin/git-lfs /usr/bin/git-lfs # buildkit |
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit |
USER atlantis |
ENTRYPOINT ["docker-entrypoint.sh"] |
CMD ["server"] |