Skip to content

Commit

Permalink
Merge pull request #1086 from stackhpc/yoga-ci-rl9-base-image
Browse files Browse the repository at this point in the history
yoga: Use Rocky Linux 9 as a base for kayobe-automation
  • Loading branch information
markgoddard authored Jun 4, 2024
2 parents f23d52c + 40b00d7 commit 9a5cc9e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/stackhpc-build-kayobe-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ on:
no_proxy:
type: string
required: false
base_image:
type: string
required: false
default: "rockylinux:9"
if:
description: Whether to run the workflow (workaround for required status checks issue)
type: boolean
Expand Down Expand Up @@ -49,7 +53,7 @@ jobs:
- name: Checkout kayobe config
uses: actions/checkout@v4
with:
submodules: true
submodules: true

- name: Log in to the Container registry
uses: docker/login-action@v3
Expand Down Expand Up @@ -88,6 +92,7 @@ jobs:
build-args: |
http_proxy=${{ inputs.http_proxy }}
https_proxy=${{ inputs.https_proxy }}
BASE_IMAGE=${{ inputs.base_image || 'rockylinux:9' }}
KAYOBE_USER_UID=1001
KAYOBE_USER_GID=1001
push: true
Expand Down

0 comments on commit 9a5cc9e

Please sign in to comment.