2023-05-07 06:03:18 UTC
158 MB
C.utf8
PATH/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:dbf6a9befcdeecbb8813406afbd62ce81394e3869d84599f19f941aa5c74f3d1 - 17.83% (28.2 MB)
[#001] sha256:a02d7284df433c3748cecbb5fa5944321df5d0bbd146ca64e524824bb7634503 - 20.34% (32.1 MB)
[#002] sha256:28ce2d2bcba51c0f16f27df6b536ee0f145c261f718940f737918ce0a9a5a746 - 48.82% (77.1 MB)
[#003] sha256:a1a5643f56ab279ea8e2d60bb936512ff0d3d14e767407ad22e98c92fa2cf77e - 3.37% (5.32 MB)
[#004] sha256:a7aa79ca4c2e01cb69e2b93696b948d6bd1f055001e3abcd8cd3e830f50b54e5 - 0.0% (688 Bytes)
[#005] sha256:f80753bd71a8b19cf0798ee70a53f93cdf090f58bc85542d303179bd95168c12 - 0.0% (1.09 KB)
[#006] sha256:ad866210171badf11a49dd3295fc983508c6200d7e4ae4fcb55bdb3126b36337 - 0.0% (422 Bytes)
[#007] sha256:7f467498217d452303b6640859181fc5922bd2992df6df0fa036dc4e5b0a291f - 0.0% (1.55 KB)
[#008] sha256:7773c047d3b465ffc457d7914a4c79614bcb0a7c7cdc8b87605a8f96b30e20b6 - 0.0% (329 Bytes)
[#009] sha256:2cb2ff45797d91ce7ca97249356ce0c8f75764b2ef70b603e8f0446cb78a837b - 0.0% (892 Bytes)
[#010] sha256:cf4b5618669101a12b0661cdab73c8c284c75032c9612f1ffc3b97218bdd004e - 0.01% (8.57 KB)
[#011] sha256:ff385c4ba1b7c72e685483f544307bc674b07c6aeb30d976b13292afb4d346f6 - 0.0% (482 Bytes)
[#012] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#013] sha256:b81c7602af9cfe4a54527ba7a940207cf04dac7e225af097e6e6b69d683297c4 - 9.64% (15.2 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-04-25 17:30:47 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-04-25 17:30:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-04-25 17:30:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-04-25 17:30:49 UTC/bin/sh -c #(nop) ADD file:2fc6364d149eccc7f94ead482a0dcf24b0e44cc0d00ac6a2c1797776153e9608 in /
2023-04-25 17:30:49 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-05-07 06:01:32 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-05-07 06:03:04 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2023-05-07 06:03:04 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH
2023-05-07 06:03:04 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2023-05-07 06:03:04 UTC (buildkit.dockerfile.v0)COPY /requirements.txt /requirements-container.txt /opt/netbox/ # buildkit
2023-05-07 06:03:04 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2023-05-07 06:03:04 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
2023-05-07 06:03:04 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2023-05-07 06:03:04 UTC (buildkit.dockerfile.v0)COPY docker/housekeeping.sh /opt/netbox/housekeeping.sh # buildkit
2023-05-07 06:03:04 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2023-05-07 06:03:04 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2023-05-07 06:03:04 UTC (buildkit.dockerfile.v0)COPY docker/nginx-unit.json /etc/unit/ # buildkit
2023-05-07 06:03:04 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2023-05-07 06:03:18 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-05-07 06:03:18 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-05-07 06:03:18 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2023-05-07 06:03:18 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]
2023-05-07 06:03:18 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-05-07 06:14:45 UTC
155 MB
C.utf8
PATH/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:79d0ea7dc1a848165a31e288cada1fa51dcd9bf302a305fe83a353c5c407110b - 16.85% (26.1 MB)
[#001] sha256:549442152fd983026689f54c8bacfaee54517c3aac077276f2166a7a641406f7 - 20.61% (31.9 MB)
[#002] sha256:024128e90e72e4e4e337eceef9e27818671e382874954eed6cb28e60425f09f5 - 49.25% (76.2 MB)
[#003] sha256:9302b68f97a5a1d541dcdc9975b6c08925ea9cd155ced6e99c34ca8e6d4101a5 - 3.44% (5.32 MB)
[#004] sha256:ac15d660478fcc522cced0fb1ee5f4c164c9355882b18112e109d33d1bdb4405 - 0.0% (689 Bytes)
[#005] sha256:dfdba4a14fb47fe740d440e488304be7bfb013e0fdb0cc8b0a95774d3bbb098e - 0.0% (1.1 KB)
[#006] sha256:e7586455eda186f53f9babd6ee53072b6022fd25269606a97d9a3fce74c44adb - 0.0% (424 Bytes)
[#007] sha256:df42489eda958d874a32ea8352f439ee31d9455ecc76b200d0c1f4a00b7b3211 - 0.0% (1.55 KB)
[#008] sha256:cb223b900d6b87752612e2366e49fe585a2d7a85df252b846fec6e57e9f1640b - 0.0% (329 Bytes)
[#009] sha256:1422c14f9a0a9437f3122db7fae475eb54ec8c06cef9d58a425a64f68589acce - 0.0% (895 Bytes)
[#010] sha256:ea0c774ce451ec1daa0a1a14e66c2517df6859675465e9e70bf45a47c28e5d6e - 0.01% (8.57 KB)
[#011] sha256:e8cdae7a54f99b377a5b691c9f2bdbe123540c1ecbb2e12c362f8a1764e2d2a0 - 0.0% (482 Bytes)
[#012] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#013] sha256:6d0741340c83f81bfb30e4c0837fbdf1296aaeff6a4946ca766e29bbccb9f04a - 9.84% (15.2 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-04-25 17:31:58 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-04-25 17:31:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-04-25 17:31:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-04-25 17:32:02 UTC/bin/sh -c #(nop) ADD file:aee0d7770ef2f24dc9697e86d391529d001a4013b6e30a3ac90a57932814a57e in /
2023-04-25 17:32:02 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-05-07 06:04:27 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-05-07 06:13:21 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2023-05-07 06:13:22 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH
2023-05-07 06:13:22 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2023-05-07 06:13:22 UTC (buildkit.dockerfile.v0)COPY /requirements.txt /requirements-container.txt /opt/netbox/ # buildkit
2023-05-07 06:13:22 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2023-05-07 06:13:22 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
2023-05-07 06:13:22 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2023-05-07 06:13:22 UTC (buildkit.dockerfile.v0)COPY docker/housekeeping.sh /opt/netbox/housekeeping.sh # buildkit
2023-05-07 06:13:22 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2023-05-07 06:13:22 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2023-05-07 06:13:22 UTC (buildkit.dockerfile.v0)COPY docker/nginx-unit.json /etc/unit/ # buildkit
2023-05-07 06:13:22 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2023-05-07 06:14:45 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-05-07 06:14:45 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-05-07 06:14:45 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2023-05-07 06:14:45 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]
2023-05-07 06:14:45 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.