tofunet

kea-dhcp4 (3.0.1)

Published 2025-10-28 22:44:42 +00:00 by tofugarden

Installation

docker pull git.chorky.net/tofunet/kea-dhcp4:3.0.1
sha256:d5e59d8e03211c344b9f2faaf95ef88701e21346fc24d757d06d3387114aebdf

Image Layers

ADD alpine-minirootfs-3.22.2-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL org.opencontainers.image.authors="Christopher Palmer-Richez <tofu.git@chorky.net>"
ARG VERSION
|1 VERSION=3.0.1 /bin/sh -c cp /etc/apk/repositories /etc/apk/repositories_backup && apk update && apk add --no-cache curl bash tzdata && if test "$(expr "$(echo "${VERSION}" | cut -d '.' -f 2)" % 2)" = 0; then repo="kea-$(echo "${VERSION}" | cut -d '.' -f 1)-$(echo "${VERSION}" | cut -d '.' -f 2)"; else repo='kea-dev'; fi && curl -1sLf "https://dl.cloudsmith.io/public/isc/${repo}/setup.alpine.sh" | bash && apk update && apk add --no-cache isc-kea-dhcp4~=${VERSION} && mv /etc/apk/repositories_backup /etc/apk/repositories && apk del curl bash && chown root:root /usr/sbin/kea-dhcp4
VOLUME ["/etc/kea"]
EXPOSE 67/tcp 67/udp
CMD ["/usr/sbin/kea-dhcp4", "-c", "/etc/kea/kea-dhcp4.conf"]

Labels

Key Value
io.buildah.version 1.41.4
org.opencontainers.image.authors Christopher Palmer-Richez <tofu.git@chorky.net>
Details
Container
2025-10-28 22:44:42 +00:00
9
OCI / Docker
linux/arm64/v8
Christopher Palmer-Richez <tofu.git@chorky.net>
12 MiB
Versions (2) View all
3.0.1 2025-10-28
latest 2025-10-28