diff --git a/.github/workflows/automatus-cs8.yaml b/.github/workflows/automatus-cs8.yaml index 9917af66f22..572013aea9c 100644 --- a/.github/workflows/automatus-cs8.yaml +++ b/.github/workflows/automatus-cs8.yaml @@ -1,4 +1,4 @@ -name: Automatus CS8 +name: Automatus UBI8 on: pull_request: branches: [ master, 'stabilization*' ] @@ -92,7 +92,7 @@ jobs: run: ssh-keygen -N '' -t rsa -f ~/.ssh/id_rsa - name: Build test suite container if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }} - run: podman build --build-arg "CLIENT_PUBLIC_KEY=$(cat ~/.ssh/id_rsa.pub)" -t ssg_test_suite -f test_suite-cs8 + run: podman build --build-arg "CLIENT_PUBLIC_KEY=$(cat ~/.ssh/id_rsa.pub)" -t ssg_test_suite -f test_suite-ubi8 working-directory: ./Dockerfiles - name: Get oscap-ssh if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }} diff --git a/Dockerfiles/test_suite-cs8 b/Dockerfiles/test_suite-ubi similarity index 83% rename from Dockerfiles/test_suite-cs8 rename to Dockerfiles/test_suite-ubi index 9072d9f725c..41b373aa949 100644 --- a/Dockerfiles/test_suite-cs8 +++ b/Dockerfiles/test_suite-ubi @@ -1,5 +1,5 @@ -# This Dockerfile is a minimal example for a Centos Stream 8 SSG test suite target container. -FROM quay.io/centos/centos:stream8 +# This Dockerfile is a minimal example for a Red Hat UBI 8 Automatus test suite target container. +FROM registry.access.redhat.com/ubi8/ubi:latest ENV AUTH_KEYS=/root/.ssh/authorized_keys