Namespace
netboxcommunity
Image / Tag
netbox:snapshot
Content Digest
sha256:3e02caaeacaf7a528c3764302cd6ca2429d0bd52d622753277cd563a04a6de9b
Details
Created

2026-04-22 06:20:35 UTC

Size

232 MB

Content Digest
Labels
  • netbox.build-reason
    netbox
  • netbox.git-branch
    HEAD
  • netbox.git-ref
    81d412541c0b388bca0689842d35b4b8bc532d62
  • netbox.git-url
    https://github.com/netbox-community/netbox.git
  • netbox.last-base-image-layer
    sha256:b40150c1c2717d324cdb17278c8efdfa4dfcd2ffe083e976f0bcedf31115f081
  • netbox.original-tag
    snapshot-4.0.2
  • org.opencontainers.image.authors
    The netbox-docker contributors.
  • org.opencontainers.image.created
    2026-04-22T06:20:08+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
    c6cd7ef2de050803b986c17765b8aa54282dbb3e
  • 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.2

Environment
LANG

C.utf8

PATH

/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

UV_NO_CACHE

1

VIRTUAL_ENV

/opt/netbox/venv


Layers

[#000] sha256:b40150c1c2717d324cdb17278c8efdfa4dfcd2ffe083e976f0bcedf31115f081 - 12.25% (28.4 MB)

[#001] sha256:3c268c8ff64174fc0b01fbdaecb8fea291a6c55e075a17eb51961d455ba883d0 - 14.47% (33.5 MB)

[#002] sha256:6f6c1dd21de162da63a89a0c50d2983654c9e6849c8b0261486e7c95fe676031 - 0.0% (797 Bytes)

[#003] sha256:fb578e6c78549df82a197b87f2585878f4e6226fa118ef5e8879772135e8545f - 9.45% (21.9 MB)

[#004] sha256:703e1b3f1fb097a3ec2514188d97852f89bd55139c7ba0ee75dd34d968f8f896 - 40.6% (94 MB)

[#005] sha256:20f92c3db444c3906e473b3d43b26677aae997f207b21f2fc05deed3a470ffb0 - 7.78% (18 MB)

[#006] sha256:d8fa18623adda4cf83667ceeaa45b44fc09feeda10a71568d5a98a88fee6bdad - 0.0% (1.09 KB)

[#007] sha256:ffe205895e3183fba9ea1147666eb72dae2887f3dbf8b8c39b94cac27124d4c3 - 0.0% (418 Bytes)

[#008] sha256:19c911aece9d41da4f31a156c2dfb3b5e547bdf6ee4e4d0d09fac9039e1cac28 - 0.0% (1.13 KB)

[#009] sha256:5fa5a82f8a6f7834ab998496077e6a78897e0eb5be6f60a27c566a1bf493f40d - 0.0% (456 Bytes)

[#010] sha256:574645dcfea5b5646ff83a1f8b4780ff66873c5b2a6f3cf042375e21abec8860 - 0.0% (810 Bytes)

[#011] sha256:9b37e20325a8a5664c7b815ad3439adf581c6f10a69b1c03a81040e2457bf879 - 0.0% (9.79 KB)

[#012] sha256:af40df6e3479c36fca3ce697ab5c9f7eab9e0052fe273289bb579275bbef8455 - 0.0% (341 Bytes)

[#013] sha256:00dbb997fe5a91a2a3e3397247511d1e2f0b66f0d0e8f534083f092008e6c762 - 0.0% (170 Bytes)

[#014] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#015] sha256:798e1ab1d9beab43886be31aead714896e21ec7c0d24495781fed2cd08247a26 - 15.44% (35.8 MB)


History
2026-04-10 06:49:15 UTC

/bin/sh -c #(nop) ARG RELEASE

2026-04-10 06:49:15 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2026-04-10 06:49:15 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2026-04-10 06:49:17 UTC

/bin/sh -c #(nop) ADD file:8ce1caf246e7c778bca84c516d02fd4e83766bb2c530a0fffa8a351b560a2728 in /

2026-04-10 06:49:18 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2026-04-16 06:21:23 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-16 06:30:08 UTC (buildkit.dockerfile.v0)

COPY /requirements.txt /requirements-container.txt /opt/netbox/ # buildkit

2026-04-16 06:30:08 UTC (buildkit.dockerfile.v0)

COPY /usr/local/bin/uv /usr/local/bin/ # buildkit

2026-04-16 06:30:11 UTC (buildkit.dockerfile.v0)

COPY /opt/netbox/venv /opt/netbox/venv # buildkit

2026-04-22 06:20:18 UTC (buildkit.dockerfile.v0)

ARG NETBOX_PATH=.netbox

2026-04-22 06:20:18 UTC (buildkit.dockerfile.v0)

COPY .netbox /opt/netbox # buildkit

2026-04-22 06:20:18 UTC (buildkit.dockerfile.v0)

COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit

2026-04-22 06:20:18 UTC (buildkit.dockerfile.v0)

COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit

2026-04-22 06:20:18 UTC (buildkit.dockerfile.v0)

COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit

2026-04-22 06:20:18 UTC (buildkit.dockerfile.v0)

COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit

2026-04-22 06:20:18 UTC (buildkit.dockerfile.v0)

COPY docker/super_user.py /opt/netbox/super_user.py # buildkit

2026-04-22 06:20:18 UTC (buildkit.dockerfile.v0)

COPY configuration/ /etc/netbox/config/ # buildkit

2026-04-22 06:20:18 UTC (buildkit.dockerfile.v0)

COPY docker/granian.py /opt/netbox/netbox/netbox/granian.py # buildkit

2026-04-22 06:20:18 UTC (buildkit.dockerfile.v0)

COPY VERSION /opt/netbox/VERSION # buildkit

2026-04-22 06:20:19 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/netbox/netbox

2026-04-22 06:20:35 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-22 06:20:35 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-22 06:20:35 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/bin/tini" "--"]

2026-04-22 06:20:35 UTC (buildkit.dockerfile.v0)

CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]

2026-04-22 06:20:35 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=

Details
Created

2026-04-22 06:20:39 UTC

Size

228 MB

Content Digest
Labels
  • netbox.build-reason
    netbox
  • netbox.git-branch
    HEAD
  • netbox.git-ref
    81d412541c0b388bca0689842d35b4b8bc532d62
  • netbox.git-url
    https://github.com/netbox-community/netbox.git
  • netbox.last-base-image-layer
    sha256:b40150c1c2717d324cdb17278c8efdfa4dfcd2ffe083e976f0bcedf31115f081
  • netbox.original-tag
    snapshot-4.0.2
  • org.opencontainers.image.authors
    The netbox-docker contributors.
  • org.opencontainers.image.created
    2026-04-22T06:20:08+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
    c6cd7ef2de050803b986c17765b8aa54282dbb3e
  • 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.2

Environment
LANG

C.utf8

PATH

/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

UV_NO_CACHE

1

VIRTUAL_ENV

/opt/netbox/venv


Layers

[#000] sha256:818154cda96df8bbb276b4f4339124da55756620a1037af15570bc95312850fa - 12.08% (27.5 MB)

[#001] sha256:0b9193373a985fdb57c1c3c328b269e78b562eccc11ea08d32a9de0a8fb33f25 - 14.6% (33.3 MB)

[#002] sha256:5a805cc78d7d140427c691883f16b714c9d68079f4df86c3ac668a9060a1846f - 0.0% (796 Bytes)

[#003] sha256:4f5714fc773fff87660b7e583a25f2b12a4bd104c300f9d56f95433755ef25c0 - 9.21% (21 MB)

[#004] sha256:68573d2fcafe1e8c633d7aa15c277b7d7544415ccfb32656e48d2fe266555bda - 40.51% (92.3 MB)

[#005] sha256:284f39cdd5c9c714de95ce9b29745376b23d81944cf9237fedcfbcfb5a51f359 - 7.9% (18 MB)

[#006] sha256:4f045d9779d4051881040c64883fba5f9ef5ae79297af7d4d883c0fefbd14f75 - 0.0% (1.09 KB)

[#007] sha256:23921975d344c43c572a8d6ea9b5c1d356ba7353c1d530342f628861b7d280ac - 0.0% (418 Bytes)

[#008] sha256:7a4d4a2b90d3bad4f4be3e58027e49e947875f6d175ab1ab0983d8ebbb913108 - 0.0% (1.13 KB)

[#009] sha256:0317b55add5637ba2f4860cf17222303deb57ba0702bf0a6fcbbdd46757ba1d6 - 0.0% (456 Bytes)

[#010] sha256:5fca65771c993d4996aa3d616cddcad182c85a34cc5a3bc8260c6b2291aef708 - 0.0% (809 Bytes)

[#011] sha256:4a90f5fcead7e280737a2a6e87b6484bc25c6681b2cf88036e3491443766e4b6 - 0.0% (9.79 KB)

[#012] sha256:3e9eec89ae0d6ae8f10ecfe9067c5364b8e44e87e42ea67100fbdc91d2afa63a - 0.0% (341 Bytes)

[#013] sha256:c6f8d6c04c4d5a6686c18c011625c25d6abae83fe992ac0b2bd482e660fee498 - 0.0% (169 Bytes)

[#014] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#015] sha256:f8a35c97137db7ff19fa8e071545588304cc046f926d89e9e0a6f2df0c3603c2 - 15.69% (35.8 MB)


History
2026-04-10 06:56:52 UTC

/bin/sh -c #(nop) ARG RELEASE

2026-04-10 06:56:52 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2026-04-10 06:56:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2026-04-10 06:56:54 UTC

/bin/sh -c #(nop) ADD file:c98b7645109cdf61ab97492b90629581b1b7cb925b9d58a5787a4aaeb719f2be in /

2026-04-10 06:56:54 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2026-04-16 06:20:17 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-16 06:23:33 UTC (buildkit.dockerfile.v0)

COPY /requirements.txt /requirements-container.txt /opt/netbox/ # buildkit

2026-04-16 06:23:33 UTC (buildkit.dockerfile.v0)

COPY /usr/local/bin/uv /usr/local/bin/ # buildkit

2026-04-16 06:23:38 UTC (buildkit.dockerfile.v0)

COPY /opt/netbox/venv /opt/netbox/venv # buildkit

2026-04-22 06:20:18 UTC (buildkit.dockerfile.v0)

ARG NETBOX_PATH=.netbox

2026-04-22 06:20:18 UTC (buildkit.dockerfile.v0)

COPY .netbox /opt/netbox # buildkit

2026-04-22 06:20:18 UTC (buildkit.dockerfile.v0)

COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit

2026-04-22 06:20:18 UTC (buildkit.dockerfile.v0)

COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit

2026-04-22 06:20:18 UTC (buildkit.dockerfile.v0)

COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit

2026-04-22 06:20:19 UTC (buildkit.dockerfile.v0)

COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit

2026-04-22 06:20:19 UTC (buildkit.dockerfile.v0)

COPY docker/super_user.py /opt/netbox/super_user.py # buildkit

2026-04-22 06:20:19 UTC (buildkit.dockerfile.v0)

COPY configuration/ /etc/netbox/config/ # buildkit

2026-04-22 06:20:19 UTC (buildkit.dockerfile.v0)

COPY docker/granian.py /opt/netbox/netbox/netbox/granian.py # buildkit

2026-04-22 06:20:19 UTC (buildkit.dockerfile.v0)

COPY VERSION /opt/netbox/VERSION # buildkit

2026-04-22 06:20:19 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/netbox/netbox

2026-04-22 06:20: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-04-22 06:20: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-04-22 06:20:39 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/bin/tini" "--"]

2026-04-22 06:20:39 UTC (buildkit.dockerfile.v0)

CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]

2026-04-22 06:20: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=

Danger Zone
Delete Tag

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.

Delete