File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1515# WARNING: Changing this file triggers a build and release of the Debian trust package for Bookworm (Debian 12)
1616#
1717# This file is used to store the latest version of the debian trust package and the DEBIAN_BUNDLE_BOOKWORM_VERSION
18- # variable is automatically updated by the `upgrade-debian-trust-package-version` target and cron GH action.
18+ # variable is automatically updated by the `upgrade-debian-trust-package-bookworm- version` target and cron GH action.
1919
20- DEBIAN_BUNDLE_BOOKWORM_VERSION = 20230311.0
20+ DEBIAN_BUNDLE_BOOKWORM_VERSION := 20230311+deb12u1 .0
2121DEBIAN_BUNDLE_BOOKWORM_SOURCE_IMAGE =docker.io/library/debian:12-slim
Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ go_package_debian_bookworm_mod_dir := ./trust-packages/debian
4747go_package_debian_bookworm_ldflags :=
4848oci_package_debian_bookworm_base_image_flavor := static
4949oci_package_debian_bookworm_image_name := quay.io/jetstack/trust-pkg-debian-bookworm
50- oci_package_debian_bookworm_image_tag := $(DEBIAN_BUNDLE_BOOKWORM_VERSION )
50+ # '+' characters are not valid in docker image names. Transform it to a '.' for images
51+ oci_package_debian_bookworm_image_tag := $(shell echo $(DEBIAN_BUNDLE_BOOKWORM_VERSION ) | tr '+' '-')
5152oci_package_debian_bookworm_image_name_development := cert-manager.local/trust-pkg-debian-bookworm
5253debian_bookworm_package_layer := $(bin_dir ) /scratch/debian-trust-package-bookworm
5354oci_package_debian_bookworm_additional_layers += $(debian_bookworm_package_layer )
Original file line number Diff line number Diff line change 8888target_ca_certificates_version=" ${TARGET_DEBIAN_BUNDLE_VERSION% .* } "
8989
9090echo " +++ fetching latest version of ca-certificates package"
91+ echo " +++ target version of ca-certificates is '$target_ca_certificates_version '"
9192
9293TMP_DIR=$( mktemp -d)
9394
You can’t perform that action at this time.
0 commit comments