Namespace
netboxcommunity
Image / Tag
netbox:snapshot-4.0.2
Content Digest
sha256:57170c9090a3b7a347367c85d2d4d998c1651373747889385c4aa7a684583d04
Details
Created

2026-04-24 06:23:19 UTC

Size

232 MB

Content Digest
Labels
  • netbox.build-reason
    netbox
  • netbox.git-branch
    HEAD
  • netbox.git-ref
    2fd6924d26e3b87a9e33cc52faf8ed8a93a76745
  • 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-24T06:22:47+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:cb9649972192f45e66efad2e978d6e4e7516193390919582f897ebddd0bfdb71 - 7.78% (18 MB)

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

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

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

[#009] sha256:a27c4ac76a85cff925e91b932b7d81462fccde9b74e356966a0be837d4461c31 - 0.0% (455 Bytes)

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

[#011] sha256:114271ba10047e80f109274b0e2dfd8682080d07f5ad38e432b046e16f48b1bc - 0.0% (9.79 KB)

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

[#013] sha256:5a2931a0817c6cfe560d894c7959c67132b2b31ed5597ed56ffeb39cfa30cb01 - 0.0% (170 Bytes)

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

[#015] sha256:fa596fd84b7249959754445db7891bf14ed447514eb8f6c8857af35166158699 - 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-24 06:22:59 UTC (buildkit.dockerfile.v0)

ARG NETBOX_PATH=.netbox

2026-04-24 06:22:59 UTC (buildkit.dockerfile.v0)

COPY .netbox /opt/netbox # buildkit

2026-04-24 06:22:59 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:22:59 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:22:59 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:22:59 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:22:59 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:22:59 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:22:59 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:22:59 UTC (buildkit.dockerfile.v0)

COPY VERSION /opt/netbox/VERSION # buildkit

2026-04-24 06:22:59 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/netbox/netbox

2026-04-24 06:23:19 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-24 06:23:19 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-24 06:23:19 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:23:19 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:23:19 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-24 06:23:19 UTC

Size

228 MB

Content Digest
Labels
  • netbox.build-reason
    netbox
  • netbox.git-branch
    HEAD
  • netbox.git-ref
    2fd6924d26e3b87a9e33cc52faf8ed8a93a76745
  • 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-24T06:22:47+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:d20a9c126f4788fe7138d1b3ec1aa0062f5ec072a1aebf1367118f57f76c71fd - 7.9% (18 MB)

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

[#007] sha256:25cbc83929aafacc15f3ebcf14d682a212e40ff482a5405d6226198df7d3af80 - 0.0% (417 Bytes)

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

[#009] sha256:51dc7992753bec5962b07ca8666c6b1da7c925ea3354ffca4964b0412f0d2a74 - 0.0% (456 Bytes)

[#010] sha256:56a4fa5a8a38b3ccbe2d153eac8695a1e51b6f40fb866af462afd822ded3f228 - 0.0% (811 Bytes)

[#011] sha256:114271ba10047e80f109274b0e2dfd8682080d07f5ad38e432b046e16f48b1bc - 0.0% (9.79 KB)

[#012] sha256:0932d7d01bdce423321df24c1d7794c8cbcc56989cc5ea73813021c262099e56 - 0.0% (339 Bytes)

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

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

[#015] sha256:1089e45eb3d8d56e564fba64d24a76de3d02f5f7dbed81dd685a29798048e127 - 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-24 06:22:59 UTC (buildkit.dockerfile.v0)

ARG NETBOX_PATH=.netbox

2026-04-24 06:22:59 UTC (buildkit.dockerfile.v0)

COPY .netbox /opt/netbox # buildkit

2026-04-24 06:22:59 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:22:59 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:22:59 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:22:59 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:22:59 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:22:59 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:23:00 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:23:00 UTC (buildkit.dockerfile.v0)

COPY VERSION /opt/netbox/VERSION # buildkit

2026-04-24 06:23:00 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/netbox/netbox

2026-04-24 06:23:19 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-24 06:23:19 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-24 06:23:19 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:23:19 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:23:19 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