Skip to content

Commit

Permalink
Merge pull request #12100 from Mab879/automatus_to_rhel8
Browse files Browse the repository at this point in the history
Automatus to UBI 8
  • Loading branch information
marcusburghardt authored Jun 28, 2024
2 parents 62a499f + 8eef734 commit 9f670b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automatus-cs8.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Automatus CS8
name: Automatus UBI8
on:
pull_request:
branches: [ master, 'stabilization*' ]
Expand Down Expand Up @@ -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' }}
Expand Down
4 changes: 2 additions & 2 deletions Dockerfiles/test_suite-cs8 → Dockerfiles/test_suite-ubi
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 9f670b7

Please sign in to comment.