2020-12-22 06:03:30 UTC
75.9 MB
E3FF2839C048B25C084DEBE9B26995E310250568
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA2566a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
PYTHON_PIP_VERSION20.3.3
PYTHON_VERSION3.9.1
[#000] sha256:801bfaa63ef2094d770c809815b9e2b9c1194728e5e754ef7bc764030e140cea - 3.52% (2.67 MB)
[#001] sha256:8723b2b92bec2587f3d011d9141963ee89d3c8299b013ccc5ad018e4e278f0ba - 0.82% (638 KB)
[#002] sha256:4e07029ccd64c3534be6882e4a57c32f4db97cccd8018b9f8f4fbec53b2d86bc - 14.52% (11 MB)
[#003] sha256:594990504179342dcdc256aa4b4cd1cc3c971a77d895f360d042f718dff7e3ac - 0.0% (229 Bytes)
[#004] sha256:140d7fec7322e268031f2a607318ec426c4c00266c3ceaf4db4604439c9e24e2 - 2.69% (2.04 MB)
[#005] sha256:0cd2e4cee2c737dd052faa8018a15616c6f818d75884d878a31f050b83e75325 - 21.63% (16.4 MB)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#007] sha256:a89f2954f34fd7752a805e38540c6edcd031d4810669e460f42ae0e4f1832795 - 47.93% (36.4 MB)
[#008] sha256:1562cab2f05d767ae0b0ba059d7a379bccd9500b1c8f77731617627b62b7f9b8 - 8.88% (6.74 MB)
[#009] sha256:9dd99395b9dda7006b2a8cc7bca547c715e3034759fb53ba82d31e75dc59356a - 0.0% (1.04 KB)
[#010] sha256:cdb5b0be2e8378b013a2ea459ea3362e08b1a398d0e11dee4d271c9c5c38a593 - 0.0% (279 Bytes)
[#011] sha256:953e8e403f4aca10c1451d0fd7d16daa0c98a70296b980bb83a87b0f17d54715 - 0.0% (594 Bytes)
[#012] sha256:c7cc6ffa2dde414dfc9390181bf36154c2866f32578965f04ac28ff9a71f54af - 0.0% (1.13 KB)
[#013] sha256:0c33649470fc64fb4f36b21602c48f9f0a954279a5f97bc31cd240509b594dfc - 0.01% (5.49 KB)
[#014] sha256:0d12a2478332de63de3f45678739c461ac4eb29ced63b788ce5afa7feb152a75 - 0.0% (3.64 KB)
[#015] sha256:ce2b3c559503e24406163587485eb303da98e23e50f289938115b982a478b583 - 0.01% (6.44 KB)
[#016] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#017] sha256:2ca6b2567d1679c8817ebf6a2e418df017c35eee416c5ce4106d8fd2c8ef564d - 0.0% (291 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
2020-12-17 02:01:59 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3.3
2020-12-17 02:01:59 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/5f38681f7f5872e4032860b54e9cc11cf0374932/get-pip.py
2020-12-17 02:01:59 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=6a0b13826862f33c13b614a921d36253bfa1ae779c5fbf569876f3585057e9d2
2020-12-17 02:02:10 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
2020-12-17 02:02:11 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-12-22 05:55:15 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
2020-12-22 05:55:15 UTC (buildkit.dockerfile.v0)WORKDIR /opt
2020-12-22 06:03:29 UTC (buildkit.dockerfile.v0)COPY /install /usr/local # buildkit
2020-12-22 06:03:30 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH
2020-12-22 06:03:30 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2020-12-22 06:03:30 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2020-12-22 06:03:30 UTC (buildkit.dockerfile.v0)COPY docker/gunicorn_config.py /etc/netbox/ # buildkit
2020-12-22 06:03:30 UTC (buildkit.dockerfile.v0)COPY docker/nginx.conf /etc/netbox-nginx/nginx.conf # buildkit
2020-12-22 06:03:30 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2020-12-22 06:03:30 UTC (buildkit.dockerfile.v0)COPY startup_scripts/ /opt/netbox/startup_scripts/ # buildkit
2020-12-22 06:03:30 UTC (buildkit.dockerfile.v0)COPY initializers/ /opt/netbox/initializers/ # buildkit
2020-12-22 06:03:30 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2020-12-22 06:03:30 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2020-12-22 06:03:30 UTC (buildkit.dockerfile.v0)RUN |1 NETBOX_PATH=.netbox /bin/sh -c mkdir static && chmod -R g+w static media # buildkit
2020-12-22 06:03:30 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/opt/netbox/docker-entrypoint.sh"]
2020-12-22 06:03:30 UTC (buildkit.dockerfile.v0)CMD ["gunicorn" "-c /etc/netbox/gunicorn_config.py" "netbox.wsgi"]
2020-12-22 06:03:30 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.