2025-05-06 05:51:48 UTC
225 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:0622fac788edde5d30e7bbd2688893e5452a19ff237a2e4615e2d8181321cb4e - 12.61% (28.3 MB)
[#001] sha256:21c5bcd893bd8dac97756a316d9eecdfcf30ed8b2527381b99ff99ae4b7f0b61 - 0.0% (269 Bytes)
[#002] sha256:7106213ea79bd4ee09f8d5f1c7a549e8908fab37c6d648bdf2cab1f578ecc9af - 0.0% (8.05 KB)
[#003] sha256:ce7823a01d182bd1309fe1111fad923b1f74ce1580c149c237084eb826ca3551 - 20.85% (46.9 MB)
[#004] sha256:46e8935af3fe2987063d29745e3998eabfc54b24a14abccbc3983cab72638f01 - 0.0% (741 Bytes)
[#005] sha256:30392985c44e8e1511c10ce29a43f3e04cd91a747d76071c8126131392e88980 - 7.23% (16.3 MB)
[#006] sha256:9f16f474672bfff0432906c9d2a63ff95366efffefa1b5a6e2ac912f04915b9f - 35.87% (80.6 MB)
[#007] sha256:a7a3b56f8c7c7266174352e5e297c521c43bcf8ec82a208dab5ca5d525bb0522 - 7.91% (17.8 MB)
[#008] sha256:7fbe724c62e67b65ee0558b2912beac187f703506bf65339c7b6af7a171b6dda - 0.0% (1.09 KB)
[#009] sha256:3be42686fd83ee33e5058f6ff5eb40c789b4881c727c99c6b08e4d35e35d0806 - 0.0% (414 Bytes)
[#010] sha256:bb4b8e796cb105df27d1c7f4d640ec5cd1ace4a3cf418ecccda639362aceb6b9 - 0.0% (1.56 KB)
[#011] sha256:9669b9e15f3af19ed74935b1f8e66dd873611c33c7bdabe68c6dbdb9e6ec585a - 0.0% (319 Bytes)
[#012] sha256:21a7feaf35894def8fbe8243d067f36aaefb007d9a85d108bd9004dd117d502b - 0.0% (889 Bytes)
[#013] sha256:3974529392ebf364aeedc3b1a444e5e1b27ada1e4ba0197269381583b68d75e0 - 0.0% (9.34 KB)
[#014] sha256:83b848e129a7f94a464aef92dc0b3aa5cca148d3c8eeb15d4bd35adffbf0e406 - 0.0% (573 Bytes)
[#015] sha256:c0d9f61217658a85ad62fd58c51ec2010f17732b31782c8da2b75b3cad16493f - 0.0% (167 Bytes)
[#016] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#017] sha256:9093699292a4249a433e55ef176a4f834294e724712d5ffa3d9b92300ec0fefd - 15.52% (34.9 MB)
/bin/sh -c #(nop) ARG RELEASE
2025-04-28 09:44:48 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-04-28 09:44:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-04-28 09:44:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-04-28 09:44:50 UTC/bin/sh -c #(nop) ADD file:ad85a9d7b0a74c2140bd51d9c4559cca392991e0c95f84cb139347348e5d1f9a in /
2025-04-28 09:44:51 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-05-06 05:48:41 UTC (buildkit.dockerfile.v0)COPY docker/unit.list /etc/apt/sources.list.d/unit.list # buildkit
2025-05-06 05:48:41 UTC (buildkit.dockerfile.v0)ADD --chown=0:0 --chmod=444 https://unit.nginx.org/keys/nginx-keyring.gpg /usr/share/keyrings/nginx-keyring.gpg # buildkit
2025-05-06 05:49:33 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 unit-python3.12=1.34.2-1~noble unit=1.34.2-1~noble && rm -rf /var/lib/apt/lists/* # buildkit
2025-05-06 05:51:24 UTC (buildkit.dockerfile.v0)COPY /requirements.txt /requirements-container.txt /opt/netbox/ # buildkit
2025-05-06 05:51:25 UTC (buildkit.dockerfile.v0)COPY /usr/local/bin/uv /usr/local/bin/ # buildkit
2025-05-06 05:51:29 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2025-05-06 05:51:30 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH=.netbox
2025-05-06 05:51:30 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2025-05-06 05:51:30 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2025-05-06 05:51:30 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
2025-05-06 05:51:31 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2025-05-06 05:51:31 UTC (buildkit.dockerfile.v0)COPY docker/housekeeping.sh /opt/netbox/housekeeping.sh # buildkit
2025-05-06 05:51:31 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2025-05-06 05:51:31 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2025-05-06 05:51:31 UTC (buildkit.dockerfile.v0)COPY docker/nginx-unit.json /etc/unit/ # buildkit
2025-05-06 05:51:31 UTC (buildkit.dockerfile.v0)COPY VERSION /opt/netbox/VERSION # buildkit
2025-05-06 05:51:31 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2025-05-06 05:51:48 UTC (buildkit.dockerfile.v0)RUN |1 NETBOX_PATH=.netbox /bin/sh -c mkdir -p static /opt/unit/state/ /opt/unit/tmp/ && chown -R unit:root /opt/unit/ media reports scripts && chmod -R g+w /opt/unit/ 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 && mkdir /opt/netbox/netbox/local && echo "build: Docker-$(cat /opt/netbox/VERSION)" > /opt/netbox/netbox/local/release.yaml # buildkit
2025-05-06 05:51:48 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
2025-05-06 05:51:48 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2025-05-06 05:51:48 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]
2025-05-06 05:51:48 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=
2025-05-06 05:52:51 UTC
222 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:2f074dc76c5da961ce13817b02fa1e3c3070ad4b94970aa7f52f6c0d63b07696 - 12.41% (27.5 MB)
[#001] sha256:fb2063d3c1b71b97a51488ce78c09cb3fee6439cac544ce9e0c258c17c6435a8 - 0.0% (269 Bytes)
[#002] sha256:9888ee9a5ecb2da2b5a5b57c98b48d522a7fff49b49c0a8025051bfb0425e985 - 0.0% (8.05 KB)
[#003] sha256:552bb6cbd5bc5db9d7a1d2c133124719dafcd69f3b85c3f3cee0e6bf5b573e9a - 20.87% (46.3 MB)
[#004] sha256:b25d602ffdc229e1291c4847a760628659a84d41a8393f17d72d3651328bdcf0 - 0.0% (741 Bytes)
[#005] sha256:4330937d9b9ce67bdad5acdd2ac3cac624d61cb2c530c220f3ec443b2f02ac3f - 6.97% (15.5 MB)
[#006] sha256:3a7633190fd7123b0f7c48fed51ed4f8add7f9c96384ca8350d9ce7cc2fbe1cf - 35.97% (79.8 MB)
[#007] sha256:f092b346eb82f51eb9ae4a75fe0408f641a882cae8c0e7be3e935a6a763c277a - 8.02% (17.8 MB)
[#008] sha256:41742f1af893ff0b4aeae7d670f3832fe71845fd3f898361845754d475ea0e50 - 0.0% (1.09 KB)
[#009] sha256:3f4c1c822b95439ecf1d3d41fbbbed0f52840fcb6104de055ca3ab9188c83a78 - 0.0% (415 Bytes)
[#010] sha256:a836964fa1362d756f893ced631d199a527dce96a47f09b40fe50bbb698716fa - 0.0% (1.56 KB)
[#011] sha256:c46029dd9d393ef9bb25f2ca98f1557932d4980ee170059b887a378d29c8ea94 - 0.0% (320 Bytes)
[#012] sha256:c3d2a53a8827d999ddcdfe802fe61149695100dbcc318e4f0b26cd8d14d50f4e - 0.0% (889 Bytes)
[#013] sha256:44eb416a37c3788d6584dff502625dbeedb1f8edff9bdc5fcb8ce1905a7ac6f0 - 0.0% (9.34 KB)
[#014] sha256:e02115bf4febd76399e9c422911746d9ad2d797aaef0f8585f715393da4867c9 - 0.0% (575 Bytes)
[#015] sha256:8e56eeee675418917eb015be3d566e8cbc83145debf4c756d084de3cc9ffac0d - 0.0% (168 Bytes)
[#016] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#017] sha256:94ce3223fea8f6481ee634e82ec96bb49e995a6a34b92cb9517806a0471e3f28 - 15.74% (34.9 MB)
/bin/sh -c #(nop) ARG RELEASE
2025-04-28 09:44:58 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-04-28 09:44:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-04-28 09:44:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-04-28 09:45:01 UTC/bin/sh -c #(nop) ADD file:1bafcbb31dbbcfab5d15f474524e7fdd408a80128ddb9f1743e9f39cfa86ce33 in /
2025-04-28 09:45:01 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-05-06 05:48:41 UTC (buildkit.dockerfile.v0)COPY docker/unit.list /etc/apt/sources.list.d/unit.list # buildkit
2025-05-06 05:48:41 UTC (buildkit.dockerfile.v0)ADD --chown=0:0 --chmod=444 https://unit.nginx.org/keys/nginx-keyring.gpg /usr/share/keyrings/nginx-keyring.gpg # buildkit
2025-05-06 05:49:01 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 unit-python3.12=1.34.2-1~noble unit=1.34.2-1~noble && rm -rf /var/lib/apt/lists/* # buildkit
2025-05-06 05:52:27 UTC (buildkit.dockerfile.v0)COPY /requirements.txt /requirements-container.txt /opt/netbox/ # buildkit
2025-05-06 05:52:27 UTC (buildkit.dockerfile.v0)COPY /usr/local/bin/uv /usr/local/bin/ # buildkit
2025-05-06 05:52:32 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2025-05-06 05:52:33 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH=.netbox
2025-05-06 05:52:33 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2025-05-06 05:52:33 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2025-05-06 05:52:33 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
2025-05-06 05:52:33 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2025-05-06 05:52:34 UTC (buildkit.dockerfile.v0)COPY docker/housekeeping.sh /opt/netbox/housekeeping.sh # buildkit
2025-05-06 05:52:34 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2025-05-06 05:52:34 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2025-05-06 05:52:34 UTC (buildkit.dockerfile.v0)COPY docker/nginx-unit.json /etc/unit/ # buildkit
2025-05-06 05:52:34 UTC (buildkit.dockerfile.v0)COPY VERSION /opt/netbox/VERSION # buildkit
2025-05-06 05:52:34 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2025-05-06 05:52:51 UTC (buildkit.dockerfile.v0)RUN |1 NETBOX_PATH=.netbox /bin/sh -c mkdir -p static /opt/unit/state/ /opt/unit/tmp/ && chown -R unit:root /opt/unit/ media reports scripts && chmod -R g+w /opt/unit/ 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 && mkdir /opt/netbox/netbox/local && echo "build: Docker-$(cat /opt/netbox/VERSION)" > /opt/netbox/netbox/local/release.yaml # buildkit
2025-05-06 05:52:51 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
2025-05-06 05:52:51 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2025-05-06 05:52:51 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]
2025-05-06 05:52:51 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.