2021-01-26 06:03:10 UTC
76 MB
E3FF2839C048B25C084DEBE9B26995E310250568
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA256ffb67da2e976f48dd29714fc64812d1ac419eb7d48079737166dd95640d1debd
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/8cc88aca7d9775fce279e8b84ef163cf1d3e8a2e/get-pip.py
PYTHON_PIP_VERSION21.0
PYTHON_VERSION3.9.1
[#000] sha256:801bfaa63ef2094d770c809815b9e2b9c1194728e5e754ef7bc764030e140cea - 3.51% (2.67 MB)
[#001] sha256:8723b2b92bec2587f3d011d9141963ee89d3c8299b013ccc5ad018e4e278f0ba - 0.82% (638 KB)
[#002] sha256:4e07029ccd64c3534be6882e4a57c32f4db97cccd8018b9f8f4fbec53b2d86bc - 14.5% (11 MB)
[#003] sha256:594990504179342dcdc256aa4b4cd1cc3c971a77d895f360d042f718dff7e3ac - 0.0% (229 Bytes)
[#004] sha256:e35665c1fa20fa320d71ab850d29c9d357378fc846cf9331caed8cbc261b7f93 - 2.71% (2.06 MB)
[#005] sha256:c0af6c7205f962c06147fc32c7550b60dd19bb5ffa417881f6de2bdbef4f23f4 - 21.61% (16.4 MB)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#007] sha256:58756c64d66e623c39aa60880576ddb4a9c951b238f3b99b0259ca2191e4f729 - 47.96% (36.5 MB)
[#008] sha256:e7f518bebf286eb51598f05f29aa9310392f103c24e4226c210027b13c4cfc1d - 8.87% (6.74 MB)
[#009] sha256:851239d82b8a858a29defa8f297058365410a7e840dd5b5f687d0e89b2cab1ee - 0.0% (1.05 KB)
[#010] sha256:de4ebb84b1624d7c2b55adc660a0a0aae4e6623951ff4e408cbead8e20653783 - 0.0% (280 Bytes)
[#011] sha256:8ce87e0f17cd26dcf0498222e086908aa967c4c1c7483e49dd3ef7aa0d07dab2 - 0.0% (595 Bytes)
[#012] sha256:1d3b88f24c5efce9958f093a8c998ed03a4b85b0cd9ee8fca8158d69a69c8c3f - 0.0% (1.13 KB)
[#013] sha256:78970c5a96d89fa69abd18eced9419d3db973dc135b891d36bfb01e361649012 - 0.01% (5.49 KB)
[#014] sha256:7e0b8e2148f610acce3ced3112cefbb1063bc6d94c65ef2b6f27b65215a3fc7d - 0.0% (3.64 KB)
[#015] sha256:7bf11315f96dd1cef58285a183a4426e6ef97571e73ce89ba77d5bdb1533bb64 - 0.01% (6.44 KB)
[#016] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#017] sha256:5af30aae35f8243cdbab88659337fdf5916839bb1e4d6162f083f47ff2aa5e50 - 0.0% (293 Bytes)
/bin/sh -c #(nop) ADD file:ec475c2abb2d46435286b5ae5efacf5b50b1a9e3b6293b69db3c0172b5b9658b in /
2020-12-17 00:19:42 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-12-17 01:38:23 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-12-17 01:38:23 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-12-17 01:38:26 UTC/bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ;
2020-12-17 01:49:47 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2020-12-17 01:49:47 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.9.1
2020-12-17 02:01:57 UTC/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg tar xz && wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && apk add --no-cache --virtual .build-deps bluez-dev bzip2-dev coreutils dpkg-dev dpkg expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev openssl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-dev && apk del --no-network .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" LDFLAGS="-Wl,--strip-all" && make install && rm -rf /usr/src/python && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \) \) \) -exec rm -rf '{}' + && find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-cache --virtual .python-rundeps && apk del --no-network .build-deps && python3 --version
2020-12-17 02:01:58 UTC/bin/sh -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config
2021-01-25 23:29:21 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=21.0
2021-01-25 23:29:22 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/8cc88aca7d9775fce279e8b84ef163cf1d3e8a2e/get-pip.py
2021-01-25 23:29:22 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=ffb67da2e976f48dd29714fc64812d1ac419eb7d48079737166dd95640d1debd
2021-01-25 23:29:28 UTC/bin/sh -c set -ex; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2021-01-25 23:29:29 UTC/bin/sh -c #(nop) CMD ["python3"]
2021-01-26 05:55:13 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache bash ca-certificates graphviz libevent libffi libjpeg-turbo libressl libxslt postgresql-libs ttf-ubuntu-font-family # buildkit
2021-01-26 05:55:17 UTC (buildkit.dockerfile.v0)WORKDIR /opt
2021-01-26 06:03:09 UTC (buildkit.dockerfile.v0)COPY /install /usr/local # buildkit
2021-01-26 06:03:10 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH
2021-01-26 06:03:10 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2021-01-26 06:03:10 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2021-01-26 06:03:10 UTC (buildkit.dockerfile.v0)COPY docker/gunicorn_config.py /etc/netbox/ # buildkit
2021-01-26 06:03:10 UTC (buildkit.dockerfile.v0)COPY docker/nginx.conf /etc/netbox-nginx/nginx.conf # buildkit
2021-01-26 06:03:10 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2021-01-26 06:03:10 UTC (buildkit.dockerfile.v0)COPY startup_scripts/ /opt/netbox/startup_scripts/ # buildkit
2021-01-26 06:03:10 UTC (buildkit.dockerfile.v0)COPY initializers/ /opt/netbox/initializers/ # buildkit
2021-01-26 06:03:10 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2021-01-26 06:03:10 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2021-01-26 06:03:10 UTC (buildkit.dockerfile.v0)RUN |1 NETBOX_PATH=.netbox /bin/sh -c mkdir static && chmod -R g+w static media # buildkit
2021-01-26 06:03:10 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/opt/netbox/docker-entrypoint.sh"]
2021-01-26 06:03:10 UTC (buildkit.dockerfile.v0)CMD ["gunicorn" "-c /etc/netbox/gunicorn_config.py" "netbox.wsgi"]
2021-01-26 06:03:10 UTC (buildkit.dockerfile.v0)LABEL ORIGINAL_TAG= NETBOX_GIT_BRANCH= NETBOX_GIT_REF= NETBOX_GIT_URL= org.label-schema.schema-version=1.0 org.label-schema.build-date= org.label-schema.name=Netbox Docker org.label-schema.description=A container based distribution of Netbox, the free and open IPAM and DCIM solution. org.label-schema.vendor=The netbox-docker contributors. org.label-schema.url=https://github.com/netbox-community/netbox-docker org.label-schema.usage=https://github.com/netbox-community/netbox-docker/wiki org.label-schema.vcs-url=https://github.com/netbox-community/netbox-docker.git org.label-schema.vcs-ref= org.label-schema.version=snapshot 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=snapshot
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.