2020-09-09 05:57:10 UTC
73.2 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA2566e0bb0a2c2533361d7f297ed547237caf1b7507f197835974c0dd7eba998c53c
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/fa7dc83944936bf09a0e4cb5d5ec852c0d256599/get-pip.py
PYTHON_PIP_VERSION20.2.3
PYTHON_VERSION3.7.9
[#000] sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c - 3.65% (2.67 MB)
[#001] sha256:36b3adc4ff6ffb76ae233f0a92177205845aaf3e9a39e0f96405dabd1423edc9 - 0.37% (274 KB)
[#002] sha256:4db9de03f49990c0ad8d9e2b3bdcbed147dae39c2c6434029bf3cce610f244e2 - 14.47% (10.6 MB)
[#003] sha256:cd38a04a61f4179d0fcf8a931a569a515ea435e61865341a9d8aa96d8115d006 - 0.0% (232 Bytes)
[#004] sha256:9a3838385f133785631b680aa48443a64e140452a4aacc6ad7319bf9c38f88a0 - 2.76% (2.02 MB)
[#005] sha256:d003fa4eef8e528fb24a197350f564767fad1b93d1cad523fb620b1e3a2c6bc2 - 22.41% (16.4 MB)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#007] sha256:d18e3e24b7da93cdf935221c4eb6727172718208e57e4ff8b78d6373f9677854 - 48.79% (35.7 MB)
[#008] sha256:b7623721c07229f0055339fb6b05f71c675ae68ab6cbea86865a9dd8c5f2ece2 - 7.54% (5.52 MB)
[#009] sha256:141e3233cc7afc91656d255f61f7fb05369336ab448a2d40f22eda75eb4f5371 - 0.0% (348 Bytes)
[#010] sha256:a23609af371fb4ca554e7c7e6c0d9bae0506d476ed8562c5370472a3656647e9 - 0.0% (297 Bytes)
[#011] sha256:1d7da476ba552504953b5d80bf3f0ef63d1d836c4df017916ff0e9eda2b971cf - 0.0% (571 Bytes)
[#012] sha256:0d5e668833770bb07f7a7297fed78ee9724fe0576a8bf3f9caf85c1338fdee33 - 0.0% (1.14 KB)
[#013] sha256:c8d89164b777ad0e10fb55a2a85ee8a06f26f213999cdfa0ece6e5d1f9b64c29 - 0.01% (5.1 KB)
[#014] sha256:2c6a0323b7409e9c1fa794241f4349f7156655626156037410c8451f19d816b5 - 0.0% (3.53 KB)
[#015] sha256:dc50750ceaca00e68329b3098bea4fa83591ec7c06dd79f1b6e6fd7a826cbf56 - 0.01% (4.07 KB)
[#016] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#017] sha256:87ff45efc87f5ed12f5cba1adf59655033faf4f2b18fb094691eabd786b41ef5 - 0.0% (291 Bytes)
/bin/sh -c #(nop) ADD file:c92c248239f8c7b9b3c067650954815f391b7bcb09023f984972c082ace2a8d0 in /
2020-05-29 21:19:46 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-06-02 01:48:49 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-06-03 19:36:53 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-06-03 19:36:54 UTC/bin/sh -c apk add --no-cache ca-certificates
2020-06-03 19:51:35 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2020-08-18 03:55:10 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.7.9
2020-08-18 04:03:54 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" PROFILE_TASK='-m test.regrtest --pgo test_array test_base64 test_binascii test_binhex test_binop test_bytes test_c_locale_coercion test_class test_cmath test_codecs test_compile test_complex test_csv test_decimal test_dict test_float test_fstring test_hashlib test_io test_iter test_json test_long test_math test_memoryview test_pickle test_re test_set test_slice test_struct test_threading test_time test_traceback test_unicode ' && 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' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -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-08-18 04:03:56 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-09-08 20:34:03 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.2.3
2020-09-08 20:34:03 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/fa7dc83944936bf09a0e4cb5d5ec852c0d256599/get-pip.py
2020-09-08 20:34:03 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=6e0bb0a2c2533361d7f297ed547237caf1b7507f197835974c0dd7eba998c53c
2020-09-08 20:34:14 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-09-08 20:34:14 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-09-09 05:48:56 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-09-09 05:48:57 UTC (buildkit.dockerfile.v0)WORKDIR /opt
2020-09-09 05:57:09 UTC (buildkit.dockerfile.v0)COPY /install /usr/local # buildkit
2020-09-09 05:57:09 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH
2020-09-09 05:57:09 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2020-09-09 05:57:09 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2020-09-09 05:57:09 UTC (buildkit.dockerfile.v0)COPY configuration/gunicorn_config.py /etc/netbox/config/ # buildkit
2020-09-09 05:57:09 UTC (buildkit.dockerfile.v0)COPY docker/nginx.conf /etc/netbox-nginx/nginx.conf # buildkit
2020-09-09 05:57:09 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2020-09-09 05:57:09 UTC (buildkit.dockerfile.v0)COPY startup_scripts/ /opt/netbox/startup_scripts/ # buildkit
2020-09-09 05:57:09 UTC (buildkit.dockerfile.v0)COPY initializers/ /opt/netbox/initializers/ # buildkit
2020-09-09 05:57:09 UTC (buildkit.dockerfile.v0)COPY configuration/configuration.py /etc/netbox/config/configuration.py # buildkit
2020-09-09 05:57:09 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2020-09-09 05:57:10 UTC (buildkit.dockerfile.v0)RUN |1 NETBOX_PATH=.netbox /bin/sh -c mkdir static && chmod -R g+w static media # buildkit
2020-09-09 05:57:10 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/opt/netbox/docker-entrypoint.sh"]
2020-09-09 05:57:10 UTC (buildkit.dockerfile.v0)CMD ["gunicorn" "-c /etc/netbox/config/gunicorn_config.py" "netbox.wsgi"]
2020-09-09 05:57: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.