fullctl/netbox (v4.6.7-fc-1.15)

Published 2026-08-02 02:23:16 +00:00 by srw

Installation

docker pull git.boxcar.sh/containers/fullctl/netbox:v4.6.7-fc-1.15
sha256:f4f3b0f9a5668e4a57ccaec4c23537e4240d1a549db721045e1bab4a5f5a3e65

About this package

A container based distribution of NetBox, the free and open IPAM and DCIM solution.

Image layers

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/.temp_layer.8989.tar --tag 26.04
umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd
umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash
umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/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-9cbff345d050d8210022046bb567023a/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-07-13T16:06:30.499069+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-9cbff345d050d8210022046bb567023a/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-07-13T16:06:30.499069+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-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/.temp_layer.control_data.8989.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=
ARG fctl_build
ARG fctl_build fullctl_repo
ARG config_dir fctl_build fullctl_repo
ARG config_dir config_file fctl_build fullctl_repo
ARG config_dir config_file fctl_build fullctl_repo run_deps
USER root
|6 config_dir=/etc/netbox/config config_file=/etc/netbox/config/configuration.py fctl_build=FCX fullctl_repo=git+https://github.com/fullctl/fullctl.git@main run_deps=git vim /bin/sh -c apt-get update && apt-get install --no-install-recommends -y $run_deps && apt-get autoremove -y && apt-get clean all && rm -rf /var/lib/apt/lists/*
|6 config_dir=/etc/netbox/config config_file=/etc/netbox/config/configuration.py fctl_build=FCX fullctl_repo=git+https://github.com/fullctl/fullctl.git@main run_deps=git vim /bin/sh -c /usr/local/bin/uv pip install ${fullctl_repo}
|6 config_dir=/etc/netbox/config config_file=/etc/netbox/config/configuration.py fctl_build=FCX fullctl_repo=git+https://github.com/fullctl/fullctl.git@main run_deps=git vim /bin/sh -c touch /fullctl-installed
COPY dir:657aa95955bcd60834a6562b3fcdcfdecc25d7d30f74944ed2756c3cc918d7a3 in /opt/netbox_fullctl/
|6 config_dir=/etc/netbox/config config_file=/etc/netbox/config/configuration.py fctl_build=FCX fullctl_repo=git+https://github.com/fullctl/fullctl.git@main run_deps=git vim /bin/sh -c /usr/local/bin/uv pip install /opt/netbox_fullctl/
ARG BUILD_IDX config_dir config_file fctl_build fullctl_repo run_deps
|7 BUILD_IDX=0 config_dir=/etc/netbox/config config_file=/etc/netbox/config/configuration.py fctl_build=FCX fullctl_repo=git+https://github.com/fullctl/fullctl.git@main run_deps=git vim /bin/sh -c ls -al $config_file
COPY file:e2c74fb8ed44e1d536af929d7c8cb96238867418c10512cdf77981bbabbe67bb in $config_file
COPY file:07bdc8ffdfd15e7ba051acc50269c4d6f4eae7511fb49ce802e7d2d5054f2d85 in $config_dir/extra.py

Labels

Key Value
io.buildah.version 1.44.1
netbox.build-reason ubuntu
netbox.git-branch HEAD
netbox.git-ref a1fc744556fc2cd185ffdac5d474ab3066b7cf38
netbox.git-url https://github.com/netbox-community/netbox.git
netbox.last-base-image-layer sha256:a3679419df184857c0d317d7cdaad6187f6c0f0b68dd2ed58becf174e28f4c1b
netbox.original-tag v4.6.7-5.0.2
org.opencontainers.image.authors The netbox-docker contributors.
org.opencontainers.image.created 2026-08-01T07:51:37+00:00
org.opencontainers.image.description A container based distribution of NetBox, the free and open IPAM and DCIM solution.
org.opencontainers.image.documentation https://github.com/netbox-community/netbox-docker/wiki
org.opencontainers.image.licenses Apache-2.0
org.opencontainers.image.revision 5adc62fe3fa65163c4ef63733bdcbd3e59b5c544
org.opencontainers.image.source https://github.com/netbox-community/netbox-docker.git
org.opencontainers.image.title NetBox Docker
org.opencontainers.image.url https://github.com/netbox-community/netbox-docker
org.opencontainers.image.vendor The netbox-docker contributors.
org.opencontainers.image.version 5.0.2
Details
Container
2026-08-02 02:23:16 +00:00
0
OCI / Docker
linux/amd64
The netbox-docker contributors.
Apache-2.0
310 MiB
Versions (4) View all
v4.6.7-fc-1.15 2026-08-02
v4.5.7-fc-1.15 2026-04-09
v4.5.4-fc-1.15 2026-04-09