2019-08-03 04:27:43 UTC
243 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA25656bb63d3cf54e7444351256f72a60f575f6d8c7f1faacffae33167afc8e7609d
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/404c9418e33c5031b1a9ab623168b3e8a2ed8c88/get-pip.py
PYTHON_PIP_VERSION19.2.1
PYTHON_VERSION3.7.4
[#000] sha256:0503825856099e6adb39c8297af09547f69684b7016b7f3680ed801aa310baaa - 1.09% (2.66 MB)
[#001] sha256:dac2222ca532c66bfe13f56c35cd27857cf4c593767dce7b256f515ed0fe69fd - 0.12% (295 KB)
[#002] sha256:29a7fe408caae7f6eafff63f5cc03ea1a8b6d48a31fe6ed31db71dfaec7fc4a5 - 11.33% (27.5 MB)
[#003] sha256:6ad337b9b53fb56a16e79c9e3411c01f3bfe69369052377f403253e44f3f8a01 - 0.0% (231 Bytes)
[#004] sha256:cd8e43478aa013be74827a1682b68aa93a74eb656756140a2578877f71f3b94f - 0.73% (1.78 MB)
[#005] sha256:41e853cba4b41226cb722e94d2850813ed634b22c2546247d025d8048296ebeb - 34.12% (82.9 MB)
[#006] sha256:7a6f010aab690853dc21b3cba458f5047eac62b466bba7715a95c18a0e3b0166 - 23.47% (57 MB)
[#007] sha256:d04a20058fda3006a6c23f536baef82cc01290d0e3d06e5752b4d73e1aba4071 - 0.0% (413 Bytes)
[#008] sha256:cb1842271b505738b50f299ea0e137f05b716f17e6774e11be2887bf63d2709c - 28.18% (68.5 MB)
[#009] sha256:7a4c449e772fc26c498079d6748a7e25d1094fcaf2d47f39ec82a1e83d2e00aa - 0.0% (1.6 KB)
[#010] sha256:fe0ed6a2759e417c887d1c88c8787209dae20b62baf090c727eff8c581b35241 - 0.94% (2.28 MB)
[#011] sha256:452243b3095d9eef22c51b73bc98d997ef54449a09721bb776b7685d86ed131d - 0.0% (347 Bytes)
[#012] sha256:40670e6d887bb8fa902f53a70ef06c02a9db53f21e8059245fb4457fad4929d7 - 0.0% (297 Bytes)
[#013] sha256:0d1befa310511516e03e2578a58493ffeca698904236d615e830da5c0b83120c - 0.0% (584 Bytes)
[#014] sha256:dbe548fe50279839b06d81fcff994799a969849ef241e4404942f440581dadef - 0.0% (929 Bytes)
[#015] sha256:1faaea949182029930229976e197f2177edcd111c95e8cb1e1e78bbe5c94f85d - 0.0% (2.99 KB)
[#016] sha256:1b141f71d1a01165c16cad7ec528a07c4bbf8c29116da9df8f565af00b19bfe6 - 0.0% (1.85 KB)
[#017] sha256:28b468c94f1c758c20c213d1c6f0421d4432319c6f47adecfa9703bcad3a22fd - 0.0% (3.61 KB)
/bin/sh -c #(nop) ADD file:0eb5ea35741d23fe39cbac245b3a5d84856ed6384f4ff07d496369ee6d960bad in /
2019-07-11 22:20:52 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-07-12 00:59:55 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-07-12 00:59:56 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2019-07-12 00:59:58 UTC/bin/sh -c apk add --no-cache ca-certificates
2019-07-12 01:12:49 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2019-07-12 01:12:49 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.7.4
2019-07-13 14:37:36 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 \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' + && rm -rf /usr/src/python && python3 --version
2019-07-13 14:37:36 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-07-30 00:34:39 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=19.2.1
2019-07-30 00:34:39 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/404c9418e33c5031b1a9ab623168b3e8a2ed8c88/get-pip.py
2019-07-30 00:34:39 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=56bb63d3cf54e7444351256f72a60f575f6d8c7f1faacffae33167afc8e7609d
2019-07-30 00:34:45 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 \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2019-07-30 00:34:45 UTC/bin/sh -c #(nop) CMD ["python3"]
2019-08-03 04:04:24 UTC/bin/sh -c apk add --no-cache bash build-base ca-certificates cyrus-sasl-dev graphviz jpeg-dev libffi-dev libxml2-dev libxslt-dev openldap-dev postgresql-dev ttf-ubuntu-font-family wget
2019-08-03 04:24:55 UTC/bin/sh -c pip install gunicorn napalm 'ruamel.yaml>=0.15,<0.16' 'Django>=2.2,<2.3' django-rq
2019-08-03 04:24:56 UTC/bin/sh -c #(nop) ARG BRANCH=master
2019-08-03 04:24:56 UTC/bin/sh -c #(nop) WORKDIR /tmp
2019-08-03 04:24:56 UTC/bin/sh -c #(nop) ARG REQUIREMENTS_URL=https://raw.githubusercontent.com/netbox-community/netbox/v2.6.2/requirements.txt
2019-08-03 04:24:57 UTC/bin/sh -c #(nop) ADD 212954fc7a0235ed6a71a343a5f5912ed56fa501a4afb987ea29accccbac19e0 in requirements.txt
2019-08-03 04:27:37 UTC|2 BRANCH=v2.6.2 REQUIREMENTS_URL=https://raw.githubusercontent.com/netbox-community/netbox/v2.6.2/requirements.txt /bin/sh -c pip install -r requirements.txt
2019-08-03 04:27:37 UTC/bin/sh -c #(nop) ARG REF_URL=https://api.github.com/repos/netbox-community/netbox/contents?ref=v2.6.2
2019-08-03 04:27:37 UTC/bin/sh -c #(nop) ADD cef1975e53548c009b3d6ffbd62bfd0699e3104572e58b8e7b9fe7dea99dbfc9 in version.json
2019-08-03 04:27:38 UTC/bin/sh -c #(nop) WORKDIR /opt
2019-08-03 04:27:38 UTC/bin/sh -c #(nop) ARG URL=https://github.com/netbox-community/netbox/archive/v2.6.2.tar.gz
2019-08-03 04:27:40 UTC|4 BRANCH=v2.6.2 REF_URL=https://api.github.com/repos/netbox-community/netbox/contents?ref=v2.6.2 REQUIREMENTS_URL=https://raw.githubusercontent.com/netbox-community/netbox/v2.6.2/requirements.txt URL=https://github.com/netbox-community/netbox/archive/v2.6.2.tar.gz /bin/sh -c wget -q -O - "${URL}" | tar xz && mv netbox* netbox
2019-08-03 04:27:41 UTC/bin/sh -c #(nop) COPY file:da9eb62b599f3db245c2d96d85ee105a8c614da8c95bd784e1e70fe75d70ef2f in /opt/netbox/netbox/netbox/configuration.py
2019-08-03 04:27:41 UTC/bin/sh -c #(nop) COPY file:de7ae6533d82addf4455d4b3cc30070e2a0fc811aa17a31b6fda83621eae9e29 in /etc/netbox/config/
2019-08-03 04:27:41 UTC/bin/sh -c #(nop) COPY file:4fb1e6afabd8fe57abd4e67f3b35a600c757e8752e1273b48a997489dcbd9c2d in /etc/netbox-nginx/nginx.conf
2019-08-03 04:27:41 UTC/bin/sh -c #(nop) COPY file:4657394c6b2020c10107f9ea244c3696fb66dbd428a39701db260ff328c362ff in /opt/netbox/docker-entrypoint.sh
2019-08-03 04:27:41 UTC/bin/sh -c #(nop) COPY dir:9c0bdd1fe2d693e3be7e011a2f43d3147d29c76dbdd51bcc5bba9fb8ffdc77f2 in /opt/netbox/startup_scripts/
2019-08-03 04:27:42 UTC/bin/sh -c #(nop) COPY dir:edf19f4f165e550e5802b96b02da2382a9c8739e9769592c184a750e6cecd2a0 in /opt/netbox/initializers/
2019-08-03 04:27:42 UTC/bin/sh -c #(nop) COPY file:122481ca76fdf1ba551b93e820e35896ff1833f16b8a76c26b332a60edae4b51 in /etc/netbox/config/configuration.py
2019-08-03 04:27:42 UTC/bin/sh -c #(nop) WORKDIR /opt/netbox/netbox
2019-08-03 04:27:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["/opt/netbox/docker-entrypoint.sh"]
2019-08-03 04:27:42 UTC/bin/sh -c #(nop) CMD ["gunicorn" "-c /etc/netbox/config/gunicorn_config.py" "netbox.wsgi"]
2019-08-03 04:27:43 UTC/bin/sh -c #(nop) LABEL SRC_URL=https://github.com/netbox-community/netbox/archive/v2.6.2.tar.gz
2019-08-03 04:27:43 UTC/bin/sh -c #(nop) ARG NETBOX_DOCKER_PROJECT_VERSION=snapshot
2019-08-03 04:27:43 UTC/bin/sh -c #(nop) LABEL NETBOX_DOCKER_PROJECT_VERSION=0.17.1
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.