Commits on Source 11
-
renovate-bot authored
-
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))
-
Guilhem Bonnefille authored
chore(deps): update to-be-continuous dependencies See merge request !158
-
Guilhem Bonnefille authored
-
Guilhem Bonnefille authored
When snapshot and release registries are different and a single one is logged as configured, one can think it has misconfigured something.
-
Guilhem Bonnefille authored
improve debug See merge request !162
-
semantic-release-bot authored
## [7.1.1](7.1.0...7.1.1) (2025-08-14) ### Bug Fixes * log all configured registries ([8946da09](8946da09)) * **skopeo:** active debug when TRACE is set ([4cdb0e96](4cdb0e96))
-
Pierre Smeyers authored
The digest is extracted from the image (instead of retrieved from propagated .env) closes #129
-
semantic-release-bot authored
## [7.1.2](7.1.1...7.1.2) (2025-08-18) ### Bug Fixes * **sign:** support signing multiple images (parallel:matrix) ([34e96973](34e96973)), closes [#129](#129)