Skip to content

Commit 42f987b

Browse files
authored
Merge pull request #2743 from SUSE/for-deploy-Tumbleweed
🤖: Update build recipes for Tumbleweed
2 parents a4683e6 + 153da03 commit 42f987b

3 files changed

Lines changed: 14 additions & 9 deletions

File tree

kea-image/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
#!UseOBSRepositories
1717

18-
#!BuildTag: opensuse/kea:2.6-%RELEASE%
19-
#!BuildTag: opensuse/kea:2.6
18+
#!BuildTag: opensuse/kea:3.0-%RELEASE%
19+
#!BuildTag: opensuse/kea:3.0
2020
#!BuildTag: opensuse/kea:latest
2121

2222
FROM opensuse/tumbleweed:latest
@@ -30,13 +30,13 @@ RUN set -euo pipefail; zypper -n clean -a; \
3030
# labelprefix=org.opensuse.application.kea
3131
LABEL org.opencontainers.image.title="openSUSE Tumbleweed Kea DHCP Server"
3232
LABEL org.opencontainers.image.description="Kea DHCP Server container based on the openSUSE Tumbleweed Base Container Image."
33-
LABEL org.opencontainers.image.version="2.6"
33+
LABEL org.opencontainers.image.version="3.0"
3434
LABEL org.opencontainers.image.url="https://www.opensuse.org"
3535
LABEL org.opencontainers.image.created="%BUILDTIME%"
3636
LABEL org.opencontainers.image.vendor="openSUSE Project"
3737
LABEL org.opencontainers.image.source="%SOURCEURL%"
38-
LABEL org.opencontainers.image.ref.name="2.6-%RELEASE%"
39-
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/kea:2.6-%RELEASE%"
38+
LABEL org.opencontainers.image.ref.name="3.0-%RELEASE%"
39+
LABEL org.opensuse.reference="registry.opensuse.org/opensuse/kea:3.0-%RELEASE%"
4040
LABEL org.openbuildservice.disturl="%DISTURL%"
4141
LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI"
4242
LABEL org.opensuse.release-stage="released"

kea-image/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Execute the following command to run DHCP using the configuration provided in th
2020

2121
```ShellSession
2222
podman container runlabel run \
23-
registry.opensuse.org/opensuse/kea:2.6
23+
registry.opensuse.org/opensuse/kea:3.0
2424
```
2525
To run a DHCP6 server using the configuration file supplied in the directory `/etc/kea`, execute the following command:
2626

2727
```ShellSession
2828
podman container runlabel run_dhcp6 \
29-
registry.opensuse.org/opensuse/kea:2.6
29+
registry.opensuse.org/opensuse/kea:3.0
3030
```
3131

3232
The Kea configuration file can also be provided in the current working directory.
@@ -35,10 +35,10 @@ To run a DHCP or a DHCP6 server using the configuration file in the current work
3535
```ShellSession
3636
$ # for DHCP
3737
$ podman container runlabel runcwd \
38-
registry.opensuse.org/opensuse/kea:2.6
38+
registry.opensuse.org/opensuse/kea:3.0
3939
$ # for DHCP6
4040
$ podman container runlabel runcwd_dhcp6 \
41-
registry.opensuse.org/opensuse/kea:2.6
41+
registry.opensuse.org/opensuse/kea:3.0
4242
```
4343

4444
## Licensing

kea-image/kea-image.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Mon Jul 7 07:33:08 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
3+
4+
- adjust for kea 3.0 update
5+
16
-------------------------------------------------------------------
27
Fri May 23 11:23:16 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38

0 commit comments

Comments
 (0)