Skip to content

Commit 96ba802

Browse files
committed
Run dev builder
1 parent c4368bb commit 96ba802

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,7 @@ pipeline {
725725
sh '''#! /bin/bash
726726
set -e
727727
TEMPDIR=$(mktemp -d)
728+
chown 65532:65532 "${TEMPDIR}"
728729
if [ "${MULTIARCH}" == "true" ] && [ "${PACKAGE_CHECK}" != "true" ]; then
729730
LOCAL_CONTAINER=${IMAGE}:amd64-${META_TAG}
730731
else
@@ -734,7 +735,7 @@ pipeline {
734735
docker run --rm \
735736
-v /var/run/docker.sock:/var/run/docker.sock:ro \
736737
-v ${TEMPDIR}:/tmp \
737-
ghcr.io/anchore/syft:v1.26.1 \
738+
ghcr.io/anchore/syft:latest \
738739
${LOCAL_CONTAINER} -o table=/tmp/package_versions.txt
739740
NEW_PACKAGE_TAG=$(md5sum ${TEMPDIR}/package_versions.txt | cut -c1-8 )
740741
echo "Package tag sha from current packages in buit container is ${NEW_PACKAGE_TAG} comparing to old ${PACKAGE_TAG} from github"

0 commit comments

Comments
 (0)