Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatus to UBI 8 #12100

Merged
merged 2 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading