Skip to content

Commit fc5437a

Browse files
committed
Pin image for the Alma9 container to the 9.7 tag
1 parent b33fae7 commit fc5437a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

slc9-arm-builder/packer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"builders": [
88
{
99
"type": "docker",
10-
"image": "gitlab-registry.cern.ch/linuxsupport/alma9-base",
10+
"image": "gitlab-registry.cern.ch/linuxsupport/alma9-base:9.7",
1111
"commit": true,
1212
"changes": [
1313
"ENTRYPOINT [\"\"]",

slc9-builder/packer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"builders": [
88
{
99
"type": "docker",
10-
"image": "gitlab-registry.cern.ch/linuxsupport/alma9-base",
10+
"image": "gitlab-registry.cern.ch/linuxsupport/alma9-base:9.7",
1111
"commit": true,
1212
"changes": [
1313
"ENTRYPOINT [\"\"]",

0 commit comments

Comments
 (0)