Skip to content

Commit

Permalink
upgrade sops
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Knop authored and Florian Knop committed May 14, 2024
1 parent 903fa0a commit 1932e28
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion images/ubuntu-jammy/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions images/ubuntu-jammy/variables.auto.pkrvars.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1932e28

Please sign in to comment.