Skip to content

Commit 1932e28

Browse files
Florian KnopFlorian Knop
Florian Knop
authored and
Florian Knop
committed
upgrade sops
1 parent 903fa0a commit 1932e28

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

images/ubuntu-jammy/manifest.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,16 @@
8989
"artifact_id": "eu-west-1:ami-0db5260996d7903ce",
9090
"packer_run_uuid": "c4458a58-0f15-06ce-4f57-9385fcea1515",
9191
"custom_data": null
92+
},
93+
{
94+
"name": "githubrunner",
95+
"builder_type": "amazon-ebs",
96+
"build_time": 1709199689,
97+
"files": null,
98+
"artifact_id": "eu-west-1:ami-0a33b26e2d921a18b",
99+
"packer_run_uuid": "85c1cf44-f186-e6f8-7fab-ae9f07069915",
100+
"custom_data": null
92101
}
93102
],
94-
"last_run_uuid": "c4458a58-0f15-06ce-4f57-9385fcea1515"
103+
"last_run_uuid": "85c1cf44-f186-e6f8-7fab-ae9f07069915"
95104
}

images/ubuntu-jammy/variables.auto.pkrvars.hcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ custom_shell_commands = [
1616
,
1717

1818
# Install Sops
19-
"wget https://github.com/mozilla/sops/releases/download/v3.7.3/sops_3.7.3_amd64.deb",
20-
"sudo apt-get install ./sops_3.7.3_amd64.deb",
19+
"wget https://github.com/mozilla/sops/releases/download/v3.8.1/sops_3.8.1_amd64.deb",
20+
"sudo apt-get install ./sops_3.8.1_amd64.deb",
2121

2222
# Install Terraform
2323
"git clone https://github.com/tfutils/tfenv.git ~/.tfenv",

0 commit comments

Comments
 (0)