From 38bbaa3fd4cc2c5a0e86591cecacc4b89e85c9c4 Mon Sep 17 00:00:00 2001 From: = Date: Thu, 12 Dec 2024 11:29:37 +1300 Subject: [PATCH] feat: add tfcloud agent Vendor the hashicorp terraform cloud agent image --- README.md | 1 + sync-ghcr.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 4ef03cb..9a8e393 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ list of vendored base images | ghcr.io/geonet/base-images/govc | golang client for vsphere | | ghcr.io/geonet/base-images/hadolint/hadolint | a Dockerfile linter | | ghcr.io/geonet/base-images/hashicorp/terraform | Terraform image | +| ghcr.io/geonet/base-images/hashicorp/tfc-agent | Terraform cloud agent image | | ghcr.io/geonet/base-images/mkdocs_plus | a custom build image for docs | | ghcr.io/geonet/base-images/mkdocs | a build of mkdocs material for docs | | ghcr.io/geonet/base-images/nginx | minimal nginx image | diff --git a/sync-ghcr.yml b/sync-ghcr.yml index 9bbce8e..f6a156f 100644 --- a/sync-ghcr.yml +++ b/sync-ghcr.yml @@ -27,6 +27,8 @@ docker.io: - 'v2.12.0-alpine' hashicorp/packer: - '1.11.2' + hashicorp/tfc-agent: + - '1.17.3' python: - 3.11.4-bullseye - 3.12.2-bullseye