File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2222FROM opensuse/tumbleweed:latest
@@ -30,13 +30,13 @@ RUN set -euo pipefail; zypper -n clean -a; \
3030# labelprefix=org.opensuse.application.kea
3131LABEL org.opencontainers.image.title="openSUSE Tumbleweed Kea DHCP Server"
3232LABEL 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 "
3434LABEL org.opencontainers.image.url="https://www.opensuse.org"
3535LABEL org.opencontainers.image.created="%BUILDTIME%"
3636LABEL org.opencontainers.image.vendor="openSUSE Project"
3737LABEL 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%"
4040LABEL org.openbuildservice.disturl="%DISTURL%"
4141LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime#openSUSE_BCI"
4242LABEL org.opensuse.release-stage="released"
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ Execute the following command to run DHCP using the configuration provided in th
2020
2121``` ShellSession
2222podman container runlabel run \
23- registry.opensuse.org/opensuse/kea:2.6
23+ registry.opensuse.org/opensuse/kea:3.0
2424```
2525To run a DHCP6 server using the configuration file supplied in the directory ` /etc/kea ` , execute the following command:
2626
2727``` ShellSession
2828podman container runlabel run_dhcp6 \
29- registry.opensuse.org/opensuse/kea:2.6
29+ registry.opensuse.org/opensuse/kea:3.0
3030```
3131
3232The 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
Original file line number Diff line number Diff line change 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-------------------------------------------------------------------
27Fri May 23 11:23:16 UTC 2025 - SUSE Update Bot <bci-internal@suse.de>
38
You can’t perform that action at this time.
0 commit comments