Loading
Commits on Source 3
-
Allow configuration of the build cache location for buildah the same as for kaniko. /!\ Replaces $KANIKO_SNAPSHOT_IMAGE_CACHE with $DOCKER_BUILD_CACHE_LOCATION A partial backward compatibility is ensured for projects using the $KANIKO_SNAPSHOT_IMAGE_CACHE variable but not with the 'kaniko-snapshot-image-cache' input that would fail the pipeline. Signed-off-by:Weimann, Simon <simon.weimann@ruv.de>
-
Pierre Smeyers authored
feat: configure build cache location for buildah Closes #133 See merge request !160
-
semantic-release-bot authored
# [7.1.0](7.0.1...7.1.0) (2025-08-13) ### Features * add build cache location support for buildah ([07752a18](07752a18))