2022-07-21 05:55:19 UTC
139 MB
C.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:461246efe0a75316d99afdbf348f7063b57b0caeee8daab775f1f08152ea36f4 - 21.47% (29.9 MB)
[#001] sha256:c73560138414c4864111d09e28e05b533bae26cb62f9870878ca8ffdd7706d4f - 11.13% (15.5 MB)
[#002] sha256:8ae7a5fb897909021cab673103a239a78611dc6a8e9c8a7e24da03c34247dbee - 55.69% (77.6 MB)
[#003] sha256:4e160a1cb8b3ffc9bbef11bbc5c86a782a67c360fa447fcaf5fd0f58aa73607f - 3.32% (4.63 MB)
[#004] sha256:1fff9b7f5f7ecb0f989c523257aca54bf942619f54e01f7e2bfa0f5529fcb39c - 0.0% (1.09 KB)
[#005] sha256:39379c9f67b1730c0d949b7d4d44b50b0eb33a8375476ecbe24c61f137ce1467 - 0.0% (416 Bytes)
[#006] sha256:09e6f94e4b7f158931c8987f327e7692f5906c894fb704c38eecf88b11b1c3de - 0.0% (1.48 KB)
[#007] sha256:4f3444827aaa046ad3075e86937ab0c1c76d96149b5e5524731398aaae613842 - 0.0% (318 Bytes)
[#008] sha256:512670739edf7369fab1908021278871864fbd8d36f781a0a70f1cd282756003 - 0.0% (877 Bytes)
[#009] sha256:1fe4776234c7c587b2c61a73910b916478b9f86d7966190292642ce45cbba720 - 0.01% (11.5 KB)
[#010] sha256:8a45be33ec1b8f340d450f0feddc6abac91a7dac2eac9ba86688fad9e20ee533 - 0.0% (6.05 KB)
[#011] sha256:1c48f8865d7b6dcaab7339708b996ac56717348dbe5609bca3678e554e472107 - 0.01% (7.6 KB)
[#012] sha256:a64d86ca81ec13482512e83b7b243c44283c70d25c33ceb903c8c9e4ab4687fd - 0.0% (413 Bytes)
[#013] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#014] sha256:b355eafa7844afa4bbe5f7f75a928593765410d4ebac3baebe691edf5659194c - 8.36% (11.7 MB)
/bin/sh -c #(nop) ADD file:d978f6d3025a06f5142a0c13c98bf12fbd47cdf9162ed31fbc05c86983b0a679 in /
2022-07-12 01:20:10 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-07-21 05:53:20 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 ca-certificates curl 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/debian/ bullseye 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~bullseye unit-python3.9=1.27.0-1~bullseye && rm -rf /var/lib/apt/lists/* # buildkit
2022-07-21 05:55:00 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2022-07-21 05:55:00 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH
2022-07-21 05:55:00 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2022-07-21 05:55:00 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2022-07-21 05:55:00 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
2022-07-21 05:55:00 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2022-07-21 05:55:01 UTC (buildkit.dockerfile.v0)COPY docker/housekeeping.sh /opt/netbox/housekeeping.sh # buildkit
2022-07-21 05:55:01 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2022-07-21 05:55:01 UTC (buildkit.dockerfile.v0)COPY startup_scripts/ /opt/netbox/startup_scripts/ # buildkit
2022-07-21 05:55:01 UTC (buildkit.dockerfile.v0)COPY initializers/ /opt/netbox/initializers/ # buildkit
2022-07-21 05:55:01 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2022-07-21 05:55:01 UTC (buildkit.dockerfile.v0)COPY docker/nginx-unit.json /etc/unit/ # buildkit
2022-07-21 05:55:01 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2022-07-21 05:55:19 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-07-21 05:55:19 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8
2022-07-21 05:55:19 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2022-07-21 05:55:19 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]
2022-07-21 05:55: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=
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.