core-docker/netbox (sha256:ea511f9644901b9a1d9094ef4fdc50778afb52fff49b08c650c6b1a7a0c401ad)

Published 2026-09-20 05:44:10 +00:00 by kjones in CoRE/Core-Docker

Installation

docker pull forge.core-dc1-talos-prod.dc1.yxl.writemy.codes/core/core-docker/netbox@sha256:ea511f9644901b9a1d9094ef4fdc50778afb52fff49b08c650c6b1a7a0c401ad
sha256:ea511f9644901b9a1d9094ef4fdc50778afb52fff49b08c650c6b1a7a0c401ad

About this package

Customized NetBox Docker image with selected plugins and static assets.

Image layers

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.9276.tar --tag 26.04
umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd
umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash
umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-08-17T09:04:34.463771+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-08-17T09:04:34.463771+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.control_data.9276.tar
RUN /bin/sh -c export DEBIAN_FRONTEND=noninteractive && apt-get update -qq && apt-get upgrade --yes -qq --no-install-recommends && apt-get install --yes -qq --no-install-recommends bzip2 ca-certificates curl libldap-common libpq5 libxmlsec1-openssl1 openssh-client openssl python3 tini && rm -rf /var/lib/apt/lists/* # buildkit
COPY /usr/local/bin/uv /usr/local/bin/ # buildkit
COPY /opt/netbox/venv /opt/netbox/venv # buildkit
ARG NETBOX_PATH=.netbox
COPY .netbox /opt/netbox # buildkit
COPY /requirements.txt /requirements-container.txt /opt/netbox/ # buildkit
COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
COPY docker/super_user.py /opt/netbox/super_user.py # buildkit
COPY configuration/ /etc/netbox/config/ # buildkit
COPY docker/granian.py /opt/netbox/netbox/netbox/granian.py # buildkit
COPY VERSION /opt/netbox/VERSION # buildkit
WORKDIR /opt/netbox/netbox
RUN |1 NETBOX_PATH=.netbox /bin/sh -c useradd --home-dir /opt/netbox/ --no-create-home --no-user-group --system --shell /bin/false --uid 999 --gid 0 netbox && mkdir -p static media local && chown -R netbox:root media reports scripts && chmod -R g+w media reports scripts && cd /opt/netbox/ && SECRET_KEY="dummyKeyWithMinimumLength-------------------------" /opt/netbox/venv/bin/zensical build --config-file /opt/netbox/mkdocs.yml && DEBUG="true" SECRET_KEY="dummyKeyWithMinimumLength-------------------------" /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input && echo "build: Docker-$(cat /opt/netbox/VERSION)" > /opt/netbox/netbox/local/release.yaml # buildkit
ENV LANG=C.utf8 PATH=/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin VIRTUAL_ENV=/opt/netbox/venv UV_NO_CACHE=1
ENTRYPOINT ["/usr/bin/tini" "--"]
CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]
LABEL netbox.original-tag= netbox.git-branch= netbox.git-ref= netbox.git-url= org.opencontainers.image.created= org.opencontainers.image.title=NetBox Docker org.opencontainers.image.description=A container based distribution of NetBox, the free and open IPAM and DCIM solution. org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.authors=The netbox-docker contributors. org.opencontainers.image.vendor=The netbox-docker contributors. org.opencontainers.image.url=https://github.com/netbox-community/netbox-docker org.opencontainers.image.documentation=https://github.com/netbox-community/netbox-docker/wiki org.opencontainers.image.source=https://github.com/netbox-community/netbox-docker.git org.opencontainers.image.revision= org.opencontainers.image.version=
RUN /bin/sh -c apt-get update -qq && apt-get install --yes -qq --no-install-recommends git # buildkit
COPY ./plugin_requirements.txt / # buildkit
RUN /bin/sh -c /usr/local/bin/uv pip install -r /plugin_requirements.txt # buildkit
COPY configuration/load_plugin.py /etc/netbox/config/load_plugin.py # buildkit
RUN /bin/sh -c SECRET_KEY="#Xqw-#bQp9nAX_v2(4XE2EXHGAd_AaVEWob5M)ZYMxjuR(jJ4F" /opt/netbox/venv/bin/python manage.py collectstatic --no-input && rm -rf /etc/netbox/config/load_plugin.py && mkdir -p /opt/netbox/netbox/static/netbox_topology_views/img # buildkit

Labels

Key Value
netbox.build-reason ubuntu
netbox.git-branch HEAD
netbox.git-ref 3db98de783c02038775b78f9804a95681f78eb7b
netbox.git-url https://github.com/netbox-community/netbox.git
netbox.last-base-image-layer sha256:f3db1cd940786339b09d8a60e47c66fea9502d788e6fab5bec91a4a77d4ced1c
netbox.original-tag v4.6.8-5.0.2
org.opencontainers.image.authors The netbox-docker contributors.
org.opencontainers.image.created 2026-09-20T05:43:56.820Z
org.opencontainers.image.description Customized NetBox Docker image with selected plugins and static assets.
org.opencontainers.image.documentation https://forge.core-dc1-talos-prod.dc1.yxl.writemy.codes/CoRE/Core-Docker/src/branch/main/Images/NetBox/README.md
org.opencontainers.image.licenses
org.opencontainers.image.revision c1735122637baa4683e4b49f36e14c73462b9e58
org.opencontainers.image.source https://forge.core-dc1-talos-prod.dc1.yxl.writemy.codes/CoRE/Core-Docker
org.opencontainers.image.title NetBox
org.opencontainers.image.url https://forge.core-dc1-talos-prod.dc1.yxl.writemy.codes/CoRE/Core-Docker
org.opencontainers.image.vendor The netbox-docker contributors.
org.opencontainers.image.version core
Details
Container
2026-09-20 05:44:10 +00:00
0
OCI / Docker
linux/arm64
The netbox-docker contributors.
272 MiB
Versions (1) View all
core 2026-09-20