swap centos images for rocky (#3741)

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
Alex Goodman 2025-03-18 10:25:03 -04:00 committed by GitHub
parent 7bdbfc0478
commit 2738291a96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eux
docker create --name generate-rpmdb-fixture centos:latest sh -c 'tail -f /dev/null'
docker create --name generate-rpmdb-fixture rockylinux:9 sh -c 'tail -f /dev/null'
function cleanup {
docker kill generate-rpmdb-fixture

View File

@ -37,7 +37,7 @@ docker run --rm \
-v ${WORK_DIR}:${WORK_DIR} \
-e SYFT_CHECK_FOR_APP_UPDATE=0 \
-w /src \
centos:latest \
rockylinux:9 \
/bin/bash -x -c "\
rpm -ivh ${DISTDIR}/syft_*_linux_amd64.rpm && \
syft version && \