1
0
forked from suse-edge/Factory

moved charts/images

This commit is contained in:
2024-10-21 16:17:49 +03:00
parent 606de0934e
commit 148e26cf72
58 changed files with 2020 additions and 16 deletions

View File

@@ -0,0 +1,10 @@
<services>
<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>
<param name="var">IMG_PREFIX</param>
<param name="eval">IMG_REPO=$(rpm --macros=/root/.rpmmacros -E %img_repo)</param>
<param name="var">IMG_REPO</param>
</service>
</services>