From 1932e2866d89b566f70e49f9a573ec53f5aa13a1 Mon Sep 17 00:00:00 2001 From: Florian Knop Date: Tue, 14 May 2024 10:52:46 +0200 Subject: [PATCH] upgrade sops --- images/ubuntu-jammy/manifest.json | 11 ++++++++++- images/ubuntu-jammy/variables.auto.pkrvars.hcl | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/images/ubuntu-jammy/manifest.json b/images/ubuntu-jammy/manifest.json index 0c4f286b6a..bcc0b88dc9 100644 --- a/images/ubuntu-jammy/manifest.json +++ b/images/ubuntu-jammy/manifest.json @@ -89,7 +89,16 @@ "artifact_id": "eu-west-1:ami-0db5260996d7903ce", "packer_run_uuid": "c4458a58-0f15-06ce-4f57-9385fcea1515", "custom_data": null + }, + { + "name": "githubrunner", + "builder_type": "amazon-ebs", + "build_time": 1709199689, + "files": null, + "artifact_id": "eu-west-1:ami-0a33b26e2d921a18b", + "packer_run_uuid": "85c1cf44-f186-e6f8-7fab-ae9f07069915", + "custom_data": null } ], - "last_run_uuid": "c4458a58-0f15-06ce-4f57-9385fcea1515" + "last_run_uuid": "85c1cf44-f186-e6f8-7fab-ae9f07069915" } \ No newline at end of file diff --git a/images/ubuntu-jammy/variables.auto.pkrvars.hcl b/images/ubuntu-jammy/variables.auto.pkrvars.hcl index 5d3ee46bdf..a9ac3a37bd 100644 --- a/images/ubuntu-jammy/variables.auto.pkrvars.hcl +++ b/images/ubuntu-jammy/variables.auto.pkrvars.hcl @@ -16,8 +16,8 @@ custom_shell_commands = [ , # Install Sops - "wget https://github.com/mozilla/sops/releases/download/v3.7.3/sops_3.7.3_amd64.deb", - "sudo apt-get install ./sops_3.7.3_amd64.deb", + "wget https://github.com/mozilla/sops/releases/download/v3.8.1/sops_3.8.1_amd64.deb", + "sudo apt-get install ./sops_3.8.1_amd64.deb", # Install Terraform "git clone https://github.com/tfutils/tfenv.git ~/.tfenv",