mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-01 00:38:44 +00:00
* Upgraded conftest to 0.23.0 and removed --all-namespaces flag (#62) * Upgraded conftest to 0.23.0 and removed --all-namespaces flag * fix tests * fix conftest version name * make tests pass * Update e2e tests to use 0.23 conftest * Fix log function * Make test client fetch version synchronously. * Update fixtures. * Pinning test image Co-authored-by: Nish Krishnan <nishk@lyft.com>
7 lines
185 B
Docker
7 lines
185 B
Docker
FROM 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.23.0
|
|
|
|
WORKDIR /atlantis/src
|