Namespace
netboxcommunity
Image / Tag
netbox:snapshot-4.0.0
Content Digest
sha256:be4596f2d7362c3d2b1f29febacfcbf8c562a9acef737b52e1dec2be47cf28ec
Details
Created

2026-02-21 05:57:53 UTC

Size

231 MB

Content Digest
Labels
  • netbox.build-reason
    netbox
  • netbox.git-branch
    HEAD
  • netbox.git-ref
    d10453883fa59ab40cca0912db260465f4e6195a
  • netbox.git-url
    https://github.com/netbox-community/netbox.git
  • netbox.last-base-image-layer
    sha256:01d7766a2e4a62b74e0bebf2cd12c47e675e9221174f6570854203e84ffe68b0
  • netbox.original-tag
    snapshot-4.0.0
  • org.opencontainers.image.authors
    The netbox-docker contributors.
  • org.opencontainers.image.created
    2026-02-21T05:57:24+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
    c60defe0e6e814c3626a36528ad683a5df9b6ecc
  • 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.0

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:01d7766a2e4a62b74e0bebf2cd12c47e675e9221174f6570854203e84ffe68b0 - 12.29% (28.4 MB)

[#001] sha256:bdbe03aef2212156fbb8fbc49f75a40386295bd3de5bc9d89557dab1aec4b6d0 - 15.4% (35.5 MB)

[#002] sha256:9131e5d0102ea6a00504472adc04f3f4352756e2a87100594e1b3caf824a80f1 - 0.0% (791 Bytes)

[#003] sha256:43cf0b80e2ed6946e11baf9ddec7d9a76972c734192fb0553a54599652241427 - 9.06% (20.9 MB)

[#004] sha256:f18f9b1934d9d02938173ac66ed9ffdac31fea832671ba31858c0f986d2df275 - 39.95% (92.1 MB)

[#005] sha256:8d30116b9e85be39aacf4dac09247e3e6e4a3511d78a864978d8a652959360d0 - 7.81% (18 MB)

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

[#007] sha256:5bf8bbf5e2ead444801b3fe15860a8b43324f1b973637cab156b99cfb3b2d16b - 0.0% (421 Bytes)

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

[#009] sha256:41bf66428337a7db9bd0e163d06451de959ec9b2c10736300b8ed257cb417179 - 0.0% (458 Bytes)

[#010] sha256:c11a594a02155aef03e294c17ad4faf39948e513c367976f2a8850a78ec7ffeb - 0.0% (813 Bytes)

[#011] sha256:19438d4ddb43d365f94b05a4adc1c9f8ad9ac9fa750634e59eec92a4aacd91d8 - 0.0% (9.62 KB)

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

[#013] sha256:7a3f1ab79a184929e0dddba54c02e8e9710be8ae240cd1ae6daabc9bdf53c977 - 0.0% (171 Bytes)

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

[#015] sha256:f5d2790aa5b6cdac131f1a091ec939799c67dbf2d8eb453db664fd1e733e5bce - 15.48% (35.7 MB)


History
2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2026-02-10 16:49:54 UTC

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

2026-02-10 16:49:56 UTC

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

2026-02-10 16:49:57 UTC

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

2026-02-18 06:05:48 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-02-18 06:08:20 UTC (buildkit.dockerfile.v0)

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

2026-02-18 06:08:20 UTC (buildkit.dockerfile.v0)

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

2026-02-18 06:08:23 UTC (buildkit.dockerfile.v0)

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

2026-02-21 05:57:36 UTC (buildkit.dockerfile.v0)

ARG NETBOX_PATH=.netbox

2026-02-21 05:57:36 UTC (buildkit.dockerfile.v0)

COPY .netbox /opt/netbox # buildkit

2026-02-21 05:57:36 UTC (buildkit.dockerfile.v0)

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

2026-02-21 05:57:36 UTC (buildkit.dockerfile.v0)

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

2026-02-21 05:57:36 UTC (buildkit.dockerfile.v0)

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

2026-02-21 05:57:36 UTC (buildkit.dockerfile.v0)

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

2026-02-21 05:57:36 UTC (buildkit.dockerfile.v0)

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

2026-02-21 05:57:36 UTC (buildkit.dockerfile.v0)

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

2026-02-21 05:57:36 UTC (buildkit.dockerfile.v0)

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

2026-02-21 05:57:36 UTC (buildkit.dockerfile.v0)

COPY VERSION /opt/netbox/VERSION # buildkit

2026-02-21 05:57:36 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/netbox/netbox

2026-02-21 05:57:53 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-02-21 05:57:53 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-02-21 05:57:53 UTC (buildkit.dockerfile.v0)

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

2026-02-21 05:57:53 UTC (buildkit.dockerfile.v0)

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

2026-02-21 05:57:53 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-02-21 05:57:54 UTC

Size

227 MB

Content Digest
Labels
  • netbox.build-reason
    netbox
  • netbox.git-branch
    HEAD
  • netbox.git-ref
    d10453883fa59ab40cca0912db260465f4e6195a
  • netbox.git-url
    https://github.com/netbox-community/netbox.git
  • netbox.last-base-image-layer
    sha256:01d7766a2e4a62b74e0bebf2cd12c47e675e9221174f6570854203e84ffe68b0
  • netbox.original-tag
    snapshot-4.0.0
  • org.opencontainers.image.authors
    The netbox-docker contributors.
  • org.opencontainers.image.created
    2026-02-21T05:57:24+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
    c60defe0e6e814c3626a36528ad683a5df9b6ecc
  • 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.0

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:66a4bbbfab887561d75f1fdb3c6221c974346f82c9229f5ef99f96b7e6c25704 - 12.15% (27.5 MB)

[#001] sha256:f1900936562510353d8fa4470364d97b221ddd5c242058d32d138202b3556e8c - 15.53% (35.2 MB)

[#002] sha256:4e591983f32bef58bf299e64e619d47b7f3557597b78ae63faf5afafd42d3c97 - 0.0% (791 Bytes)

[#003] sha256:3a23e3e1704c4d12c4f4dd600af60fde73ea4554233fe6853c668c08374b2554 - 8.83% (20 MB)

[#004] sha256:c0ee2cb4e16a3b9d98a6547adfd05d0740d631a000ebf7ded53c1a56da84c0d7 - 39.78% (90.2 MB)

[#005] sha256:b3813867a1ebc9fb3e6145ce0895028f84e772c22a19019fb68f7b2be4700d26 - 7.95% (18 MB)

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

[#007] sha256:9feb8c30546137b07852dfe77beea5a966b3749c0eecff9bc4a28c085249be68 - 0.0% (420 Bytes)

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

[#009] sha256:15afc3aed26dbb4646330eea89758a5080c6c0cfaec18111984ce0ab1f5162ee - 0.0% (458 Bytes)

[#010] sha256:12cac5754c8eac337de01188c5769fd90409cb13677146655b0860394bcfb234 - 0.0% (813 Bytes)

[#011] sha256:19438d4ddb43d365f94b05a4adc1c9f8ad9ac9fa750634e59eec92a4aacd91d8 - 0.0% (9.62 KB)

[#012] sha256:ec7e1fbff25c183cf79995163639cebc5705ede7c6c7f3790820a8f1bfb129f7 - 0.0% (342 Bytes)

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

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

[#015] sha256:83063589009e36a0454196f78fd5b6f75a054a7b6f83657c636e94257cea07c5 - 15.75% (35.7 MB)


History
2026-02-10 16:52:26 UTC

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

2026-02-10 16:52:26 UTC

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

2026-02-10 16:52:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2026-02-10 16:52:27 UTC

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

2026-02-10 16:52:29 UTC

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

2026-02-10 16:52:29 UTC

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

2026-02-18 06:05:54 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-02-18 06:08:57 UTC (buildkit.dockerfile.v0)

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

2026-02-18 06:08:57 UTC (buildkit.dockerfile.v0)

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

2026-02-18 06:09:00 UTC (buildkit.dockerfile.v0)

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

2026-02-21 05:57:35 UTC (buildkit.dockerfile.v0)

ARG NETBOX_PATH=.netbox

2026-02-21 05:57:35 UTC (buildkit.dockerfile.v0)

COPY .netbox /opt/netbox # buildkit

2026-02-21 05:57:36 UTC (buildkit.dockerfile.v0)

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

2026-02-21 05:57:36 UTC (buildkit.dockerfile.v0)

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

2026-02-21 05:57:36 UTC (buildkit.dockerfile.v0)

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

2026-02-21 05:57:36 UTC (buildkit.dockerfile.v0)

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

2026-02-21 05:57:36 UTC (buildkit.dockerfile.v0)

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

2026-02-21 05:57:36 UTC (buildkit.dockerfile.v0)

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

2026-02-21 05:57:36 UTC (buildkit.dockerfile.v0)

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

2026-02-21 05:57:36 UTC (buildkit.dockerfile.v0)

COPY VERSION /opt/netbox/VERSION # buildkit

2026-02-21 05:57:36 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/netbox/netbox

2026-02-21 05:57:54 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-02-21 05:57:54 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-02-21 05:57:54 UTC (buildkit.dockerfile.v0)

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

2026-02-21 05:57:54 UTC (buildkit.dockerfile.v0)

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

2026-02-21 05:57:54 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