2026-03-17 06:08:39 UTC
233 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:817807f3c64e0b90b66edc7d90297f121cad2a7c2a3ee05a731557762f91e6c7 - 12.18% (28.4 MB)
[#001] sha256:eef0cf0e832f03f3f4c642aff791ed772da2b46506381f589757ddfef1b55472 - 15.0% (34.9 MB)
[#002] sha256:50adbacff37beb3844094a9584dae8d8165e9b2a0ec92d6d5f6dfc34e557f3e1 - 0.0% (794 Bytes)
[#003] sha256:2ddaa110b231a0cb4a5edee1d3d625697812a8860315947f719681c6f60f3d04 - 9.4% (21.9 MB)
[#004] sha256:0a87466233c48c1e92839e0d5a828adcb0764b84a16e3328c6cc107dc3068a9d - 40.32% (93.8 MB)
[#005] sha256:bdf1b82c90384eb6f69da069998101a48d84be6db0e4d63369885d240f1ac923 - 7.74% (18 MB)
[#006] sha256:6400faf50a2b77f5d0a15988d8d047514e561b08f777fec08b012d2b78bd4c7a - 0.0% (1.09 KB)
[#007] sha256:ae2c36f354a4d35819ffd29fde21a114861f18908ac1394c0720f5090d6649cc - 0.0% (414 Bytes)
[#008] sha256:9c0724bfa2e4feb1f1f6ee55a707b9dd314ebe4a0bef9a237d91f013972404f1 - 0.0% (1.13 KB)
[#009] sha256:8f97dc63e284c318fb5981ac86838335961478abf8bed0a02e1c9abbae2fa59a - 0.0% (453 Bytes)
[#010] sha256:5224bf3d21d1bb05e6e1b18db25d7e2ea60feb2abe462be5554a46e76c9cc0cd - 0.0% (807 Bytes)
[#011] sha256:2d5a55b9988835c4a1cc45eab61b3074772111c191a0ace85c59a7f17dcc30aa - 0.0% (9.79 KB)
[#012] sha256:1c2621b230ed906a810ff266e13bb918e2e3b4873cea512aa6a5daa11c98c187 - 0.0% (337 Bytes)
[#013] sha256:7b205aab3160212752dee7cbf53cad7258bfb61ba825d0e278a66763d757263f - 0.0% (167 Bytes)
[#014] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#015] sha256:27310f0b64c4b79359337a0fc4c831f3264b4bf4c73ed1900bc67faa6820dfb6 - 15.34% (35.7 MB)
/bin/sh -c #(nop) ARG RELEASE
2026-02-23 17:17:53 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-02-23 17:17:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2026-02-23 17:17:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2026-02-23 17:17:55 UTC/bin/sh -c #(nop) ADD file:3f78aa860931e0853077f09eb31eddbeeef8a9dd70977305b4876aa176770721 in /
2026-02-23 17:17:56 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-03-17 06:05:24 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-03-17 06:08:16 UTC (buildkit.dockerfile.v0)COPY /requirements.txt /requirements-container.txt /opt/netbox/ # buildkit
2026-03-17 06:08:16 UTC (buildkit.dockerfile.v0)COPY /usr/local/bin/uv /usr/local/bin/ # buildkit
2026-03-17 06:08:19 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2026-03-17 06:08:20 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH=.netbox
2026-03-17 06:08:20 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2026-03-17 06:08:20 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2026-03-17 06:08:20 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
2026-03-17 06:08:20 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2026-03-17 06:08:21 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2026-03-17 06:08:21 UTC (buildkit.dockerfile.v0)COPY docker/super_user.py /opt/netbox/super_user.py # buildkit
2026-03-17 06:08:21 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2026-03-17 06:08:21 UTC (buildkit.dockerfile.v0)COPY docker/granian.py /opt/netbox/netbox/netbox/granian.py # buildkit
2026-03-17 06:08:21 UTC (buildkit.dockerfile.v0)COPY VERSION /opt/netbox/VERSION # buildkit
2026-03-17 06:08:21 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2026-03-17 06:08:39 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-03-17 06:08:39 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-03-17 06:08:39 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2026-03-17 06:08:39 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]
2026-03-17 06:08:39 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-03-17 06:09:07 UTC
229 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:86790fc5660dcd86928b849ae0826aba701bf9e005e92c8f9e06c917e82c87f7 - 12.02% (27.5 MB)
[#001] sha256:b8da2864555dd19d7cba8aa7e0ef07e5793b2fc591c06e8375795962c2a2d59a - 15.17% (34.7 MB)
[#002] sha256:07c898735655bece6760207e0a473db9d5393fa635c234dd8ff707af1d0edf4c - 0.0% (794 Bytes)
[#003] sha256:ea66cbe7abddf46e87962b92321ae64519bdcb2389ba54693341460c1ac741ca - 9.1% (20.8 MB)
[#004] sha256:49901cbae056beedeb9bd334581059ad2eb235703b9cccec72ef1cda0b5c7b45 - 40.25% (92.2 MB)
[#005] sha256:5944bcdbbc9888f62456247204f5b319a4575f23a08a6464e84916d5f6940534 - 7.87% (18 MB)
[#006] sha256:e6a21b6b12394e1e56610988a620b3f4f6110d5a57812c77e2532a68806a3b6a - 0.0% (1.08 KB)
[#007] sha256:54bd5f9766c2a389a882beec8e7a36b9c757e244da7f9acad44f9bdcbc169254 - 0.0% (413 Bytes)
[#008] sha256:8331bb953bbf3f2423200275cb8f9cfdf7481f4f950f574da11ca4755fc707ce - 0.0% (1.13 KB)
[#009] sha256:20724f9fc1b8d021d378b57c2f2d2096db06d4a1e5abe1c63c0382a1afe3630a - 0.0% (455 Bytes)
[#010] sha256:bcb3205bca9fe9082243296f0c06d3a792da7d3eef3c227366553e6aa780807c - 0.0% (809 Bytes)
[#011] sha256:4eb29911f8fa4e751e30713171a7de752a2093845abde85bb636879cfc065d59 - 0.0% (9.79 KB)
[#012] sha256:27af34997eb273f4b748c39ceb7ce1e05a23211ed158140cdf91a44ff1fe3804 - 0.0% (339 Bytes)
[#013] sha256:baba76f39aa1cc4b05969a29e1d48759a4e746c77444dad5cfc0e9bf48b9d301 - 0.0% (168 Bytes)
[#014] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#015] sha256:9fe6955021247f11252d611b3cf94a26328ee765fa39d77af35f0d81758f3166 - 15.59% (35.7 MB)
/bin/sh -c #(nop) ARG RELEASE
2026-02-23 17:19:30 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-02-23 17:19:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2026-02-23 17:19:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2026-02-23 17:19:32 UTC/bin/sh -c #(nop) ADD file:2763d61bc43bd178306ae0d4151c2477166ebf199b8d7294d9ea410f9891993f in /
2026-02-23 17:19:33 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-03-17 06:05:29 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-03-17 06:08:42 UTC (buildkit.dockerfile.v0)COPY /requirements.txt /requirements-container.txt /opt/netbox/ # buildkit
2026-03-17 06:08:42 UTC (buildkit.dockerfile.v0)COPY /usr/local/bin/uv /usr/local/bin/ # buildkit
2026-03-17 06:08:46 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2026-03-17 06:08:47 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH=.netbox
2026-03-17 06:08:47 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2026-03-17 06:08:47 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2026-03-17 06:08:47 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
2026-03-17 06:08:48 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2026-03-17 06:08:48 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2026-03-17 06:08:48 UTC (buildkit.dockerfile.v0)COPY docker/super_user.py /opt/netbox/super_user.py # buildkit
2026-03-17 06:08:48 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2026-03-17 06:08:48 UTC (buildkit.dockerfile.v0)COPY docker/granian.py /opt/netbox/netbox/netbox/granian.py # buildkit
2026-03-17 06:08:48 UTC (buildkit.dockerfile.v0)COPY VERSION /opt/netbox/VERSION # buildkit
2026-03-17 06:08:48 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2026-03-17 06:09:07 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-03-17 06:09:07 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-03-17 06:09:07 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2026-03-17 06:09:07 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]
2026-03-17 06:09:07 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.