2021-08-13 06:02:27 UTC
111 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:540db60ca9383eac9e418f78490994d0af424aab7bf6d0e47ac8ed4e2e9bcbba - 2.41% (2.68 MB)
[#001] sha256:454f9c382543915e057a6be8b25db5db3c3dfc05b18cb537f50b3cd1ae8f6ee6 - 32.18% (35.8 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:6ed71b5f9f424dbb9a94d4a2131011edab6b0361fd8d40069c3b7d9661af6490 - 50.6% (56.2 MB)
[#004] sha256:6f050134c301dc3faa09fda9dc4b16c1e8ec7ef53a6be19ab2b963a358f92b0a - 6.12% (6.8 MB)
[#005] sha256:67eb9b95b2e56937cb0c6ff6ac84fecc0e18d07258df682c8c5d8e5847582b25 - 0.0% (1.06 KB)
[#006] sha256:537cc6503d943d1e24aa23433aa0770678c01ac0ea9c466d1d6247217d481cba - 0.0% (1.14 KB)
[#007] sha256:f3f7397f92e3e5220b44b565613b6f571bbe8d1727d8d8674c56efd6f06d9ee9 - 0.0% (862 Bytes)
[#008] sha256:3706be4865a87dea443a972196ee95ebbc1bd334824cd79f69dbb80ec4bbd1ee - 0.01% (7.35 KB)
[#009] sha256:91d4d493e0bb881281e62b9ee47a90798c8d0994d4158c838e85aa47723ddcf9 - 0.0% (4.7 KB)
[#010] sha256:cdbddbb1860fc10a2e89fb35d4c8a87395fb6db491c8ddd0988040c7b952c0d5 - 0.01% (7.41 KB)
[#011] sha256:01b8ed237fe00af50ef28bb0ee3c9a1dce90434b56b22b26aaa5031ea90f3747 - 0.0% (404 Bytes)
[#012] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#013] sha256:a73d94cfb60f093d126548ce707d59806109805a522dc321db794717b2b997fb - 6.87% (7.64 MB)
[#014] sha256:4d637c16c78080e401376b169d8c46f8a303429fc1b882a2c54123da305463ae - 1.8% (2 MB)
[#015] sha256:750bf79dff8c921526e630aea1bc8c78f2e611e36fa3eec8cf1fcf2f1822794d - 0.0% (415 Bytes)
/bin/sh -c #(nop) ADD file:8ec69d882e7f29f0652d537557160e638168550f738d0d49f90a7ef96bf31787 in /
2021-04-14 19:19:39 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-13 05:52:01 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-08-13 05:52:01 UTC (buildkit.dockerfile.v0)WORKDIR /opt
2021-08-13 06:02:09 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2021-08-13 06:02:09 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH
2021-08-13 06:02:09 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2021-08-13 06:02:09 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2021-08-13 06:02:09 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2021-08-13 06:02:09 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2021-08-13 06:02:09 UTC (buildkit.dockerfile.v0)COPY startup_scripts/ /opt/netbox/startup_scripts/ # buildkit
2021-08-13 06:02:09 UTC (buildkit.dockerfile.v0)COPY initializers/ /opt/netbox/initializers/ # buildkit
2021-08-13 06:02:09 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2021-08-13 06:02:10 UTC (buildkit.dockerfile.v0)COPY docker/nginx-unit.json /etc/unit/ # buildkit
2021-08-13 06:02:10 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2021-08-13 06:02:12 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-08-13 06:02:12 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/opt/netbox/docker-entrypoint.sh"]
2021-08-13 06:02:12 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/launch-netbox.sh"]
2021-08-13 06:02:12 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-08-13 06:02:27 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache libsasl libldap util-linux # buildkit
2021-08-13 06:02:27 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.