2021-03-26 06:09:34 UTC
110 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:9aae54b2144e5b2b00c610f8805128f4f86822e1e52d3714c463744a431f0f4a - 2.43% (2.68 MB)
[#001] sha256:4bb98c09b9618fe1cf117853fe3c99bc1d6d31ac47cb31486a57189756783a5e - 32.42% (35.7 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:d95cd5750b24ee9a598d2df7be7c49d8493c9f5e3ea2d3c6ebe082a4b079ba16 - 50.26% (55.4 MB)
[#004] sha256:ebfd8d1a123a4c8e4ad46384fcecfcd3ce252403aa1d18547417870a31609cf5 - 6.12% (6.75 MB)
[#005] sha256:a88d1aa527c250e0928727895e8db1ea94953c3d1d76a65d4d0b7dc4c138fbd9 - 0.0% (1.06 KB)
[#006] sha256:703ea2ce97ee9713b50ed3ae16e1759c78b0c78f81d7fdb450a2a537c12cec6b - 0.0% (1.15 KB)
[#007] sha256:63c3d32eedd78d3b5a4bb329a18eeb8b6089f5c68efebc3fdab160422220415c - 0.0% (862 Bytes)
[#008] sha256:379b334948756a16204c34ec86d0366bb95e4ea34790949fc5c600c35c976033 - 0.01% (7.01 KB)
[#009] sha256:e6b8c1e7d4b00a616e41e49cd2b2b2254e84ab4be7330be6111e9df570d72615 - 0.0% (4.53 KB)
[#010] sha256:4043ec59848bd770c7aa7b6d5ffcf979182f27f745747679e85cc0612e1c91a4 - 0.01% (6.45 KB)
[#011] sha256:f2d4cd35b99539d6123c0b8b6af4e2d90a20d8bbf5e2baed8c7d343929d21285 - 0.0% (405 Bytes)
[#012] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#013] sha256:f3dc6f53867335c469fb624fd30cfb3b5046a9d85560461ebcd86236cc2d1442 - 6.92% (7.63 MB)
[#014] sha256:be01f995c0f4c828a9741056bc7fb4b7c1902fa6750a1ba5874e844260f2ee25 - 1.82% (2 MB)
[#015] sha256:f38dacd11ad1644649b5baede3c5dd387c598362516d64aa5620bf66265a2fae - 0.0% (414 Bytes)
/bin/sh -c #(nop) ADD file:6b081cabb4b256ee07587d249c4989b5b679375529542b81550a65b6f19f274e in /
2021-03-25 22:19:32 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-03-26 06:01:04 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache bash ca-certificates curl graphviz libevent libffi libjpeg-turbo libressl libxslt postgresql-libs python3 py3-pip ttf-ubuntu-font-family unit unit-python3 # buildkit
2021-03-26 06:01:04 UTC (buildkit.dockerfile.v0)WORKDIR /opt
2021-03-26 06:09:20 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2021-03-26 06:09:21 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH
2021-03-26 06:09:21 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2021-03-26 06:09:21 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2021-03-26 06:09:21 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2021-03-26 06:09:21 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2021-03-26 06:09:21 UTC (buildkit.dockerfile.v0)COPY startup_scripts/ /opt/netbox/startup_scripts/ # buildkit
2021-03-26 06:09:21 UTC (buildkit.dockerfile.v0)COPY initializers/ /opt/netbox/initializers/ # buildkit
2021-03-26 06:09:21 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2021-03-26 06:09:21 UTC (buildkit.dockerfile.v0)COPY docker/nginx-unit.json /etc/unit/ # buildkit
2021-03-26 06:09:21 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2021-03-26 06:09:23 UTC (buildkit.dockerfile.v0)RUN |1 NETBOX_PATH=.netbox /bin/sh -c mkdir -p static /opt/unit/state/ /opt/unit/tmp/ && chmod -R g+w media /opt/unit/ && SECRET_KEY="dummy" /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input # buildkit
2021-03-26 06:09:23 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/opt/netbox/docker-entrypoint.sh"]
2021-03-26 06:09:23 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/launch-netbox.sh"]
2021-03-26 06:09:23 UTC (buildkit.dockerfile.v0)LABEL ORIGINAL_TAG= NETBOX_GIT_BRANCH= NETBOX_GIT_REF= NETBOX_GIT_URL= org.label-schema.schema-version=1.0 org.label-schema.build-date= org.label-schema.name=NetBox Docker org.label-schema.description=A container based distribution of NetBox, the free and open IPAM and DCIM solution. org.label-schema.vendor=The netbox-docker contributors. org.label-schema.url=https://github.com/netbox-community/netbox-docker org.label-schema.usage=https://github.com/netbox-community/netbox-docker/wiki org.label-schema.vcs-url=https://github.com/netbox-community/netbox-docker.git org.label-schema.vcs-ref= org.label-schema.version=snapshot 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=snapshot
2021-03-26 06:09:34 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache libsasl libldap util-linux # buildkit
2021-03-26 06:09:34 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
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.