2023-06-02 06:05:46 UTC
161 MB
C.utf8
PATH/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:837dd4791cdc6f670708c3a570b72169263806d7ccc2783173b9e88f94878271 - 17.45% (28.2 MB)
[#001] sha256:e7d66a2ed357665e290e87fd47cd458bfbd946c3da54b9221e4ed826a730f235 - 21.58% (34.8 MB)
[#002] sha256:4aa2609a41854ea9f29cb190c4716d415ec94eb2cbfa6ca03a255dd7f2e1ee29 - 48.21% (77.8 MB)
[#003] sha256:58a1a7e6eb002f5eef6a41d1191f7188ae9160dc0242f456095fdbdff07619ac - 3.3% (5.33 MB)
[#004] sha256:6399d3449f67d2ab69e5085675d6ff400eff58e53a1216d1b4a112ab291ca67a - 0.0% (684 Bytes)
[#005] sha256:a5158babfc9a8da4b7f78a46b55669472c9304928f67db78b80478dd099eebb8 - 0.0% (1.09 KB)
[#006] sha256:0f14d9177aab059bcf196a02561e371fe5d879092ba2372a24e9af4e71a013b2 - 0.0% (416 Bytes)
[#007] sha256:6be417d443359cda9e54dfcf74a246bbc7cf27ee3860b42377201b17e9a79e6e - 0.0% (1.55 KB)
[#008] sha256:002bd2b6b59c3c2c6b8f52e15ce147c96c478b00a741e9d9373799c48d5b61f7 - 0.0% (319 Bytes)
[#009] sha256:5fafe4bf9a1632afc06c0271f41b0d40e4adaad501f85c488536e987d31e3f2a - 0.0% (885 Bytes)
[#010] sha256:4d772056169a0263bd07699e45979308e873febd890672c294b9a36cc8427050 - 0.01% (8.56 KB)
[#011] sha256:299c3cdc0734d233ecfde0e34fba5a81414410cc253e4f98fd8d0020ad440573 - 0.0% (473 Bytes)
[#012] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#013] sha256:b4418bb11fbe414caa4f37e1ba9b8adbb7c1f86611b4b47c180ed1a783a79f36 - 9.45% (15.3 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-05-22 17:45:50 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-05-22 17:45:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-05-22 17:45:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-05-22 17:45:52 UTC/bin/sh -c #(nop) ADD file:2fd2684e989d275c95e18b6f6e9ccf57ca1382ecd8faf4a66961ede28102dedf in /
2023-05-22 17:45:52 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-06-02 06:03:41 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 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.29.1-1~jammy unit-python3.10=1.29.1-1~jammy && rm -rf /var/lib/apt/lists/* # buildkit
2023-06-02 06:05:29 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2023-06-02 06:05:30 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH
2023-06-02 06:05:30 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2023-06-02 06:05:30 UTC (buildkit.dockerfile.v0)COPY /requirements.txt /requirements-container.txt /opt/netbox/ # buildkit
2023-06-02 06:05:30 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2023-06-02 06:05:30 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
2023-06-02 06:05:30 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2023-06-02 06:05:30 UTC (buildkit.dockerfile.v0)COPY docker/housekeeping.sh /opt/netbox/housekeeping.sh # buildkit
2023-06-02 06:05:30 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2023-06-02 06:05:30 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2023-06-02 06:05:30 UTC (buildkit.dockerfile.v0)COPY docker/nginx-unit.json /etc/unit/ # buildkit
2023-06-02 06:05:30 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2023-06-02 06:05:46 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/ && SECRET_KEY="dummyKeyWithMinimumLength-------------------------" /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input # buildkit
2023-06-02 06:05:46 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
2023-06-02 06:05:46 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2023-06-02 06:05:46 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]
2023-06-02 06:05:46 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=
2023-06-02 06:18:12 UTC
158 MB
C.utf8
PATH/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:952b15bbc7fb957dead5972b258558130aeda588416c0a7a861e916fc08b36d7 - 16.5% (26.1 MB)
[#001] sha256:6521d0e43dd9c2beecc0ddb1d0ab6454eff5c7349ae3830ac09e44e14e58846c - 21.79% (34.4 MB)
[#002] sha256:3d7585cbf3c45f7c144cf521825efc1183e5a047cdfbbf9ba04c567b315d2710 - 48.68% (76.9 MB)
[#003] sha256:ac39c85096f67d29e53fe7824cdaf759beb234bf62932357cd174ad442280a5b - 3.37% (5.33 MB)
[#004] sha256:f6ab87ee47423f58698b609c40bc4bced4f4d9d797eb39785681d543738ce2d5 - 0.0% (685 Bytes)
[#005] sha256:ed9c675eceebeb3e26e0daf9fa4c3cc8b6edd3fc618ce213b81674155ef52c70 - 0.0% (1.09 KB)
[#006] sha256:2bc6faae07566ffaac1d544874ce5e463ac9a1c66c44511ab5d1152afc537c1f - 0.0% (416 Bytes)
[#007] sha256:b27679dcf352b7535707322a012dad5010b326aed90d59a77c3efb30f7392b12 - 0.0% (1.55 KB)
[#008] sha256:a89184a47627b7c3d946f67d6c745eceaaed4f57ddff00b8493865fe4607c1ff - 0.0% (320 Bytes)
[#009] sha256:42126d1ec34ccdfaa7f5cdbc59857ff467ae3cb2e607c56fc813790fce7739dc - 0.0% (885 Bytes)
[#010] sha256:9afafa5d4223839c62447e509b4bfb53ffbe327e0d65ecde17815302a3a44b4c - 0.01% (8.56 KB)
[#011] sha256:9c33646ceeb484172f684509f671357c3974b027ea1c11c81809d5e4b921664e - 0.0% (474 Bytes)
[#012] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#013] sha256:54bf92f2ac80e0174a7f649c5c40c56d9c10d845ec1091bcb65e9ee91179bf1d - 9.65% (15.3 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-05-22 17:53:01 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-05-22 17:53:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-05-22 17:53:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-05-22 17:53:07 UTC/bin/sh -c #(nop) ADD file:f0435ed8dcf91cc69ec63b6b16d9efac56e5a6a7ec518e1fcc3df7457d3113ed in /
2023-05-22 17:53:08 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-06-02 06:06:58 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 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.29.1-1~jammy unit-python3.10=1.29.1-1~jammy && rm -rf /var/lib/apt/lists/* # buildkit
2023-06-02 06:16:39 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2023-06-02 06:16:40 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH
2023-06-02 06:16:40 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2023-06-02 06:16:40 UTC (buildkit.dockerfile.v0)COPY /requirements.txt /requirements-container.txt /opt/netbox/ # buildkit
2023-06-02 06:16:40 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2023-06-02 06:16:40 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
2023-06-02 06:16:40 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2023-06-02 06:16:40 UTC (buildkit.dockerfile.v0)COPY docker/housekeeping.sh /opt/netbox/housekeeping.sh # buildkit
2023-06-02 06:16:40 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2023-06-02 06:16:40 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2023-06-02 06:16:40 UTC (buildkit.dockerfile.v0)COPY docker/nginx-unit.json /etc/unit/ # buildkit
2023-06-02 06:16:40 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2023-06-02 06:18:12 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/ && SECRET_KEY="dummyKeyWithMinimumLength-------------------------" /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input # buildkit
2023-06-02 06:18:12 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
2023-06-02 06:18:12 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2023-06-02 06:18:12 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]
2023-06-02 06:18:12 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.