2020-01-16 06:50:32 UTC
101 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.6
[#000] sha256:e6b0cf9c0882fb079c9d35361d12ff4691f916b6d825061247d1bd0b26d7cf3f - 2.64% (2.67 MB)
[#001] sha256:da0e9bf0cc60b2b34b282bdf7f1000d7e0f1ac24be872c7cbcc098b7a63da2f8 - 0.28% (294 KB)
[#002] sha256:b9340422295ee50a47998d447f09ee2f7b178c5a592ecfd0989e5a74b207feca - 28.55% (28.9 MB)
[#003] sha256:3c651fc490ae8f4568f986d110cabf66ac5c7254ccf9bcb59956dc45f3261646 - 0.0% (232 Bytes)
[#004] sha256:aa5f53becb546a924fa52a947aa9a3e97609e8783c9ae2a3e10c1fb754fe0472 - 1.76% (1.78 MB)
[#005] sha256:16108257c2c07b4cad1523635c9f4bca868f7937333be3e9c08100b2ce41de4e - 15.94% (16.1 MB)
[#006] sha256:4c252e644a14e3d05e83f6f30d9544c92603d26c0f28f222473887be986b1a0a - 40.33% (40.8 MB)
[#007] sha256:5fa3c685c76bef937dae0239f16a05122f584e6a12b2979b5e623af4a39b4a63 - 8.85% (8.96 MB)
[#008] sha256:569b88a00ced80f75071eb17cb7672f0908b523b7dcc510d835ba44cfa439e0f - 0.0% (353 Bytes)
[#009] sha256:57df6b3753aebb6370e85e1c98f3d4208dbfe10c0768464c0b67c130d9450f9e - 0.0% (296 Bytes)
[#010] sha256:3e0ba72577881ea00f1c3a508b169544e3ea05eafef628463a3d09da53be10f5 - 0.0% (583 Bytes)
[#011] sha256:5c35ef1029287493448ff1b1adb9bbc3dc87b76290a159e2a6872c714d83389f - 0.0% (960 Bytes)
[#012] sha256:a0ab52dfdc5282d21fdc91fd00cb3b09923b0ccfc490a82d6e77dbc75d8257eb - 0.0% (4.91 KB)
[#013] sha256:8e8dee2079526168e6f0b85d2d13bd5e0e6d685f604b6019be2c5002e5915d20 - 0.0% (2.87 KB)
[#014] sha256:e387b9eac8b59546d4976e69fef2ae51b57c1c55ac2995f7a7e2a28ceb6165c3 - 0.0% (3.68 KB)
[#015] sha256:4b7a2a86d36ac8c634da3cb512db3be2dfb73c15e7c964917bfeb03d26777fe4 - 1.63% (1.65 MB)
[#016] sha256:c081a543347cf9b003dbd11d8f6878ab0d1037cc5a22dd114dc7bde04c5c8afc - 0.0% (356 Bytes)
[#017] sha256:b40213b8502092f242b6d251835560b87e384a452fb4ead3c7d6f2a2523d42c7 - 0.0% (1.5 KB)
/bin/sh -c #(nop) ADD file:36fdc8cb08228a87093fb227736f4ce1d4d6c15366326dea541fbbd863976ee5 in /
2019-12-24 19:20:12 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-12-24 19:36:49 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-12-26 23:31:32 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2019-12-26 23:31:33 UTC/bin/sh -c apk add --no-cache ca-certificates
2019-12-26 23:53:02 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2019-12-26 23:53:03 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.7.6
2020-01-04 00:07:03 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" 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 --no-network .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
2020-01-04 00:07:04 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-01-04 00:07:05 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=19.3.1
2020-01-04 00:07:05 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
2020-01-04 00:07:05 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
2020-01-04 00:07: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-01-04 00:07:10 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-01-16 06:49:59 UTC/bin/sh -c apk add --no-cache bash ca-certificates graphviz libevent libffi libjpeg-turbo libressl libxslt postgresql-libs ttf-ubuntu-font-family
2020-01-16 06:49:59 UTC/bin/sh -c #(nop) WORKDIR /opt
2020-01-16 06:50:21 UTC/bin/sh -c #(nop) COPY dir:ded806018a04f94e16cb69abf7a5f9cf16182ca38c5e8016dec6020a787b3435 in /usr/local
2020-01-16 06:50:22 UTC/bin/sh -c #(nop) ARG NETBOX_PATH
2020-01-16 06:50:24 UTC/bin/sh -c #(nop) COPY dir:a42dfdc14a42fac5acefad29b0156c7c797f41f6065461a70a6894afe99d2edd in /opt/netbox
2020-01-16 06:50:24 UTC/bin/sh -c #(nop) COPY file:da9eb62b599f3db245c2d96d85ee105a8c614da8c95bd784e1e70fe75d70ef2f in /opt/netbox/netbox/netbox/configuration.py
2020-01-16 06:50:25 UTC/bin/sh -c #(nop) COPY file:de7ae6533d82addf4455d4b3cc30070e2a0fc811aa17a31b6fda83621eae9e29 in /etc/netbox/config/
2020-01-16 06:50:25 UTC/bin/sh -c #(nop) COPY file:4fb1e6afabd8fe57abd4e67f3b35a600c757e8752e1273b48a997489dcbd9c2d in /etc/netbox-nginx/nginx.conf
2020-01-16 06:50:25 UTC/bin/sh -c #(nop) COPY file:0413705b891b27ec9d2d46aa375f334d55a6e3600422584e4bdd89fc04013cbd in /opt/netbox/docker-entrypoint.sh
2020-01-16 06:50:25 UTC/bin/sh -c #(nop) COPY dir:6eb984ec2130112348c19e2d62133852bb66412740fffdb17330c15701749939 in /opt/netbox/startup_scripts/
2020-01-16 06:50:25 UTC/bin/sh -c #(nop) COPY dir:b23b8530ee659d205aef585ff7931018abb2ecb602b9af8654263afd35d09e15 in /opt/netbox/initializers/
2020-01-16 06:50:26 UTC/bin/sh -c #(nop) COPY file:3d671e03e4b9fb418471536782d75eaac82540438955402aa786d09163b4b60e in /etc/netbox/config/configuration.py
2020-01-16 06:50:26 UTC/bin/sh -c #(nop) WORKDIR /opt/netbox/netbox
2020-01-16 06:50:26 UTC/bin/sh -c #(nop) ENTRYPOINT ["/opt/netbox/docker-entrypoint.sh"]
2020-01-16 06:50:26 UTC/bin/sh -c #(nop) CMD ["gunicorn" "-c /etc/netbox/config/gunicorn_config.py" "netbox.wsgi"]
2020-01-16 06:50:26 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
2020-01-16 06:50:31 UTC/bin/sh -c apk add --no-cache libsasl libldap util-linux
2020-01-16 06:50:31 UTC/bin/sh -c #(nop) COPY file:bb06aa2ba11e4b95e9de2bca3a2311a104c1e245c1f911912c4c3cd5f09c8e84 in /opt/netbox/netbox/netbox/ldap_config.py
2020-01-16 06:50:32 UTC/bin/sh -c #(nop) COPY file:cac797ef538c208370cc675b3ad2d79a45db4a5347edf284d27bb27f909f9301 in /etc/netbox/config/ldap_config.py
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.