2022-08-02 06:13:01 UTC
138 MB
C.UTF-8
PATH/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d19f32bd9e4106d487f1a703fc2f09c8edadd92db4405d477978e8e466ab290d - 21.09% (29 MB)
[#001] sha256:c42fb689cf25de28f9f1470fe3bdcdcea9ca44f51a6cf3cea4bc0e6e51c6e52e - 11.67% (16.1 MB)
[#002] sha256:0e937b45af581ff1b557253e9674950dd187562f5889eb14720415a848615f94 - 55.38% (76.2 MB)
[#003] sha256:f3b9efd231d4a900d537ad99f93ccc0f12e1b719fe1edad2c938dc31d95015eb - 3.36% (4.63 MB)
[#004] sha256:6f5657dc07d70c2cf09d54e10f5f2b79f7b86998820a29a4ecd5e561f4c9821b - 0.0% (1.1 KB)
[#005] sha256:49264855a0a9b9bf48754a3613c080c4803339c565b0dbfb324efb5db06c0219 - 0.0% (424 Bytes)
[#006] sha256:6df55cc3e7ffd75f49f495a335be6d2e7b8217eb3de0ba005daf6d61086d6fd3 - 0.0% (1.48 KB)
[#007] sha256:ea40cc1c3302e00146d05a547a6640f69b181fce2f0436d572db23c65e0f1519 - 0.0% (320 Bytes)
[#008] sha256:69a2f8ca6294b576e5578762c1a8425b7bde33763ae70cda74ab93bb89dd2140 - 0.0% (884 Bytes)
[#009] sha256:4e85801356540776435cf8a9a1e092b5abb8548b2ae20069d1bd8d83f6c38bb8 - 0.01% (11.5 KB)
[#010] sha256:3530e48458d7fc86e1339f4e4a1e3774e92347e9e45174e52e4d8286451c22b0 - 0.0% (6.05 KB)
[#011] sha256:14a9ef8b16ef2a5a578c24697746deee6528697892692bde96f052262c074753 - 0.01% (7.61 KB)
[#012] sha256:3fa1f463cc301104dad7bd0a861383ec0cdc6d68b02568e155b7a55d3e071209 - 0.0% (419 Bytes)
[#013] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#014] sha256:18bb5f27a333a9d646d0c8b25e389db1da9ed95e621980fe0f803661b3ad4efd - 8.48% (11.7 MB)
/bin/sh -c #(nop) ADD file:396eeb65c8d737180cc1219713cf59efb214027b79d8ea0b7e58a08e7c8d7a21 in /
2022-08-02 01:30:56 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-08-02 06:11:07 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 ca-certificates curl libldap-common libpq5 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.27.0-1~jammy unit-python3.10=1.27.0-1~jammy && rm -rf /var/lib/apt/lists/* # buildkit
2022-08-02 06:12:42 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2022-08-02 06:12:43 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH
2022-08-02 06:12:43 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2022-08-02 06:12:43 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2022-08-02 06:12:43 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
2022-08-02 06:12:43 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2022-08-02 06:12:43 UTC (buildkit.dockerfile.v0)COPY docker/housekeeping.sh /opt/netbox/housekeeping.sh # buildkit
2022-08-02 06:12:43 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2022-08-02 06:12:43 UTC (buildkit.dockerfile.v0)COPY startup_scripts/ /opt/netbox/startup_scripts/ # buildkit
2022-08-02 06:12:43 UTC (buildkit.dockerfile.v0)COPY initializers/ /opt/netbox/initializers/ # buildkit
2022-08-02 06:12:43 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2022-08-02 06:12:43 UTC (buildkit.dockerfile.v0)COPY docker/nginx-unit.json /etc/unit/ # buildkit
2022-08-02 06:12:43 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2022-08-02 06:13:01 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
2022-08-02 06:13:01 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8 PATH=/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-08-02 06:13:01 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2022-08-02 06:13:01 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]
2022-08-02 06:13:01 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=
2022-08-02 06:27:25 UTC
135 MB
C.UTF-8
PATH/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:4a3049d340b7d3651a954fd25a32c42feb1086889d6287e2f15468aef865c5c4 - 20.05% (27.1 MB)
[#001] sha256:75367c20f77559eba33eff4f9ecba2530a9d3287f3c41d4abcf2d624ad4fee3f - 11.8% (15.9 MB)
[#002] sha256:fc74abbfefe71a935e91212215ab7950391efa94e7f967c07d1b3088776ec3f2 - 56.07% (75.7 MB)
[#003] sha256:866719a51c7089d253c3cec1216cbba8e077a83015a2f69cbc432f7712702f33 - 3.43% (4.63 MB)
[#004] sha256:3a522bc148e8b016caaa921d122325260bae6e01af319dcc9479b0884e174d73 - 0.0% (1.1 KB)
[#005] sha256:6b9f0645a88b07d91f1227566df337baeea22de780d7eb515aa8c47ecf64db56 - 0.0% (428 Bytes)
[#006] sha256:a6970b66e44a084ab54d7bcc9499b637f37991fba2b162e7a15e97a4f7e9d00b - 0.0% (1.48 KB)
[#007] sha256:40ac0d65c51f3ce0c029b992a968aa0c8d21166dc66fac02cf80d28aad4555b2 - 0.0% (318 Bytes)
[#008] sha256:35247f778b6641f084c5e02ead61ede2ab2bb79bcd9c927967a27cc0713467a6 - 0.0% (879 Bytes)
[#009] sha256:a9920130d2bc09e57d81ddbeca955e4010f6cb62f8e650427e1a72aaa718a5f4 - 0.01% (11.5 KB)
[#010] sha256:5c436fa837ec8c103795d9e4259fe02c555a3774a0f95cc90b736acc4410526b - 0.0% (6.05 KB)
[#011] sha256:4f699b8e9e4e25576093ffd96b7939d7f56ca3e25f22bb02facda560114ab03c - 0.01% (7.6 KB)
[#012] sha256:e4aa6ebbefd4777a78fa6c09689b9dad90b2182ac585bf71e93cca10298d1b24 - 0.0% (419 Bytes)
[#013] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#014] sha256:932e2979fd18205719b2c601ca50116a1ec72c59dd1cd469ef5b90400cdefc19 - 8.63% (11.7 MB)
/bin/sh -c #(nop) ADD file:3db67543ea64bf6723921d19cc5d0483db5c6658fc95834d8b2b5ed48a4cbacd in /
2022-08-02 01:18:59 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-08-02 06:14:09 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 ca-certificates curl libldap-common libpq5 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.27.0-1~jammy unit-python3.10=1.27.0-1~jammy && rm -rf /var/lib/apt/lists/* # buildkit
2022-08-02 06:25:14 UTC (buildkit.dockerfile.v0)COPY /opt/netbox/venv /opt/netbox/venv # buildkit
2022-08-02 06:25:15 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH
2022-08-02 06:25:15 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2022-08-02 06:25:15 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2022-08-02 06:25:15 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
2022-08-02 06:25:15 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2022-08-02 06:25:15 UTC (buildkit.dockerfile.v0)COPY docker/housekeeping.sh /opt/netbox/housekeeping.sh # buildkit
2022-08-02 06:25:15 UTC (buildkit.dockerfile.v0)COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit
2022-08-02 06:25:15 UTC (buildkit.dockerfile.v0)COPY startup_scripts/ /opt/netbox/startup_scripts/ # buildkit
2022-08-02 06:25:15 UTC (buildkit.dockerfile.v0)COPY initializers/ /opt/netbox/initializers/ # buildkit
2022-08-02 06:25:15 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2022-08-02 06:25:15 UTC (buildkit.dockerfile.v0)COPY docker/nginx-unit.json /etc/unit/ # buildkit
2022-08-02 06:25:15 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2022-08-02 06:27:25 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
2022-08-02 06:27:25 UTC (buildkit.dockerfile.v0)ENV LANG=C.UTF-8 PATH=/opt/netbox/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-08-02 06:27:25 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--"]
2022-08-02 06:27:25 UTC (buildkit.dockerfile.v0)CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]
2022-08-02 06:27:25 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.