Skip to content

Commit ccd9680

Browse files
author
Florian Knop
committed
upgrade nodejs version
1 parent 1932e28 commit ccd9680

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

images/ubuntu-jammy/manifest.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,34 @@
9898
"artifact_id": "eu-west-1:ami-0a33b26e2d921a18b",
9999
"packer_run_uuid": "85c1cf44-f186-e6f8-7fab-ae9f07069915",
100100
"custom_data": null
101+
},
102+
{
103+
"name": "githubrunner",
104+
"builder_type": "amazon-ebs",
105+
"build_time": 1715676831,
106+
"files": null,
107+
"artifact_id": "eu-west-1:ami-0c411fd4038fb1551",
108+
"packer_run_uuid": "6257cd22-b7fb-5804-1516-491b173f7c00",
109+
"custom_data": null
110+
},
111+
{
112+
"name": "githubrunner",
113+
"builder_type": "amazon-ebs",
114+
"build_time": 1720622112,
115+
"files": null,
116+
"artifact_id": "eu-west-1:ami-0b110e5dd83784083",
117+
"packer_run_uuid": "546d21ad-e933-c7a4-fb6d-0ad4233b101b",
118+
"custom_data": null
119+
},
120+
{
121+
"name": "githubrunner",
122+
"builder_type": "amazon-ebs",
123+
"build_time": 1731494188,
124+
"files": null,
125+
"artifact_id": "eu-west-1:ami-039bb391a50df5726",
126+
"packer_run_uuid": "4ce2ec8e-478e-0649-293b-d24ae4b0fc8b",
127+
"custom_data": null
101128
}
102129
],
103-
"last_run_uuid": "85c1cf44-f186-e6f8-7fab-ae9f07069915"
130+
"last_run_uuid": "4ce2ec8e-478e-0649-293b-d24ae4b0fc8b"
104131
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ custom_shell_commands = [
77
sudo mkdir -p /etc/apt/keyrings
88
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
99
10-
NODE_MAJOR=20
10+
NODE_MAJOR=22
1111
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list
1212
1313
sudo apt-get update

0 commit comments

Comments
 (0)