Add initial release-manifest image #26
Reference in New Issue
Block a user
Delete Branch "add-release-manifest"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Copies over the current release-manifest image used for Edge 3.1.1.
Will need to be updated to current component versions.
@@ -0,0 +13,4 @@LABEL org.opencontainers.image.vendor="SUSE LLC"LABEL org.opensuse.reference="%%IMG_REPO%%/%%IMG_PREFIX%%release-manifest:3.1.1"LABEL org.openbuildservice.disturl="%DISTURL%"LABEL com.suse.supportlevel="l3"This should use the template supportlevel
@@ -0,0 +37,4 @@repository: https://charts.rancher.io- prettyName: MetalLBreleaseName: metallbchart: %%CHART_REPO%%/3.1/metallb-chartDon't we want to use
%%IMG_PREFIX%%here as well ?@@ -0,0 +2,4 @@<service mode="buildtime" name="kiwi_metainfo_helper"/><service name="replace_using_env" mode="buildtime"><param name="file">Dockerfile</param><param name="eval">IMG_PREFIX=$(rpm --macros=/root/.rpmmacros -E %img_prefix)</param>You need
%{?img_prefix}instead of%img_prefixto allow for empty prefixes