Commit Graph

25 Commits

Author SHA1 Message Date
Cian Johnston 36808f19dc
feat!: update terraform to version 1.6.x, relax max version constraint (#12027)
* feat(provisioner): relax max terraform version constraint

* feat!(scripts/Dockerfile.base): update bundled terraform to 1.6.x

* bump terraform version in Dogfood image

* fix over-zealous rename
2024-02-06 17:58:26 -06:00
dependabot[bot] 71b79eace4
chore: bump alpine from 3.19.0 to 3.19.1 in /scripts (#11887)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-30 00:35:44 +03:00
dependabot[bot] 486d1fb697
chore: bump alpine from 3.18.5 to 3.19.0 in /scripts (#11126)
Bumps alpine from 3.18.5 to 3.19.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-11 23:24:16 +10:00
dependabot[bot] b8e9262c51
chore: bump the scripts-docker group in /scripts with 1 update (#11020)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 10:38:58 -06:00
Colin Adler fbfd192370
chore: update openssl in Dockerfile (#10701)
Includes a security fix for CVE-2023-5363 and CVE-2023-5678.
2023-11-14 13:40:30 -06:00
Colin Adler 7e6b549170
chore: upgrade Terraform to `1.5.7` (#10186) 2023-10-10 12:46:59 -05:00
dependabot[bot] 4df5c1ddec
chore: bump the alpine image from 3.18.3 to 3.18.4 in `Dockerfile.base` (#9993)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-03 14:09:50 -05:00
Colin Adler 885041a65b
revert: downgrade alpine to `v3.18.3` (#9916) 2023-09-28 20:27:47 +00:00
Colin Adler 92c0237899
chore: upgrade alpine to `v3.18.4` 2023-09-28 19:47:48 +00:00
Cian Johnston 392b11272b
fixup! fix(scripts): modify logic for determining terraform arch (#9595) (#9596) 2023-09-08 11:07:57 +00:00
Cian Johnston a3a16a1586
fix(scripts): modify logic for determining terraform arch (#9595)
Commit fb3616c used a build-arg to set the desired terrafomr
architeture to fetch. This is set in build_docker.sh but not
when building using depot.dev. Baking the logic into the
Dockerfile instead.
2023-09-08 10:47:51 +00:00
Cian Johnston fb3616c37e
fix(scripts): wget terraform directly from releases.hashicorp.com (#9594) 2023-09-08 10:02:18 +00:00
Eric Paulsen c217a0d819
fix!: remove jq from image (#8979)
* fix: remove jq from base and add jq ext image

* Delete Dockerfile.ext-jq

---------

Co-authored-by: Muhammad Atif Ali <atif@coder.com>
2023-08-16 21:20:33 -04:00
Colin Adler a5c59b9934
chore: upgrade to alpine `3.18.3` (#8980) 2023-08-08 12:21:38 -05:00
Colin Adler e68d508469
chore: bump openssl in base image (#8811) 2023-08-02 16:16:34 -05:00
Ben Potter 4821e2e6d8
chore: add jq to base image (#8563)
* chore: add jq to base image

* fix formatting
2023-07-20 07:04:56 -05:00
Colin Adler 132f1d0eb5
chore: fuzzy match alpine terraform version (#8506) 2023-07-13 14:36:45 -05:00
Colin Adler c0835c443d
chore: pin terraform to 1.5.2 (#8322)
The Alpine ARM builders are no longer behind on releases.
2023-07-05 12:59:58 -05:00
Colin Adler 41e7216df7
chore: upgrade terraform to 1.5.1 (#8160) 2023-06-22 19:08:40 +00:00
Colin Adler 1288a83e42
chore: upgrade openssl (#7883) 2023-06-06 16:59:56 -05:00
Ammar Bandukwala 9bb0253290
chore: update various dependencies (#7503)
This will help us pass the security scanners.
2023-05-14 20:37:50 +00:00
Dean Sheather 5961cf900d
chore: bump terraform from 1.3.4-r3 to r4 in image (#7393)
Looks like 1.3.4-r3 isn't available anymore, and 1.3.4-r4 is available
instead.
2023-05-03 18:21:11 +00:00
Kyle Carberry d3356fa48e
fix: upgrade terraform in apk (#7146) 2023-04-14 20:10:17 -05:00
Cian Johnston 248c53d68d
fix: install terraform in base Docker image (#6263)
Updates the base Docker image to install Terraform version 1.3.4 (max supported version) by default.
Also updates documentation to reflect this change.
2023-03-07 13:52:45 +00:00
Dean Sheather d6947aeaca
chore: fix depot build (#6057) 2023-02-06 16:49:33 +00:00
Renamed from Dockerfile.base (Browse further)