2026-04-07 06:13:48 UTC
232 MB
C.utf8
PATH/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
UV_NO_CACHE1
VIRTUAL_ENV/opt/netbox/venv
[#000] sha256:689b91d88a0f4086057ec826027b128902ecf2b516be510371c115bc55da19a6 - 12.24% (28.4 MB)
[#001] sha256:89575405b4cf25d1eda51bcb1b793a6dfd758b3f933343c2323b567bd28046ec - 14.47% (33.5 MB)
[#002] sha256:2686236e39a79672f30d55cd963e0b375ae7e6db511b630f4ebda54e67b2ca10 - 0.0% (795 Bytes)
[#003] sha256:679f38e74baf5f8c2240e4f9a153fc770616098688760ca2bb0d94997375b6aa - 9.45% (21.9 MB)
[#004] sha256:8a2f04026a0141c76d1ea465f2769b22ba1b58151082424cdd7f4c312356d0d1 - 40.65% (94.2 MB)
[#005] sha256:5067cdc9be64cfc1f8f52924fe67fb0e1aad8b600ee167b2f0f7fef0adc0b92e - 7.77% (18 MB)
[#006] sha256:6ab2014ad1002c029ad163c193a447a3692f2a77033806d057e004ef2607d1be - 0.0% (1.09 KB)
[#007] sha256:b5923ba86aacf31b39bde7160baeea9b91f8fabde9dc75989bb32cb9f9ba04fe - 0.0% (417 Bytes)
[#008] sha256:f01597b3ce55f3db27a4a988add1187caf94bcd7bf4328c04ce4f9ef5104dc7c - 0.0% (1.13 KB)
[#009] sha256:44f0f7cf9bc6bb6001a0fa240317c4c5b5025be1054be4fe1c51e61e0871f9f4 - 0.0% (454 Bytes)
[#010] sha256:f54b5adfba61e09beacac3540d0835214ba4f2adb13d54dee9974f7bba73367b - 0.0% (808 Bytes)
[#011] sha256:f077b2fcfa806588ffab5ec3ee5966d0392ca74b9ef24b9f73b24469499a0d00 - 0.0% (9.79 KB)
[#012] sha256:09362e73327686cb25e2263dd3f242b0bcdcc74da012a0d0c0dc2e0f13d513e2 - 0.0% (340 Bytes)
[#013] sha256:2147bf695f271382ecee5f935bf09a414f265fe9d3822fd40237f957391c4ff9 - 0.0% (170 Bytes)
[#014] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#015] sha256:3030d6138b4abd5aece042e8525dd5ba3e251c9c787129a5a615b926534f8415 - 15.43% (35.7 MB)
/bin/sh -c #(nop) ARG RELEASE
2026-04-03 15:16:40 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-04-03 15:16:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2026-04-03 15:16:42 UTC/bin/sh -c #(nop) ADD file:0f6466425c4f1800aae9224ddc3437b90c829cea58fb8edd5dde2f1eb0ee28da in /
2026-04-03 15:16:43 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-04-07 06:10:46 UTC (buildkit.dockerfile.v0)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
2026-04-07 06:13:29 UTC (buildkit.dockerfile.v0)COPY /requirements.txt /requirements-container.txt /opt/netbox/ # buildkit
2026-04-07 06:13:29 UTC (buildkit.dockerfile.v0)COPY /usr/local/bin/uv /usr/local/bin/ # buildkit
2026-04-07 06:13:32 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2026-04-07 06:13:33 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH=.netbox
2026-04-07 06:13:33 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2026-04-07 06:13:33 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2026-04-07 06:13:33 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
2026-04-07 06:13:33 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2026-04-07 06:13:33 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2026-04-07 06:13:33 UTC (buildkit.dockerfile.v0)COPY docker/super_user.py /opt/netbox/super_user.py # buildkit
2026-04-07 06:13:34 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2026-04-07 06:13:34 UTC (buildkit.dockerfile.v0)COPY docker/granian.py /opt/netbox/netbox/netbox/granian.py # buildkit
2026-04-07 06:13:34 UTC (buildkit.dockerfile.v0)COPY VERSION /opt/netbox/VERSION # buildkit
2026-04-07 06:13:34 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2026-04-07 06:13:48 UTC (buildkit.dockerfile.v0)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
2026-04-07 06:13:48 UTC (buildkit.dockerfile.v0)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
2026-04-07 06:13:48 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2026-04-07 06:13:48 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]
2026-04-07 06:13:48 UTC (buildkit.dockerfile.v0)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=
2026-04-07 06:14:24 UTC
228 MB
C.utf8
PATH/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
UV_NO_CACHE1
VIRTUAL_ENV/opt/netbox/venv
[#000] sha256:76fd055477b6edf8004a5a962edad02a820d4c8b2f02682410edfbe376b418c5 - 12.08% (27.5 MB)
[#001] sha256:1042f852c882e74f53fda800b0c49e77e6f058ee0aad4bdb1a1b64e3db9cff97 - 14.59% (33.3 MB)
[#002] sha256:3bddf517f7d8ccc7a18272789dbb71fa821a523098268419e49f491ec79ba8e5 - 0.0% (796 Bytes)
[#003] sha256:9753f02efbee7aa565cb465f47df6f2c8c766a2db15d02c8c5510b75700be919 - 9.2% (21 MB)
[#004] sha256:1772b53d6085659ef520bbdd35d465bf88c4b1041ff1b6e46b1ae50ab8505326 - 40.55% (92.4 MB)
[#005] sha256:3ee00ab169d7067178ed09b7fe91f30cdabf575f00316ddde50fe54a3c294051 - 7.89% (18 MB)
[#006] sha256:b355469898e51a1da64a0b9131ae4bc1b0b9d5479c58bed6118a97bf1037afee - 0.0% (1.09 KB)
[#007] sha256:0a69be52c31b5ae806222c34b3c5c6e1f17096634ccbbce8517dfd0470ac77b5 - 0.0% (418 Bytes)
[#008] sha256:bb90ea1c8bab9e4a2040cc9deae7ee700a6a876a078052548387ee37b44377a3 - 0.0% (1.13 KB)
[#009] sha256:ca33573fe4f1a645de25d98c6c2289020406e7d9c823b2fc539f4f09e61d6d1d - 0.0% (454 Bytes)
[#010] sha256:0fe2c2827292a83b3a23cdb8756b0b6ab94a45017867dd7a5b984b36643c28f9 - 0.0% (808 Bytes)
[#011] sha256:399d45e91966b8f65dba621672a98baeb0cfb817b20f276136009925cd2197a9 - 0.0% (9.79 KB)
[#012] sha256:c153c1b6b05f554bf3f1b38ec4466d7fc914c3402cb75dbc2015b5cad311b615 - 0.0% (340 Bytes)
[#013] sha256:0643b25d22162615ea55f5de7edfad268af16166c6e68701a5a5105fa888926a - 0.0% (170 Bytes)
[#014] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#015] sha256:5fdf26fd0097a1443e87c5e3d0f22fd5870ebe8db874713f1eeb1dd54e218711 - 15.68% (35.7 MB)
/bin/sh -c #(nop) ARG RELEASE
2026-04-03 15:15:14 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-04-03 15:15:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2026-04-03 15:15:17 UTC/bin/sh -c #(nop) ADD file:9bab986009eae65b5534b3547eb3a7d0a1564404426de350dfd183cf3a4ffa9f in /
2026-04-03 15:15:17 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-04-07 06:10:49 UTC (buildkit.dockerfile.v0)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
2026-04-07 06:14:01 UTC (buildkit.dockerfile.v0)COPY /requirements.txt /requirements-container.txt /opt/netbox/ # buildkit
2026-04-07 06:14:01 UTC (buildkit.dockerfile.v0)COPY /usr/local/bin/uv /usr/local/bin/ # buildkit
2026-04-07 06:14:05 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2026-04-07 06:14:06 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH=.netbox
2026-04-07 06:14:06 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2026-04-07 06:14:06 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2026-04-07 06:14:07 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
2026-04-07 06:14:07 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2026-04-07 06:14:07 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2026-04-07 06:14:07 UTC (buildkit.dockerfile.v0)COPY docker/super_user.py /opt/netbox/super_user.py # buildkit
2026-04-07 06:14:07 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2026-04-07 06:14:07 UTC (buildkit.dockerfile.v0)COPY docker/granian.py /opt/netbox/netbox/netbox/granian.py # buildkit
2026-04-07 06:14:07 UTC (buildkit.dockerfile.v0)COPY VERSION /opt/netbox/VERSION # buildkit
2026-04-07 06:14:07 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2026-04-07 06:14:24 UTC (buildkit.dockerfile.v0)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
2026-04-07 06:14:24 UTC (buildkit.dockerfile.v0)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
2026-04-07 06:14:24 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2026-04-07 06:14:24 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]
2026-04-07 06:14:24 UTC (buildkit.dockerfile.v0)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=
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.