Skip to content

Commit

Permalink
Merge pull request #1927 from SUSE/for-deploy-16.0
Browse files Browse the repository at this point in the history
🤖: Update build recipes for 16.0
  • Loading branch information
dirkmueller authored Oct 30, 2024
2 parents 577a30c + e21d4f8 commit 5bf7396
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kiwi-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

#!UseOBSRepositories

#!BuildTag: bci/kiwi:10.1.10-%RELEASE%
#!BuildTag: bci/kiwi:10.1.10
#!BuildTag: bci/kiwi:10.1.16-%RELEASE%
#!BuildTag: bci/kiwi:10.1.16
#!BuildTag: bci/kiwi:10.1
#!BuildTag: bci/kiwi:10

Expand All @@ -32,13 +32,13 @@ RUN set -euo pipefail; \
LABEL org.opencontainers.image.authors="SUSE LLC (https://www.suse.com/)"
LABEL org.opencontainers.image.title="SLE BCI KIWI Appliance Builder (kiwi)"
LABEL org.opencontainers.image.description="KIWI Appliance Builder (kiwi) container based on the SLE Base Container Image. This container is only supported in privileged mode."
LABEL org.opencontainers.image.version="10.1.10"
LABEL org.opencontainers.image.version="10.1.16"
LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="SUSE LLC"
LABEL org.opencontainers.image.source="%SOURCEURL%"
LABEL org.opencontainers.image.ref.name="10.1.10-%RELEASE%"
LABEL org.opensuse.reference="registry.suse.com/bci/kiwi:10.1.10-%RELEASE%"
LABEL org.opencontainers.image.ref.name="10.1.16-%RELEASE%"
LABEL org.opensuse.reference="registry.suse.com/bci/kiwi:10.1.16-%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL com.suse.supportlevel="techpreview"
LABEL com.suse.eula="sle-bci"
Expand Down
5 changes: 5 additions & 0 deletions kiwi-image/kiwi-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 30 08:42:47 UTC 2024 - Dirk Müller <[email protected]>

- update to new version

-------------------------------------------------------------------
Tue Oct 29 15:21:55 UTC 2024 - SUSE Update Bot <[email protected]>

Expand Down

0 comments on commit 5bf7396

Please sign in to comment.