diff --git a/cmd/syft/internal/test/integration/test-fixtures/image-pkg-coverage/pkgs/var/lib/rpm/generate-fixture.sh b/cmd/syft/internal/test/integration/test-fixtures/image-pkg-coverage/pkgs/var/lib/rpm/generate-fixture.sh index 80bf0996c..b21e668ee 100755 --- a/cmd/syft/internal/test/integration/test-fixtures/image-pkg-coverage/pkgs/var/lib/rpm/generate-fixture.sh +++ b/cmd/syft/internal/test/integration/test-fixtures/image-pkg-coverage/pkgs/var/lib/rpm/generate-fixture.sh @@ -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 diff --git a/test/compare/rpm.sh b/test/compare/rpm.sh index d84ff6df1..d857822e8 100755 --- a/test/compare/rpm.sh +++ b/test/compare/rpm.sh @@ -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 && \