0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-09-20 01:42:45 +02:00
Commit Graph

38 Commits

Author SHA1 Message Date
Sasha Gerrand
ed230eb71a
Install packages without caching
Follows the method used earlier in the file for consistency and means that the apk cache directory doesn't need to be removed.
2020-01-31 11:18:36 +00:00
Sasha Gerrand
4e7e2d8963
Remove extraneous command
The WORKDIR command which follows does the same thing.

https://docs.docker.com/engine/reference/builder/#workdir
2020-01-31 11:16:33 +00:00
Jacob McCann
c5a3171290
chore: update to golang 1.13 2019-09-06 08:53:49 -05:00
Andy Trevorah
bd549151ff
move terraform version to a docker build arg
This also opens things up to build images for multiple terraform versions.
2019-08-05 16:49:43 +01:00
Jacob McCann
7d1e39a8e0
chore: some improvements to build automation 2019-07-12 07:55:47 -05:00
Kostas Theodorakopoulos
927cd121da bump 2019-07-12 10:27:49 +02:00
Jacob McCann
7d747ce25d
version: 6.0-0.12.1 2019-06-05 08:15:53 -05:00
Caio Quirino
c202c86225
Update terraform version to 0.12.0 2019-06-04 15:32:56 +02:00
Joachim Hill-Grannec
0646afd940 update to TF 0.11.13 2019-03-27 15:35:26 -06:00
Jacob McCann
4985c0dc0a
version bump alpine 3.9 (from 3.7) 2019-02-22 08:44:29 -06:00
Jacob McCann
a22d272a0b
chore: update instructions and Dockerbuild to work with modules 2019-02-22 08:40:57 -06:00
Joe Snell
40ff4507ef update terraform version to 0.11.11 2019-01-17 19:40:48 -06:00
Joachim Hill-Grannec
eb58f05b07 Update to latest terraform version 2018-09-19 13:10:40 -04:00
Piotr Komborski
f411b0b16f
Add ssh client
So we can clone terraform modules from git over ssh
2018-06-22 21:31:28 +01:00
Piotr Komborski
24a265dfa9
Update golang to 1.10 2018-06-22 21:11:30 +01:00
Tobias Lückel
248bf761cc
Update embedded version to 0.11.7 2018-04-23 11:43:17 +02:00
Jacob McCann
8acaa3eac4 Version 4.0-0.11.3
Update embedded terraform to 0.11.3
2018-02-07 13:11:17 -06:00
Jacob McCann
b20874c7bc version bump terraform to 0.10.8 2018-02-07 12:29:58 -06:00
Jacob McCann
2abd8229ab Version bump golang and alpine 2018-02-07 12:12:21 -06:00
Joachim Hill-Grannec
6a0181c1b4 Updating to terraform 0.10.7 since the newest version now include the registry for providers 2017-10-09 11:12:08 -04:00
Jacob McCann
0ab0fed601 Embed terraform 0.10.3 2017-09-06 14:12:29 -05:00
Jacob McCann
551bdf8b83 Minor update 2017-09-06 10:35:48 -05:00
Jacob McCann
3930fcbee0 Merge pull request #48 from PressLabs/docker-multistage-build
Build using Dockerfile multistage feature
2017-09-06 10:34:41 -05:00
Jacob McCann
917f1cc288 Terraform 0.9.11 2017-07-25 13:53:26 -05:00
Calin Don
323e082310
Build using Dockerfile multistage feature 2017-07-21 19:08:00 +03:00
marcin.suterski
787e18174d
Update to terraform version 0.9.4 2017-05-05 13:02:10 -04:00
Jacob McCann
6f5847f90d Update build process for plugin
Favor grabbing release directly and pinning version
2017-04-07 10:26:12 -05:00
Jacob McCann
7e298aaf16 Update build command 2016-12-23 09:48:11 -06:00
Thomas Boerger
4b61f1c76a
Install terraform from new package
To avoid the download of untrusted packages I have updated the
Dockerfile to use a package provided by alpine community repository.
2016-12-20 17:27:55 +01:00
Jacob McCann
0208bfdc19 Initial Working 0.5 version 2016-10-08 21:04:43 +05:30
Kit Ewbank
2274218548 Use terraform version 0.6.16.
Add 'parallelism' parameter to limit the number of concurrent operations as Terraform walks its graph.

Download glibc-2.21-r2.apk from 'github.com/sgerrand/alpine-pkg-glibc' as 'circle-artifacts.com/gh/andyshinn/alpine-pkg-glibc' is not available.

Correct 'terraform apply' with parallelism option.

Run 'go fmt'.
2016-06-18 16:57:15 -04:00
Jeff Storey
b005d3096a adding git for git-based module resolution 2016-05-31 21:56:48 -04:00
Jeff Storey
b3b22e212d updating terraform version 2016-04-04 17:41:51 -04:00
Jacob McCann
9f3f97cb69 Update to use terraform 0.6.11 2016-02-15 13:27:44 -06:00
John Engelman
196bf5c2aa Upgrade to Terraform 0.6.9 2016-01-26 23:50:54 +01:00
John Engelman
64d142149b Need to update apk before installing glibc. 2016-01-26 23:50:26 +01:00
John Engelman
5a15b9fd13 Debug and need glibc in image. 2016-01-26 23:50:26 +01:00
John Engelman
7ab6c29d3e Initial commit. 2016-01-26 23:50:26 +01:00