2022-10-05 06:37:52 UTC
152 MB
C.UTF-8
PATH/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:cf92e523b49ea3d1fae59f5f082437a5f96c244fda6697995920142ff31d59cf - 19.1% (29 MB)
[#001] sha256:ede240cfcef04280351ea4d8a5d0f75b5af52cc609b6e29e701af2cbcf15e567 - 10.61% (16.1 MB)
[#002] sha256:34e8402c194392f89581e7537c7e79ee2e188e0ebc95d97bc73b8853b39304da - 55.21% (83.9 MB)
[#003] sha256:004dd33f8a09f480cf23d32b1f31e3448cb4fa457b95315fc0176c22cd65adbc - 3.28% (4.99 MB)
[#004] sha256:42fb2fef5a88712f7f67a4c682dce3e1e3e8828f2c233c7111c480d96d4b9b70 - 0.0% (1.09 KB)
[#005] sha256:02a91fa1c57199e1893db1b2037028630f725f8c21fc9b45cc331ed2ee8156db - 0.0% (421 Bytes)
[#006] sha256:55219b9d5c6fd62f9be7482a226e7127e910ee0d5c76f5caca8ea1a2128ff826 - 0.0% (1.58 KB)
[#007] sha256:e4357712e0cb4b66e7ae2f0a6600d0ed66cf3bb548e053c3013b9afc850f64e7 - 0.0% (319 Bytes)
[#008] sha256:76cf8c93b0524ce0f0549ada2e56a49512edad672d0726f31a97d312966b3738 - 0.0% (879 Bytes)
[#009] sha256:7edc402e41791f33018252a46c80f9e035476c8c2beb6d14842c2fc618260822 - 0.0% (7.6 KB)
[#010] sha256:8e31a3f0c28736dfd0355ca313cb6b518342880f1cf89ed4818eb09129fbdd6c - 0.0% (418 Bytes)
[#011] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#012] sha256:786bba50187d35157eb56cdc3f483f9cf2f460d421917903c045c5ad6984982c - 11.8% (17.9 MB)
/bin/sh -c #(nop) ADD file:6cd2e13356aa5339c1f2abd3c210a52f6ed74fae05cd61aa09f37b6a4764f65c in /
2022-10-04 23:35:20 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-10-05 06:34:59 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 openssl python3 python3-distutils tini && curl -sL https://nginx.org/keys/nginx_signing.key > /etc/apt/trusted.gpg.d/nginx.asc && echo "deb https://packages.nginx.org/unit/ubuntu/ jammy unit" > /etc/apt/sources.list.d/unit.list && apt-get update -qq && apt-get install --yes -qq --no-install-recommends unit=1.27.0-1~jammy unit-python3.10=1.27.0-1~jammy && rm -rf /var/lib/apt/lists/* # buildkit
2022-10-05 06:37:20 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2022-10-05 06:37:21 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH
2022-10-05 06:37:21 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2022-10-05 06:37:21 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2022-10-05 06:37:21 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
2022-10-05 06:37:21 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2022-10-05 06:37:21 UTC (buildkit.dockerfile.v0)COPY docker/housekeeping.sh /opt/netbox/housekeeping.sh # buildkit
2022-10-05 06:37:21 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2022-10-05 06:37:21 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2022-10-05 06:37:21 UTC (buildkit.dockerfile.v0)COPY docker/nginx-unit.json /etc/unit/ # buildkit
2022-10-05 06:37:21 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2022-10-05 06:37:52 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 media /opt/unit/ && chmod -R g+w media /opt/unit/ && cd /opt/netbox/ && SECRET_KEY="dummy" /opt/netbox/venv/bin/python -m mkdocs build --config-file /opt/netbox/mkdocs.yml --site-dir /opt/netbox/netbox/project-static/docs/ && SECRET_KEY="dummy" /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input # buildkit
2022-10-05 06:37:52 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8 PATH=/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-10-05 06:37:52 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2022-10-05 06:37:52 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]
2022-10-05 06:37:52 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=
2022-10-05 06:57:25 UTC
150 MB
C.UTF-8
PATH/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d6cb415e2683249f7884ee5367306b023c72f907afeca2a30ca19c8de5f4f7d9 - 18.09% (27.1 MB)
[#001] sha256:fbcb8f1102d5bc9e897738b7617445697dbf757c3e7e86ade11da2cc0d3a0e6d - 10.69% (16 MB)
[#002] sha256:5760980cb6e63b6a5cd222b5b4d499ed603ac55a68ab227ff69cef4c38f3ec47 - 55.89% (83.6 MB)
[#003] sha256:eddf411b8684e3555b6cf4bc611d52b25392b78b1c206bf4901c798e0915db2e - 3.34% (4.99 MB)
[#004] sha256:fffe703389489c556134c11598b84142b39429cab8c0dc7198940fdf04752af1 - 0.0% (1.1 KB)
[#005] sha256:ef8f0f244c138bd7870a52949dae89cea0d521891d7c306973b86de935d6224b - 0.0% (425 Bytes)
[#006] sha256:f6db33867a8224ed52a514f62fd4d6e8b8e6c69ec30f7ce4387c87c1e709dd11 - 0.0% (1.58 KB)
[#007] sha256:f2a3fd310c6848a97d46c53bf6401deb130068d5c15e938cd202e383c83a6d83 - 0.0% (321 Bytes)
[#008] sha256:27fc042fbc393f2787c22b1e3e04c27815b542f93ee7742fdc88328f43b17f26 - 0.0% (881 Bytes)
[#009] sha256:3c0cc06156e5d561487384dc7028fff116ac69cc536f3b272ba69a85a1fd39bf - 0.0% (7.61 KB)
[#010] sha256:72bcadbfd6acbcbbee91de2eadf18317da5c019363c146d9d1cf607e74d3f54d - 0.0% (419 Bytes)
[#011] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#012] sha256:572c69d9faa1c2e46ae4445f485082b293b763c6e4022ae130dcab71b4da9851 - 11.98% (17.9 MB)
/bin/sh -c #(nop) ADD file:fd8103ca1472a4f51eeff3e22fbd1dfd61a3d22c34f16a61ef1ba016352e3629 in /
2022-10-05 00:02:20 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-10-05 06:39:09 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 openssl python3 python3-distutils tini && curl -sL https://nginx.org/keys/nginx_signing.key > /etc/apt/trusted.gpg.d/nginx.asc && echo "deb https://packages.nginx.org/unit/ubuntu/ jammy unit" > /etc/apt/sources.list.d/unit.list && apt-get update -qq && apt-get install --yes -qq --no-install-recommends unit=1.27.0-1~jammy unit-python3.10=1.27.0-1~jammy && rm -rf /var/lib/apt/lists/* # buildkit
2022-10-05 06:53:18 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2022-10-05 06:53:19 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH
2022-10-05 06:53:19 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2022-10-05 06:53:19 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2022-10-05 06:53:19 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
2022-10-05 06:53:19 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2022-10-05 06:53:19 UTC (buildkit.dockerfile.v0)COPY docker/housekeeping.sh /opt/netbox/housekeeping.sh # buildkit
2022-10-05 06:53:19 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2022-10-05 06:53:19 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2022-10-05 06:53:19 UTC (buildkit.dockerfile.v0)COPY docker/nginx-unit.json /etc/unit/ # buildkit
2022-10-05 06:53:19 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2022-10-05 06:57:25 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 media /opt/unit/ && chmod -R g+w media /opt/unit/ && cd /opt/netbox/ && SECRET_KEY="dummy" /opt/netbox/venv/bin/python -m mkdocs build --config-file /opt/netbox/mkdocs.yml --site-dir /opt/netbox/netbox/project-static/docs/ && SECRET_KEY="dummy" /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input # buildkit
2022-10-05 06:57:25 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8 PATH=/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-10-05 06:57:25 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2022-10-05 06:57:25 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]
2022-10-05 06:57:25 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.