mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 00:13:15 +01:00
swap centos images for rocky (#3741)
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
parent
7bdbfc0478
commit
2738291a96
@ -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
|
||||
|
||||
@ -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 && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user