Skip to content
Unstable

Changes

Summary

  1. jenkins-common: add NO_DOCKER_IMAGE_PULL (details)
Commit aec2df395fc3268c62c5800c5b9f8943574b4a45 by Oliver Smith
jenkins-common: add NO_DOCKER_IMAGE_PULL

The docker_images_require function runs "docker build" with the "--pull"
argument to automatically get new base images (typically debian
bookworm).

Recently this started to cause an error when building the arm32/v7
image debian-bookworm-build-arm on the now arm64/v8 (aarch64) rpi4.

Add NO_DOCKER_IMAGE_PULL to be able to omit "--pull". The related patch
adjusts osmo-ci to pull separately beforehand.

Related: OS#6627
Related: osmo-ci Ibf91bc098f34b43f46680d0395928e60cdd478fc
Change-Id: I6e0a84ce7f8357611abc5da856f36d0df247de75
The file was modifiedjenkins-common.sh
The file was modifiedREADME.md