2023-08-30 06:08:45 UTC
162 MB
C.utf8
PATH/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:b237fe92c4173e4dfb3ba82e76e5fed4b16186a6161e07af15814cb40eb9069d - 17.35% (28.2 MB)
[#001] sha256:6a617ac9456365159425033b396c447fc398bb7ec6bc216b7965533ac11a1463 - 20.69% (33.6 MB)
[#002] sha256:cfd9543088777192c37d480f164261d59f71de15217f5dc0f89060a292e438ea - 49.11% (79.7 MB)
[#003] sha256:5134980aab69242203824b66a554ed94dbd7114a8e1c8b65f7ad95b1cc1a6eeb - 3.31% (5.38 MB)
[#004] sha256:2d63f86e2a323e47d55dab30234c8d7772e4d1e89c2fc3321df8f24563eebc99 - 0.0% (683 Bytes)
[#005] sha256:b13e51690775a34f0cf3689c8f0184653370c03d9b9652e10a54048fee54b02e - 0.0% (1.09 KB)
[#006] sha256:5edb1ad07f14e6bce4024f92bfaea84d54a258572fc15e41aea627df7cec06f2 - 0.0% (417 Bytes)
[#007] sha256:8f4a6801dff34cf45f5cf81f0f3926fdedc687037d855db176d5287ef3d2430e - 0.0% (1.55 KB)
[#008] sha256:32c3215124b00a3e3c9bf1867225665812e0931d68d7b56e3edf0a5c41837b55 - 0.0% (319 Bytes)
[#009] sha256:8c944490056dd4903661332e3ac30292c1947eaad96ac3066b866682dd89cec2 - 0.0% (886 Bytes)
[#010] sha256:cb95b57c36d5a1a6e28f68bd860efff970dcc299b7ebc0fdeaeba291e4ef377d - 0.01% (8.56 KB)
[#011] sha256:151e55ea42c51eaa205fd84f8facf4876f17761c41be38f33dfdfb8a5a1a474d - 0.0% (473 Bytes)
[#012] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#013] sha256:a8fca471b2dca3007c57edfa78264201b229b2550d4a6d9a3e8f97aac7531309 - 9.53% (15.5 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-08-04 04:52:57 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-08-04 04:52:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-08-04 04:52:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-08-04 04:52:59 UTC/bin/sh -c #(nop) ADD file:bb1fa1d9d012ae826908afdce8c9fa2feebf221b2ab032e1535255905144411a in /
2023-08-04 04:53:00 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-08-30 06:06:22 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-08-30 06:08:25 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2023-08-30 06:08:26 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH
2023-08-30 06:08:26 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2023-08-30 06:08:26 UTC (buildkit.dockerfile.v0)COPY /requirements.txt /requirements-container.txt /opt/netbox/ # buildkit
2023-08-30 06:08:26 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2023-08-30 06:08:26 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
2023-08-30 06:08:26 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2023-08-30 06:08:26 UTC (buildkit.dockerfile.v0)COPY docker/housekeeping.sh /opt/netbox/housekeeping.sh # buildkit
2023-08-30 06:08:26 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2023-08-30 06:08:26 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2023-08-30 06:08:26 UTC (buildkit.dockerfile.v0)COPY docker/nginx-unit.json /etc/unit/ # buildkit
2023-08-30 06:08:26 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2023-08-30 06:08: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-08-30 06:08: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-08-30 06:08:45 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2023-08-30 06:08:45 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]
2023-08-30 06:08: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=
2023-08-30 06:26:42 UTC
159 MB
C.utf8
PATH/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:db76c1f8aa176de7f2698c761088ac1e18cdbbafa6210e405f310221c7a9ea6a - 16.39% (26.1 MB)
[#001] sha256:bfa7cef584eb6f4db441a83d8b110b890a9d25fb01f3aa3573e18046f3ef4147 - 20.92% (33.3 MB)
[#002] sha256:186ae715dcbb8a602cc0846bdbff5d36c1b07b34a26d040cf1e859a6ff74f390 - 49.57% (78.9 MB)
[#003] sha256:3739c3b336e7357fad424110bd59f75b07ff00d0c7768d8572a080b32340a90d - 3.38% (5.38 MB)
[#004] sha256:e4a583bcc6fdf28caf401f43b65f48daa9a2be0d52334ce2ac21e0e307cf54ce - 0.0% (683 Bytes)
[#005] sha256:831acbcd649a968357745d55286014c727f40e3acd915158494e6ea4b31a187c - 0.0% (1.09 KB)
[#006] sha256:1cff9c5994ff8be231390baedfd81c5846a6c4206ed0dc703a062bf00c88cc12 - 0.0% (416 Bytes)
[#007] sha256:2c1685c6502285b5766f38bd844aaec065e3bfcab520aed847c71a48c1e41704 - 0.0% (1.54 KB)
[#008] sha256:ef519d61fbb19caf41d22af413ee1ab7f9020b1236bc0def831082c4e41ffcd4 - 0.0% (317 Bytes)
[#009] sha256:6dfc2e7a62cbd16eda0660ee1a4a54955d2e5e206208065230a9c90f5bef635b - 0.0% (883 Bytes)
[#010] sha256:eae336055bb5c6b79b40815029ecc14d22652224b90542108ddb8c320f6e716b - 0.01% (8.56 KB)
[#011] sha256:c345af4119bbde61ac5791ec530c1051e739331f9ccb577a3b5c26316e86eac2 - 0.0% (475 Bytes)
[#012] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#013] sha256:f7fe83a4f1d149108dbb3904dbcfab3e49dce172c7c95e4cd766b234a3c61d26 - 9.73% (15.5 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-08-04 04:51:14 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-08-04 04:51:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-08-04 04:51:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-08-04 04:51:18 UTC/bin/sh -c #(nop) ADD file:5cf7797cf86362218d2bd85debeff136ee897af7eef95a0b8baab9f9457c3e89 in /
2023-08-04 04:51:18 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-08-30 06:10:31 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-08-30 06:24:18 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2023-08-30 06:24:19 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH
2023-08-30 06:24:19 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2023-08-30 06:24:19 UTC (buildkit.dockerfile.v0)COPY /requirements.txt /requirements-container.txt /opt/netbox/ # buildkit
2023-08-30 06:24:19 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2023-08-30 06:24:19 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
2023-08-30 06:24:19 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2023-08-30 06:24:19 UTC (buildkit.dockerfile.v0)COPY docker/housekeeping.sh /opt/netbox/housekeeping.sh # buildkit
2023-08-30 06:24:19 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2023-08-30 06:24:19 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2023-08-30 06:24:19 UTC (buildkit.dockerfile.v0)COPY docker/nginx-unit.json /etc/unit/ # buildkit
2023-08-30 06:24:19 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2023-08-30 06:26:42 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-08-30 06:26:42 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-08-30 06:26:42 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2023-08-30 06:26:42 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]
2023-08-30 06:26:42 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.