2019-09-26 04:35:05 UTC
244 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA25657e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
PYTHON_PIP_VERSION19.2.3
PYTHON_VERSION3.7.4
[#000] sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 - 1.09% (2.66 MB)
[#001] sha256:c0ea575d71b95849badbbe7028b2860a80414fc494a07bb439a0d202b5e77e51 - 0.12% (295 KB)
[#002] sha256:0f535eceebd59caf21911ae128f64d52438947bdc1b89f7657fe7a8b11dbc807 - 11.27% (27.5 MB)
[#003] sha256:8a30f5893bea6db26a6a113939720e3ebd4969274ae27b42b5c1d945347a551b - 0.0% (228 Bytes)
[#004] sha256:c1d30ace7b67d8a7d6e01e9572c8f3bc933e255a37a092e925e4cd08ed555680 - 0.73% (1.78 MB)
[#005] sha256:d35e73225733d091e9873c26f073ecc4f4751b84ca65d22af81c86dd77293c69 - 34.54% (84.4 MB)
[#006] sha256:18983e10da11b129605b47a46c37fd7272544c8e280fbd0a2e493991af92e5e0 - 23.3% (57 MB)
[#007] sha256:ee315cebb4668be4c8c1476667a7cd91c61783aa8a7a6ca6dadfea6c53093474 - 0.0% (413 Bytes)
[#008] sha256:0e4313bf9fbd484e9d1ab1b7d250c40c4f52027a13f71ce7f579f582ac17965f - 28.02% (68.5 MB)
[#009] sha256:4a2e6c30230e34398f3818de5a29732d5d245adba9850c4f97c99ad1e7408e0c - 0.0% (1.6 KB)
[#010] sha256:ab9713580558bc828a919f919ef464a91896fc141fdf842c5d6cfeb3a2df599d - 0.94% (2.3 MB)
[#011] sha256:35763b1108c7726a318bfe3a4f963cacd34fca49e3b8db0854d31aae90648fbb - 0.0% (346 Bytes)
[#012] sha256:4cc67f5f7dc435c11132686a69cb5323c6583125bc9f162355327b67d7b531fb - 0.0% (297 Bytes)
[#013] sha256:da37cdcd209b6a1e6129a68a893d173895c3d1b9f8962a55b040cf778b404bc7 - 0.0% (588 Bytes)
[#014] sha256:596124a6d0158f798f811dd2746745c0aca9d2b202383c06f24997c9c2d2a824 - 0.0% (929 Bytes)
[#015] sha256:89fbe466f7bbb05b3d2859ee1b8551ff345659dfbca319c249fa7089df7f882b - 0.0% (2.99 KB)
[#016] sha256:6981a4a6b936a43597ae09c132f15f79c0969407f277bcd5f694f2b7d793ab40 - 0.0% (1.85 KB)
[#017] sha256:892941c76135d2cf833f5bea78d0d09060ca3388dd369dbd49792ec2d2c7af7c - 0.0% (3.61 KB)
/bin/sh -c #(nop) ADD file:fe64057fbb83dccb960efabbf1cd8777920ef279a7fa8dbca0a8801c651bdf7c in /
2019-08-20 20:19:55 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-08-20 21:29:22 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-08-21 00:06:14 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2019-08-21 00:06:15 UTC/bin/sh -c apk add --no-cache ca-certificates
2019-08-21 00:13:42 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2019-08-21 00:13:42 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.7.4
2019-08-21 00:21:40 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-08-21 00:21:41 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-08-26 23:43:22 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=19.2.3
2019-08-26 23:43:22 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py
2019-08-26 23:43:23 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe
2019-08-26 23:43:28 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-08-26 23:43:28 UTC/bin/sh -c #(nop) CMD ["python3"]
2019-09-26 04:10:45 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-09-26 04:32:11 UTC/bin/sh -c pip install gunicorn napalm 'ruamel.yaml>=0.15,<0.16' 'Django>=2.2,<2.3' django-rq
2019-09-26 04:32:12 UTC/bin/sh -c #(nop) ARG BRANCH=master
2019-09-26 04:32:12 UTC/bin/sh -c #(nop) WORKDIR /tmp
2019-09-26 04:32:12 UTC/bin/sh -c #(nop) ARG REQUIREMENTS_URL=https://raw.githubusercontent.com/netbox-community/netbox/v2.6.5/requirements.txt
2019-09-26 04:32:13 UTC/bin/sh -c #(nop) ADD 212954fc7a0235ed6a71a343a5f5912ed56fa501a4afb987ea29accccbac19e0 in requirements.txt
2019-09-26 04:34:58 UTC|2 BRANCH=v2.6.5 REQUIREMENTS_URL=https://raw.githubusercontent.com/netbox-community/netbox/v2.6.5/requirements.txt /bin/sh -c pip install -r requirements.txt
2019-09-26 04:34:59 UTC/bin/sh -c #(nop) ARG REF_URL=https://api.github.com/repos/netbox-community/netbox/contents?ref=v2.6.5
2019-09-26 04:34:59 UTC/bin/sh -c #(nop) ADD afa5053d6df612c1626ace7103b2e0709b880f9b481fbcd4bae7b44bf47081f8 in version.json
2019-09-26 04:34:59 UTC/bin/sh -c #(nop) WORKDIR /opt
2019-09-26 04:34:59 UTC/bin/sh -c #(nop) ARG URL=https://github.com/netbox-community/netbox/archive/v2.6.5.tar.gz
2019-09-26 04:35:02 UTC|4 BRANCH=v2.6.5 REF_URL=https://api.github.com/repos/netbox-community/netbox/contents?ref=v2.6.5 REQUIREMENTS_URL=https://raw.githubusercontent.com/netbox-community/netbox/v2.6.5/requirements.txt URL=https://github.com/netbox-community/netbox/archive/v2.6.5.tar.gz /bin/sh -c wget -q -O - "${URL}" | tar xz && mv netbox* netbox
2019-09-26 04:35:02 UTC/bin/sh -c #(nop) COPY file:da9eb62b599f3db245c2d96d85ee105a8c614da8c95bd784e1e70fe75d70ef2f in /opt/netbox/netbox/netbox/configuration.py
2019-09-26 04:35:02 UTC/bin/sh -c #(nop) COPY file:de7ae6533d82addf4455d4b3cc30070e2a0fc811aa17a31b6fda83621eae9e29 in /etc/netbox/config/
2019-09-26 04:35:03 UTC/bin/sh -c #(nop) COPY file:4fb1e6afabd8fe57abd4e67f3b35a600c757e8752e1273b48a997489dcbd9c2d in /etc/netbox-nginx/nginx.conf
2019-09-26 04:35:03 UTC/bin/sh -c #(nop) COPY file:4657394c6b2020c10107f9ea244c3696fb66dbd428a39701db260ff328c362ff in /opt/netbox/docker-entrypoint.sh
2019-09-26 04:35:03 UTC/bin/sh -c #(nop) COPY dir:9c0bdd1fe2d693e3be7e011a2f43d3147d29c76dbdd51bcc5bba9fb8ffdc77f2 in /opt/netbox/startup_scripts/
2019-09-26 04:35:03 UTC/bin/sh -c #(nop) COPY dir:edf19f4f165e550e5802b96b02da2382a9c8739e9769592c184a750e6cecd2a0 in /opt/netbox/initializers/
2019-09-26 04:35:04 UTC/bin/sh -c #(nop) COPY file:122481ca76fdf1ba551b93e820e35896ff1833f16b8a76c26b332a60edae4b51 in /etc/netbox/config/configuration.py
2019-09-26 04:35:04 UTC/bin/sh -c #(nop) WORKDIR /opt/netbox/netbox
2019-09-26 04:35:04 UTC/bin/sh -c #(nop) ENTRYPOINT ["/opt/netbox/docker-entrypoint.sh"]
2019-09-26 04:35:04 UTC/bin/sh -c #(nop) CMD ["gunicorn" "-c /etc/netbox/config/gunicorn_config.py" "netbox.wsgi"]
2019-09-26 04:35:04 UTC/bin/sh -c #(nop) LABEL SRC_URL=https://github.com/netbox-community/netbox/archive/v2.6.5.tar.gz
2019-09-26 04:35:04 UTC/bin/sh -c #(nop) ARG NETBOX_DOCKER_PROJECT_VERSION=snapshot
2019-09-26 04:35:05 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.