Skip to content

Commit 9a5cc9e

Browse files
authored
Merge pull request #1086 from stackhpc/yoga-ci-rl9-base-image
yoga: Use Rocky Linux 9 as a base for kayobe-automation
2 parents f23d52c + 40b00d7 commit 9a5cc9e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/stackhpc-build-kayobe-image.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ on:
2121
no_proxy:
2222
type: string
2323
required: false
24+
base_image:
25+
type: string
26+
required: false
27+
default: "rockylinux:9"
2428
if:
2529
description: Whether to run the workflow (workaround for required status checks issue)
2630
type: boolean
@@ -49,7 +53,7 @@ jobs:
4953
- name: Checkout kayobe config
5054
uses: actions/checkout@v4
5155
with:
52-
submodules: true
56+
submodules: true
5357

5458
- name: Log in to the Container registry
5559
uses: docker/login-action@v3
@@ -88,6 +92,7 @@ jobs:
8892
build-args: |
8993
http_proxy=${{ inputs.http_proxy }}
9094
https_proxy=${{ inputs.https_proxy }}
95+
BASE_IMAGE=${{ inputs.base_image || 'rockylinux:9' }}
9196
KAYOBE_USER_UID=1001
9297
KAYOBE_USER_GID=1001
9398
push: true

0 commit comments

Comments
 (0)