Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Marian Koncek
e6fd72236e Retry pulling the JPV image 2023-10-26 11:54:35 +02:00
Marian Koncek
615e5b6a00 Use version 1 of JPV 2023-10-25 15:35:09 +02:00
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,8 @@ set -eu
# /mnt/envroot required by SymlinkConfig
podman pull "${JP_VALIDATOR_IMAGE}" || sleep 60
exec podman run --rm --security-opt='label=disable'\
--mount type=bind,source="${TEST_ARTIFACTS}",target='/mnt/test_artifacts/',readonly\
--mount type=bind,source='src/',target='/mnt/config/',readonly\

View file

@ -6,7 +6,7 @@ require:
- podman
environment:
TEST_ARTIFACTS: /var/share/test-artifacts
JP_VALIDATOR_IMAGE: quay.io/mizdebsk/javapackages-validator
JP_VALIDATOR_IMAGE: quay.io/fedora-java/javapackages-validator:1
ENVROOT: /
/symlink: