2019-12-16 06:10:31 UTC
91.8 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA256b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
PYTHON_PIP_VERSION19.3.1
PYTHON_VERSION3.7.5
[#000] sha256:89d9c30c1d48bac627e5c6cb0d1ed1eec28e7dbdfbcc04712e4c79c0f83faf17 - 2.89% (2.66 MB)
[#001] sha256:910c49c00810270202e88365d51e9aed81dc7afd1be0bdb6b1e6c3d08e85b225 - 0.31% (295 KB)
[#002] sha256:7efe415eb85a3d5598db95e8cec5f50685510801c44ac6a3d41934e4fc02b18d - 29.98% (27.5 MB)
[#003] sha256:7d8d53519b8117584b98899fafaa879fba74d747bb9f5155b9f459f3b87d59b4 - 0.0% (231 Bytes)
[#004] sha256:519124ac136cdfa993a83f9a1053b7783c1f1912c6ec72278ee26a2464a5e246 - 1.94% (1.78 MB)
[#005] sha256:8aaedbdc90f6c39b8a22520a40debe71908b03711239037316e72ac3b788d3a7 - 16.79% (15.4 MB)
[#006] sha256:52d57ba16950ff330f55f6109a4a1eb0b23b9ae9c461af590518cee6a4549b80 - 42.71% (39.2 MB)
[#007] sha256:ecccd9640a089b8ddea59a5536805841ba603b799238a157951d3a5972d15c04 - 5.36% (4.92 MB)
[#008] sha256:e6a2302d6f108ef27fd76f890364fe1ae40469c8437edf0f2edc6422b93a99c0 - 0.0% (348 Bytes)
[#009] sha256:6d176e7f32fd1ab132d1efaeb9237e984938d050aea3daa969028d004c3b1d17 - 0.0% (297 Bytes)
[#010] sha256:2e7198ff64691fdc11c00afc60ab8eb92e72a3ec172cb9bc9c6c6db13dfa2c8e - 0.0% (583 Bytes)
[#011] sha256:9cc927dd235121fbeb0c25261e298fe83bd90488862a814705a2f6ca25b9bbe8 - 0.0% (960 Bytes)
[#012] sha256:b0ec1a1e6dae6176c4f2dee76dc5bdaa0717929111cede22b95fc98f9368c988 - 0.01% (4.91 KB)
[#013] sha256:98142cc020898a48fb17e6bd970db6220b97b7d7e90d24bc65d36b536d4aba41 - 0.0% (2.88 KB)
[#014] sha256:5ba4f25c309d86f63c6e4abda017b30aa3a5a1f0ca734ab8a73f8a13b1f1e32b - 0.0% (3.68 KB)
/bin/sh -c #(nop) ADD file:fe1f09249227e2da2089afb4d07e16cbf832eeb804120074acd2b8192876cd28 in /
2019-10-21 17:21:42 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-10-21 18:28:51 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-10-21 19:53:36 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2019-10-21 19:53:37 UTC/bin/sh -c apk add --no-cache ca-certificates
2019-10-21 20:05:00 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2019-10-21 20:05:00 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.7.5
2019-11-15 03:09:43 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 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 .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" 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 && 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 .build-deps && 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 -rf /usr/src/python && python3 --version
2019-11-15 03:09:44 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
2019-11-15 03:09:44 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=19.3.1
2019-11-15 03:09:44 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
2019-11-15 03:09:44 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
2019-11-15 03:09:49 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
2019-11-15 03:09:49 UTC/bin/sh -c #(nop) CMD ["python3"]
2019-12-16 06:10:03 UTC/bin/sh -c apk add --no-cache bash ca-certificates graphviz libevent libffi libjpeg-turbo libressl libxslt postgresql-libs ttf-ubuntu-font-family
2019-12-16 06:10:03 UTC/bin/sh -c #(nop) WORKDIR /opt
2019-12-16 06:10:26 UTC/bin/sh -c #(nop) COPY dir:56669fa0f567a74568e1696f2b8662f5ef08451d66958cbf52627ef1f194d263 in /usr/local
2019-12-16 06:10:27 UTC/bin/sh -c #(nop) ARG NETBOX_PATH
2019-12-16 06:10:28 UTC/bin/sh -c #(nop) COPY dir:d8ea6fe0673a7bd08beb46f5ea3cb044e3c5e3710b6c4813cdb6cfdc00248f8c in /opt/netbox
2019-12-16 06:10:29 UTC/bin/sh -c #(nop) COPY file:da9eb62b599f3db245c2d96d85ee105a8c614da8c95bd784e1e70fe75d70ef2f in /opt/netbox/netbox/netbox/configuration.py
2019-12-16 06:10:29 UTC/bin/sh -c #(nop) COPY file:de7ae6533d82addf4455d4b3cc30070e2a0fc811aa17a31b6fda83621eae9e29 in /etc/netbox/config/
2019-12-16 06:10:29 UTC/bin/sh -c #(nop) COPY file:4fb1e6afabd8fe57abd4e67f3b35a600c757e8752e1273b48a997489dcbd9c2d in /etc/netbox-nginx/nginx.conf
2019-12-16 06:10:29 UTC/bin/sh -c #(nop) COPY file:0413705b891b27ec9d2d46aa375f334d55a6e3600422584e4bdd89fc04013cbd in /opt/netbox/docker-entrypoint.sh
2019-12-16 06:10:29 UTC/bin/sh -c #(nop) COPY dir:6eb984ec2130112348c19e2d62133852bb66412740fffdb17330c15701749939 in /opt/netbox/startup_scripts/
2019-12-16 06:10:30 UTC/bin/sh -c #(nop) COPY dir:b23b8530ee659d205aef585ff7931018abb2ecb602b9af8654263afd35d09e15 in /opt/netbox/initializers/
2019-12-16 06:10:30 UTC/bin/sh -c #(nop) COPY file:3d671e03e4b9fb418471536782d75eaac82540438955402aa786d09163b4b60e in /etc/netbox/config/configuration.py
2019-12-16 06:10:30 UTC/bin/sh -c #(nop) WORKDIR /opt/netbox/netbox
2019-12-16 06:10:30 UTC/bin/sh -c #(nop) ENTRYPOINT ["/opt/netbox/docker-entrypoint.sh"]
2019-12-16 06:10:30 UTC/bin/sh -c #(nop) CMD ["gunicorn" "-c /etc/netbox/config/gunicorn_config.py" "netbox.wsgi"]
2019-12-16 06:10:31 UTC/bin/sh -c #(nop) 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.