From 01d41bd4285631d56e3d95dd79f946d0d5e01b77 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Thu, 21 Mar 2024 11:00:00 -0500 Subject: [PATCH] test addition of user option for container launch Signed-off-by: Karl W. Schulz --- .github/workflows/rhel-8.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rhel-8.yml b/.github/workflows/rhel-8.yml index 868e0851ca..f769bccae3 100644 --- a/.github/workflows/rhel-8.yml +++ b/.github/workflows/rhel-8.yml @@ -23,6 +23,7 @@ jobs: runs-on: ubuntu-latest container: image: colramos/target-images:rhel8 + options: --user="$(id --user):$(id --group)" # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Install baseline OS dependencies