2023-03-29 10:23:32 UTC
172 MB
C.utf8
PATH/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:2ab09b027e7f3a0c2e8bb1944ac46de38cebab7145f0bd6effebfe5492c818b6 - 16.34% (28.2 MB)
[#001] sha256:27c804804746d47264e4f29d377f4a9eb26bdf89ca517c2cbb762472e60791a0 - 18.64% (32.1 MB)
[#002] sha256:521d685fae4c7da3612115833b98f1877df8bb0bdc55a1975b2396eb4d29a2e0 - 49.16% (84.7 MB)
[#003] sha256:18a0052f92ec48e3cb70a76969094ac0250d22d54c6da71c602046dd72ee6262 - 4.1% (7.06 MB)
[#004] sha256:9b3c1c58ca8c98a3889e07e2a22ce809d2faa9feb89abcc6f0ad0722d6215719 - 0.0% (1.1 KB)
[#005] sha256:49b3dae89701b8e72fb8a595ee53b797dfec01aec946a04ee94042a6c7b86610 - 0.0% (423 Bytes)
[#006] sha256:1a836cb647648ca8c996e626d45015477fea623f4272c224e78ee5bc352751c8 - 0.0% (1.55 KB)
[#007] sha256:3f17666a49a69c97a10089ce14eba1eba1d40605f1ae487da3f8d078b737d355 - 0.0% (323 Bytes)
[#008] sha256:af8369a4281bf3d2a76493804be3a9927194ab54db567db7a48f076e11ea8d96 - 0.0% (891 Bytes)
[#009] sha256:4ee11a7cd0a93620b0ca22155a153101667cd575e1eb6dd39d6f98ada216785e - 0.01% (8.88 KB)
[#010] sha256:b670bb7a99f057923933440ea0d7ec71ed007bf2aa4f815f7c28b3386f18764f - 0.0% (482 Bytes)
[#011] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#012] sha256:0a9fa65feed8b6fc175301e34ad0b6fd5594bf5bbdae2c34df8dda7e3c10ffd0 - 11.77% (20.3 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-03-08 04:44:25 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-03-08 04:44:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-03-08 04:44:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-03-08 04:44:27 UTC/bin/sh -c #(nop) ADD file:c8ef6447752cab2541ffca9e3cfa27d581f3491bc8f356f6eafd951243609341 in /
2023-03-08 04:44:27 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-03-29 10:21: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 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-03-29 10:23:14 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2023-03-29 10:23:15 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH
2023-03-29 10:23:15 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2023-03-29 10:23:15 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2023-03-29 10:23:15 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
2023-03-29 10:23:15 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2023-03-29 10:23:15 UTC (buildkit.dockerfile.v0)COPY docker/housekeeping.sh /opt/netbox/housekeeping.sh # buildkit
2023-03-29 10:23:15 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2023-03-29 10:23:15 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2023-03-29 10:23:15 UTC (buildkit.dockerfile.v0)COPY docker/nginx-unit.json /etc/unit/ # buildkit
2023-03-29 10:23:15 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2023-03-29 10:23:32 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 media /opt/unit/ && chmod -R g+w media /opt/unit/ && cd /opt/netbox/ && SECRET_KEY="dummy" /opt/netbox/venv/bin/python -m mkdocs build --config-file /opt/netbox/mkdocs.yml --site-dir /opt/netbox/netbox/project-static/docs/ && SECRET_KEY="dummy" /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input # buildkit
2023-03-29 10:23:32 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-03-29 10:23:32 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2023-03-29 10:23:32 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]
2023-03-29 10:23:32 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-03-29 10:38:29 UTC
169 MB
C.utf8
PATH/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:cd741b12a7eaa64357041c2d3f4590c898313a7f8f65cd1577594e6ee03a8c38 - 15.4% (26.1 MB)
[#001] sha256:adfea81eb7d4303cc71d95bf6b55cf2d7c96b4609f7273088c3e34939a802ea0 - 18.84% (31.9 MB)
[#002] sha256:f51e6fd7a40a41096a111a61fb28a2a907c62e50a0de9ecc5d4db72827da9159 - 49.6% (84 MB)
[#003] sha256:8f02b589c6efd3d7bf45639e321077bd1cb115df5c583a4c96ed08e66355b7e8 - 4.17% (7.06 MB)
[#004] sha256:ca94814cfdaaa577cba9d86d5b8e95ca52d286053ca01056a85f376b3394d5ad - 0.0% (1.09 KB)
[#005] sha256:afbbda7f64b0a45eb5d98600562feaff9d4871e8cf266a1a4923f4173642009b - 0.0% (422 Bytes)
[#006] sha256:387937904916439bf513e9978151f17a0ea783afb6658192c79b9d6096984ca6 - 0.0% (1.55 KB)
[#007] sha256:ad1b29c09a7f69a995a096a0eeec29ba7a300c20bd90d2fc5019d7ee8d691ceb - 0.0% (326 Bytes)
[#008] sha256:e5756daff8313ff59615452e97b984b31424fdb355d08e63dfd9db151ffff059 - 0.0% (892 Bytes)
[#009] sha256:f9d1f8843d980ce656a0ee1e58a367044fe38c810334ab6c612bede99166f504 - 0.01% (8.88 KB)
[#010] sha256:378b62327b0823f59d0fd27d54e97df2da960c866663e4e7119b25fa49b80616 - 0.0% (481 Bytes)
[#011] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#012] sha256:378ab86ee81468102c710602a93eeaf6f11cd6985e0f8fc43e69e5ee8406ac59 - 11.98% (20.3 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-03-08 04:32:38 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-03-08 04:32:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-03-08 04:32:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-03-08 04:32:40 UTC/bin/sh -c #(nop) ADD file:79b36308bc382d9cae7197b4cecc21430f4e8f3e8bec3547d0f00bcff7681e60 in /
2023-03-08 04:32:41 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-03-29 10:24:43 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-03-29 10:36:46 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2023-03-29 10:36:46 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH
2023-03-29 10:36:46 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2023-03-29 10:36:46 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2023-03-29 10:36:47 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
2023-03-29 10:36:47 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2023-03-29 10:36:47 UTC (buildkit.dockerfile.v0)COPY docker/housekeeping.sh /opt/netbox/housekeeping.sh # buildkit
2023-03-29 10:36:47 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2023-03-29 10:36:47 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2023-03-29 10:36:47 UTC (buildkit.dockerfile.v0)COPY docker/nginx-unit.json /etc/unit/ # buildkit
2023-03-29 10:36:47 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2023-03-29 10:38: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 media /opt/unit/ && chmod -R g+w media /opt/unit/ && cd /opt/netbox/ && SECRET_KEY="dummy" /opt/netbox/venv/bin/python -m mkdocs build --config-file /opt/netbox/mkdocs.yml --site-dir /opt/netbox/netbox/project-static/docs/ && SECRET_KEY="dummy" /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input # buildkit
2023-03-29 10:38: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
2023-03-29 10:38:29 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2023-03-29 10:38:29 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]
2023-03-29 10:38: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=
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.