Commit Graph

19 Commits

Author SHA1 Message Date
Ninir
1b1ae67bb4 Bump Terraform version to 0.11.11 2018-12-19 10:11:35 -08:00
Luke Kysow
3cc465bafc Use latest atlantis-base.
- Upon merging https://github.com/runatlantis/atlantis/pull/346 I
manually built and pushed a new version of runatlantis/atlantis-base and
tagged it as runatlantis/atlantis-base:v2.0. This change uses that new
tag. Before it was using :latest which isn't good if other people see
that and use atlantis-base:latest because we could break it for them.
- I've also put back the fsContext to 1000 because the atlantis user is
still in that group so we need that for kubernetes.
2018-11-28 15:30:24 -06:00
Luke Kysow
7c955b1f1d Upgrade to terraform 0.11.8 2018-10-30 10:34:54 -05:00
Ninir
e1f957afcf Bum terraform version to 0.11.8 2018-08-23 17:04:29 -07:00
Luke Kysow
0de9695ee9 Fix Dockerfile base 2018-07-24 16:56:49 +02:00
Luke Kysow
85067c05a3 Split Dockerfile into base and main. 2018-07-10 14:47:02 +02:00
Luke Kysow
2ef741eb45 Switch to curl. 2018-07-09 20:40:45 +02:00
Luke Kysow
1ca83ccea5 Add update-ca-certificates to fix Docker build.
Was getting:
Connecting to github.com (192.30.253.112:443)
ssl_client: github.com: TLS connect failed
wget: error getting response: Connection reset by peer
2018-07-09 20:12:38 +02:00
Tim O'Guin
9a91e2c39e Upgrade Terraform to 0.11.7 in Docker image, add checksum verification 2018-04-12 19:34:45 -05:00
Chase Coney
3dcabc4d5b Upgrade Terraform Version to Latest Stable 2018-04-12 11:40:41 -05:00
Tim O'Guin
8989526360 Upgrade latest TF to 0.11.5 in Dockerfile 2018-03-30 09:16:14 -05:00
Luke Kysow
2ead2fd800 Fix Dockerfile build failures.
Following advice from https://github.com/tianon/gosu/issues/35
2018-03-16 13:52:37 -07:00
Luke Kysow
18ef0df438 Use ipv4 keyservers to fix failing builds.
See https://github.com/nodejs/docker-node/issues/380
2018-03-11 14:12:52 -07:00
Luke Kysow
0299d3ee12 Move to new atlantisnorth repo 2018-02-06 13:29:36 -08:00
Luke Kysow
77b28bf08b Update Docker image to TF 0.11.3 (#240) 2018-02-02 12:12:28 -08:00
Luke Kysow
9c11841b12 Release version 0.2.2 2017-12-17 17:23:13 -08:00
Nadav Shatz
562272e1ef Update terraform (#186) 2017-11-08 23:40:33 -08:00
Michael Simo
e1cbe681d6 Update Dockerfile to update to latest Terraform version 0.10.7 (#159) 2017-10-17 14:16:40 -07:00
Anubhav Mishra
6b55b086cd Adding docker image and release scripts (#123)
* Adding docker image and release scripts

* Using circleci version 2

* now building dumb-init and gosu from source

* trying to fix e2e tests

* fixing working directory for circleci version 2

* start atlantis server and ngrok in the background

* Adding terraform to path and removing old decryption method for circleci

* adding terraform binary to the correct path

* ATLANTIS_URL is now being exported

* using circleci version 2 syntax to export variable

* using circleci version 2 syntax to export variable

* ngrok isnt working now

* Updating CHANGELOG

* Fixes after review and updated README.md
2017-08-16 13:29:51 -07:00