fullctl/netbox (v4.5.4-fc-1.15)
Published 2026-04-09 06:18:05 +00:00 by srw
Installation
docker pull git.boxcar.sh/containers/fullctl/netbox:v4.5.4-fc-1.15sha256:6d345f78bc1e6033c03f4863186d665860cc905b6fca280378219e7490b36d86About this package
A container based distribution of NetBox, the free and open IPAM and DCIM solution.
Image layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:1ae27d2ef4369361104b699712f3897141e394785df5d193d67b44626f57eb87 in / |
| CMD ["/bin/bash"] |
| 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-openssl openssh-client openssl python3 tini && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /requirements.txt /requirements-container.txt /opt/netbox/ # 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 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/python -m mkdocs build --config-file /opt/netbox/mkdocs.yml --site-dir /opt/netbox/netbox/project-static/docs/ && 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:03b8a3f3e7ae835aabd6c1096d2121b274a6348ea3aad173370fb0f1896c3caf 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:cd2a948b31b9cb8fe1fd52d39468cc093593dee49e6d5d081e2d421f60550837 in $config_file |
| COPY file:07bdc8ffdfd15e7ba051acc50269c4d6f4eae7511fb49ce802e7d2d5054f2d85 in $config_dir/extra.py |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.43.0 |
| netbox.build-reason | ubuntu |
| netbox.git-branch | HEAD |
| netbox.git-ref | 983ba4fda887b9bf79a3fca0740dbbf7cc074349 |
| netbox.git-url | https://github.com/netbox-community/netbox.git |
| netbox.last-base-image-layer | sha256:01d7766a2e4a62b74e0bebf2cd12c47e675e9221174f6570854203e84ffe68b0 |
| netbox.original-tag | v4.5.4-4.0.1 |
| org.opencontainers.image.authors | The netbox-docker contributors. |
| org.opencontainers.image.created | 2026-03-05T06:01:19+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.ref.name | ubuntu |
| org.opencontainers.image.revision | 909a9d0e85eabcb0d6df84e768acf7cf90736f01 |
| 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 | 4.0.1 |
Details
2026-04-09 06:18:05 +00:00
Versions (3)
View all
Container
0
OCI / Docker
linux/amd64
The netbox-docker contributors.
Apache-2.0
312 MiB