Namespace
netboxcommunity
Image / Tag
netbox:feature
Content Digest
sha256:65be4c43c2ac91d666b4b209d66ae17817d0eccf119363074ba0fad5ddd899fe
Details
Created

2026-04-24 06:26:06 UTC

Size

240 MB

Content Digest
Labels
  • netbox.build-reason
    netbox netbox-docker
  • netbox.git-branch
    HEAD
  • netbox.git-ref
    0563cc4585d1ce02ce7e9ee376fe8d60e4f0b17a
  • netbox.git-url
    https://github.com/netbox-community/netbox.git
  • netbox.last-base-image-layer
    sha256:b40150c1c2717d324cdb17278c8efdfa4dfcd2ffe083e976f0bcedf31115f081
  • netbox.original-tag
    feature-4.0.2
  • org.opencontainers.image.authors
    The netbox-docker contributors.
  • org.opencontainers.image.created
    2026-04-24T06:22:48+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
    f7f8c52378366d2635f004ca993b0a8551b74126
  • 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 - 11.82% (28.4 MB)

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

[#002] sha256:7bbd42e3ce80868265c518ae7e9f37b0b5dd44650b3bf56aa8992084f0598236 - 0.0% (805 Bytes)

[#003] sha256:6128b503331311e44d6e389accbce397656fc996b95eee110c645bf2a03066ff - 9.66% (23.2 MB)

[#004] sha256:ceae3e56b9dd40208a0b4069cf4d00a9d91d933af802655331eb41f7cc3e52d6 - 42.07% (101 MB)

[#005] sha256:57703a0a4916712f5a46fe17401eb9c505a7f42fbbd31383a379329dd36426c9 - 7.53% (18.1 MB)

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

[#007] sha256:31ef1d1221d9c13651eb0563b09d928b7093864780a29ddb16a8b8de0cda4e4a - 0.0% (416 Bytes)

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

[#009] sha256:5246294d0812b7bb140790470f38e35baee5be0cf5ead976ffa217cac62c429b - 0.0% (454 Bytes)

[#010] sha256:4bc79e3c06ad24ea1c60a7404b0d0249f8ab7e7f5ac57969f09a31ed6028ba20 - 0.0% (807 Bytes)

[#011] sha256:1dbbbbca3cde8e8e4e19af11b44b53117b507331f30f858a31907eab140b1938 - 0.0% (9.79 KB)

[#012] sha256:af0ea7af6af797b669b72fcf577e45499e9036015da412a2db74effd5f7e203e - 0.0% (336 Bytes)

[#013] sha256:b716be894f008be87685d9c10446fff2a85c98cda252b37c962b2102d145f200 - 0.0% (168 Bytes)

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

[#015] sha256:4f79dc75b76fd786c43e117e21fe474fcc5ab4f5d3a897e76a254632c54823dd - 14.93% (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-24 06:25:43 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:25:43 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:25:49 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:25:50 UTC (buildkit.dockerfile.v0)

ARG NETBOX_PATH=.netbox

2026-04-24 06:25:50 UTC (buildkit.dockerfile.v0)

COPY .netbox /opt/netbox # buildkit

2026-04-24 06:25:50 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:25:50 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:25:50 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:25:50 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:25:51 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:25:51 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:25:51 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:25:51 UTC (buildkit.dockerfile.v0)

COPY VERSION /opt/netbox/VERSION # buildkit

2026-04-24 06:25:51 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/netbox/netbox

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

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

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

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

2026-04-24 06:26:06 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:26:36 UTC

Size

236 MB

Content Digest
Labels
  • netbox.build-reason
    netbox netbox-docker
  • netbox.git-branch
    HEAD
  • netbox.git-ref
    0563cc4585d1ce02ce7e9ee376fe8d60e4f0b17a
  • netbox.git-url
    https://github.com/netbox-community/netbox.git
  • netbox.last-base-image-layer
    sha256:b40150c1c2717d324cdb17278c8efdfa4dfcd2ffe083e976f0bcedf31115f081
  • netbox.original-tag
    feature-4.0.2
  • org.opencontainers.image.authors
    The netbox-docker contributors.
  • org.opencontainers.image.created
    2026-04-24T06:22:48+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
    f7f8c52378366d2635f004ca993b0a8551b74126
  • 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 - 11.67% (27.5 MB)

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

[#002] sha256:8a3de2627229d83feac47d864f5644dfb380a18509a3b97a91318b62ccfe587c - 0.0% (805 Bytes)

[#003] sha256:664ce5edf888acf64a6834572389f00fdc68adc16a8d1d68daa7d3792ebb16ea - 9.37% (22.1 MB)

[#004] sha256:4f99ff4361cb6a1cd3479636957eb06ec988fc7494b85012056877831102d3a3 - 42.04% (99.2 MB)

[#005] sha256:2286149820986499673bbdc9898cc7e9ff14f1597a804ebd1523292faf4c7c1a - 7.65% (18.1 MB)

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

[#007] sha256:dd4b3eb50f4298ca91c9df19a1a308dcaf7d165b7c4fb133ece315c55a1172f4 - 0.0% (416 Bytes)

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

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

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

[#011] sha256:0fb95eba059279f8fb475b908a21d63813be03725b7295ea0f0d1c899cc6af0d - 0.0% (9.79 KB)

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

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

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

[#015] sha256:22d20926f480b1009b5066130af62c2c5804363cddb126a8fa53e8389d441717 - 15.17% (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-24 06:25:40 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:25:40 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:26:17 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:26:18 UTC (buildkit.dockerfile.v0)

ARG NETBOX_PATH=.netbox

2026-04-24 06:26:18 UTC (buildkit.dockerfile.v0)

COPY .netbox /opt/netbox # buildkit

2026-04-24 06:26:18 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:26:18 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:26:18 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:26:18 UTC (buildkit.dockerfile.v0)

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

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

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

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

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

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

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

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

COPY VERSION /opt/netbox/VERSION # buildkit

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

WORKDIR /opt/netbox/netbox

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

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

2026-04-24 06:26:36 UTC (buildkit.dockerfile.v0)

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

2026-04-24 06:26:36 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