Skip to content

Commit

Permalink
Test build for #1973
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSE Update Bot committed Nov 8, 2024
1 parent 05af26a commit 0f06bb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions kiwi-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

#!BuildTag: bci/kiwi:9.24.43-%RELEASE%
#!BuildTag: bci/kiwi:9.24.43
#!BuildTag: bci/kiwi:9.24
#!BuildTag: bci/kiwi:9
#!BuildName: bci-kiwi-9.24
#!BuildVersion: 15.7.9.24
#!BuildTag: bci/kiwi:9.24
#!BuildName: bci-kiwi-9.24.43
#!BuildVersion: 15.7.9.24.43
FROM bci/bci-base:15.7

RUN set -euo pipefail; \
Expand Down Expand Up @@ -48,5 +48,3 @@ LABEL com.suse.release-stage="beta"
# endlabelprefix
LABEL io.artifacthub.package.readme-url="%SOURCEURL%/README.md"
LABEL usage="This container requires an openSUSE/SUSE host kernel for full functionality."
# sanity check that the version from the tag is equal to the version of python3-kiwi that we expect
RUN set -euo pipefail; [ "$(rpm -q --qf '%{version}' python3-kiwi | cut -d '.' -f -2)" = "9.24" ]
2 changes: 1 addition & 1 deletion kiwi-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ like scripts or configuration files.
To build a KIWI NG appliance, launch the container in privileged mode:

```ShellSession
$ podman run --privileged -v /path/to/kiwi/descr:/image:Z registry.suse.com/bci/kiwi:9.24
$ podman run --privileged -v /path/to/kiwi/descr:/image:Z registry.suse.com/bci/kiwi:9.24.43
```

For more information about KIWI NG, see the [KIWI NG documentation](https://osinside.github.io/kiwi/),
Expand Down

0 comments on commit 0f06bb6

Please sign in to comment.