kiwi-builder-image: Align with OBS latest version #40
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "steven.hardy/Factory:kiwi_updates"
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?
Aligns with the latest fixes in isv:SUSE:Edge:KiwiBuilder/kiwi-builder-10
91c303e8d8
toe7e640450d
@ -3,0 +1,4 @@
#!BuildTag: kiwi-builder:latest
#!BuildTag: kiwi-builder:10.1.16.0
#!BuildTag: kiwi-builder:10.1.16.0-%RELEASE%
FROM registry.suse.com/bci/kiwi:10.1.16
@nbelouin @dprodanov please confirm if you're happy with the tag here - I took the base
10.1.16
tag and appended.0
so we have flexibility to bump the version if/when changes are needed that do not require a base image updateI also added
latest
which for chart consumed images I'm trying to avoid, but in this case since the image is consumed interactively it may simplify the docs somewhatWondering if
-0
(rpm revision style) would be better.After discussion on slack I left it as
10.1.16.0-%RELEASE%
to be consistent with other images (which are mostlyN.N.N-%RELEASE%
and in a couple of casesN.N.N.N-%RELEASE%
but I removed the latest tag@ -1,5 +1,7 @@
#!BuildTag: kiwi-builder:10.1
FROM registry.suse.com/bci/kiwi:10.1.10
#!BuildTag: kiwi-builder:latest
I don't think we want to publish a "latest" tag
Removed, I guess we may have to also update the README to specify the tag though
@ -2,1 +1,3 @@
FROM registry.suse.com/bci/kiwi:10.1.10
#!BuildTag: kiwi-builder:latest
#!BuildTag: kiwi-builder:10.1.16.0
#!BuildTag: kiwi-builder:10.1.16.0-%RELEASE%
Missing the img prefix here.
Fixed, thanks!
e7e640450d
to7fb8f6201c
7fb8f6201c
to8a93aae7c5