Merge pull request #166 from flatcar-linux/tormath1/fix-dev-container

jenkins/kola/container: pass PORTAGE_BINHOST to container
This commit is contained in:
Mathieu Tortuyaux 2021-10-13 13:42:13 +02:00 committed by GitHub
commit af647340c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ else
fi
sudo systemd-nspawn $PIPEARG \
--setenv=PORTAGE_BINHOST="${PORTAGE_BINHOST}" \
--bind-ro=/lib/modules \
--bind-ro="$PWD/flatcar_production_image_kernel_config.txt:/boot/config" \
--bind-ro="${GOOGLE_APPLICATION_CREDENTIALS}:/opt/credentials.json" \