2024-09-17 05:55:29 UTC
206 MB
C.utf8
PATH/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:dafa2b0c44d2cfb0be6721f079092ddf15dc8bc537fb07fe7c3264c15cb2e8e6 - 13.79% (28.4 MB)
[#001] sha256:7fb36e588b77c39133b5e9ac1c59e2bd16fb69b56c5c7c26769fb3df9014c592 - 19.46% (40 MB)
[#002] sha256:a8288c48f10052b9be940d2ff1515632915f787ecb2dab696497ada657d715cb - 49.91% (103 MB)
[#003] sha256:635e5007b56ab1bf79a8a89a74bfca54e6faed2b30a9df8e543147f6640dadd7 - 6.03% (12.4 MB)
[#004] sha256:92c65fc995d63203802065e49deb04b4f192cc247728f2aaaaeab0fc84fe58d6 - 0.0% (741 Bytes)
[#005] sha256:fe4ac831271932943a1ed49d7dafa772499adb56dc3f8517b79283111c16ad84 - 0.0% (1.08 KB)
[#006] sha256:a58058e0972899e26e03ef2e124fd955fb17f9777d8f8f839dcd65f7b1f5bda8 - 0.0% (414 Bytes)
[#007] sha256:4f1fbe9566421ae1b264afc49fa0b002fcb30bf9082f23d30ae00006a469bfb4 - 0.0% (1.56 KB)
[#008] sha256:a485cb900afdde906998683857d3421fee6fc08bd5d945ff4cf3ec72f78067cf - 0.0% (319 Bytes)
[#009] sha256:b11261db9c10f23b03fab8c737a22148e31764cf951833cb46f2272ec9c951a4 - 0.0% (887 Bytes)
[#010] sha256:9c3a3a3bb2cab74771e0c5a41c1b211600f2823da7a5f16c2d426a286eb9be83 - 0.0% (9.29 KB)
[#011] sha256:8fd25e4baa13247a01dfcf48429167aec57208c3277c23ffa8e60fd6d559130e - 0.0% (473 Bytes)
[#012] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#013] sha256:278853bceffc271fab3109bae4ffc3a8ffb5d50c1d78e4ebcf266d61cac5e41f - 10.8% (22.2 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-08-27 15:55:01 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-08-27 15:55:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-08-27 15:55:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2024-08-27 15:55:03 UTC/bin/sh -c #(nop) ADD file:aaeb92d3288093ff43a69d19f9133475372ca003b6de902066a2d4641eec2456 in /
2024-08-27 15:55:03 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-09-17 05:49:00 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 openssh-client openssl python3 tini && curl --silent --output /etc/apt/keyrings/nginx-keyring.gpg https://unit.nginx.org/keys/nginx-keyring.gpg && echo "deb [signed-by=/etc/apt/keyrings/nginx-keyring.gpg] https://packages.nginx.org/unit/ubuntu/ mantic unit" > /etc/apt/sources.list.d/unit.list && apt-get update -qq && apt-get install --yes -qq --no-install-recommends unit=1.32.1-1~mantic unit-python3.12=1.32.1-1~mantic && rm -rf /var/lib/apt/lists/* # buildkit
2024-09-17 05:55:14 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2024-09-17 05:55:15 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH
2024-09-17 05:55:15 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2024-09-17 05:55:15 UTC (buildkit.dockerfile.v0)COPY /requirements.txt /requirements-container.txt /opt/netbox/ # buildkit
2024-09-17 05:55:15 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2024-09-17 05:55:15 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
2024-09-17 05:55:15 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2024-09-17 05:55:16 UTC (buildkit.dockerfile.v0)COPY docker/housekeeping.sh /opt/netbox/housekeeping.sh # buildkit
2024-09-17 05:55:16 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2024-09-17 05:55:16 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2024-09-17 05:55:16 UTC (buildkit.dockerfile.v0)COPY docker/nginx-unit.json /etc/unit/ # buildkit
2024-09-17 05:55:17 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2024-09-17 05:55:29 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
2024-09-17 05:55:29 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
2024-09-17 05:55:29 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2024-09-17 05:55:29 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]
2024-09-17 05:55:29 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=
2024-09-17 05:58:52 UTC
203 MB
C.utf8
PATH/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:6e59cb05818e49ea83cbe79bd46eb80418dfe3cb3735b45570f93a23579e2cec - 13.58% (27.5 MB)
[#001] sha256:0651435beca498d934df83a7c243f4a3e66afc4f62b18cf56728bdd1ff4c7295 - 19.52% (39.6 MB)
[#002] sha256:e9825d3aa90aece3c7cbc60b7baba342abea2f0e849e0c3d310a23e723d040e7 - 49.83% (101 MB)
[#003] sha256:38e9bcff512f3fedad70cbda65cb2eec4230a1ab1734ce52167a71f6da312745 - 6.11% (12.4 MB)
[#004] sha256:030c82e123ae1608798ed096b23bae754e0bdc6a538ebb7a48ebe70c8c4f3eb2 - 0.0% (740 Bytes)
[#005] sha256:0e475f7ab79dff5e12a4edd99bbdba19769815d45956c8b6c0a2213e0e0ae959 - 0.0% (1.08 KB)
[#006] sha256:708bacfd48f38c34c123ac54d565278f893c273cc33399018d703d871242e510 - 0.0% (414 Bytes)
[#007] sha256:22951222405a78d4d7f730fd213411a91eec6339ccc953f4b088490579101b1b - 0.0% (1.56 KB)
[#008] sha256:b271f02917d5c1c3b55e2050a40997f1307628dccc8ee3c81c57d5396c360d7d - 0.0% (319 Bytes)
[#009] sha256:6e953205dca55ba7c426cd6d883ffba85e75924b4a9b8280c6c8324599f49372 - 0.0% (889 Bytes)
[#010] sha256:a42d0b8ebfd92fc983751637e7c721af510e7f2398bfc2e3516a1aae6122b965 - 0.0% (9.29 KB)
[#011] sha256:1e66a62270903dcb6e87c036bb36ed980d936c2483f77dc0a3b6c7b043919798 - 0.0% (474 Bytes)
[#012] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#013] sha256:94b61d49dc467dd5357ca5afaeba9dee50097a033a33c5b8ee387c85e4101ee2 - 10.95% (22.2 MB)
/bin/sh -c #(nop) ARG RELEASE
2024-08-27 15:55:18 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-08-27 15:55:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-08-27 15:55:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2024-08-27 15:55:20 UTC/bin/sh -c #(nop) ADD file:326f7645aedaef39f6ed8d915cfab4d497b0b35ba156d1d1449a5a2eea30f71c in /
2024-08-27 15:55:20 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-09-17 05:49:03 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 openssh-client openssl python3 tini && curl --silent --output /etc/apt/keyrings/nginx-keyring.gpg https://unit.nginx.org/keys/nginx-keyring.gpg && echo "deb [signed-by=/etc/apt/keyrings/nginx-keyring.gpg] https://packages.nginx.org/unit/ubuntu/ mantic unit" > /etc/apt/sources.list.d/unit.list && apt-get update -qq && apt-get install --yes -qq --no-install-recommends unit=1.32.1-1~mantic unit-python3.12=1.32.1-1~mantic && rm -rf /var/lib/apt/lists/* # buildkit
2024-09-17 05:58:37 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2024-09-17 05:58:38 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH
2024-09-17 05:58:38 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2024-09-17 05:58:38 UTC (buildkit.dockerfile.v0)COPY /requirements.txt /requirements-container.txt /opt/netbox/ # buildkit
2024-09-17 05:58:38 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2024-09-17 05:58:38 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
2024-09-17 05:58:38 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2024-09-17 05:58:38 UTC (buildkit.dockerfile.v0)COPY docker/housekeeping.sh /opt/netbox/housekeeping.sh # buildkit
2024-09-17 05:58:38 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2024-09-17 05:58:38 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2024-09-17 05:58:39 UTC (buildkit.dockerfile.v0)COPY docker/nginx-unit.json /etc/unit/ # buildkit
2024-09-17 05:58:39 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2024-09-17 05:58:52 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
2024-09-17 05:58:52 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
2024-09-17 05:58:52 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2024-09-17 05:58:52 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]
2024-09-17 05:58:52 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.