2019-11-01 14:46:40 UTC
93.3 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.85% (2.66 MB)
[#001] sha256:910c49c00810270202e88365d51e9aed81dc7afd1be0bdb6b1e6c3d08e85b225 - 0.31% (295 KB)
[#002] sha256:e573a2f3989355f8c8af799fee5851594a613583b348227f2a405916ce113c33 - 29.6% (27.6 MB)
[#003] sha256:a147d60101b9dec6bbcdf3c0596b816bbdce36db57dd7aeb489f32df5ca46fd8 - 0.0% (232 Bytes)
[#004] sha256:04550de40735aba17190da65a7c9a2fa85bf0053acd17a82fe37c2dc40764b2e - 1.91% (1.78 MB)
[#005] sha256:d8a937fae942dd2bb37fdbd4ce68369082c69f386d95377eef0391e4ea15b831 - 16.52% (15.4 MB)
[#006] sha256:0defbdb426e201781c46ccf1fee42f5f28ed9e391b8763ae676af4324053a9a8 - 41.8% (39 MB)
[#007] sha256:0ed18a0ec3af50a3facf8bb61d81c50e1ee8fc689f8e244c5b64a1362caaf415 - 5.29% (4.94 MB)
[#008] sha256:31c202a45cdae0b45d7539b200189273c79a400d06a51d297f7ec382fbf5fafc - 0.0% (349 Bytes)
[#009] sha256:6af39f943dd88bec2d4f9d93ee2fb8f3108245ddd32e6432bad911651c0be3e1 - 0.0% (297 Bytes)
[#010] sha256:a2b1dca5297bbf47e8b3c86b0fef2d7803d8f6296313925fdeb4d407f95edecf - 0.0% (581 Bytes)
[#011] sha256:9fd98ec21aad4026e0fbf8ed3bfd27a35b90ce79fc39b5939a7a8ee6aa58afe8 - 0.0% (960 Bytes)
[#012] sha256:cc968132b9d7962563aa18ffd72d4b7bb969c4ff6c722c1c03fcfe2ff531528b - 0.01% (4.91 KB)
[#013] sha256:9181a7de9ee3abe16ee1cf479b8ee4916b7a7205b828284c046237f3e6365886 - 0.0% (2.87 KB)
[#014] sha256:09a677b903b384a03a4bd922dd36200050ca4ef0cf30d2be9e3b781f0dfd3f15 - 0.0% (3.63 KB)
[#015] sha256:0f34e1f2b1e9a2cf17f7be0c960e97f4f6a87c437d8e3abd06c985faf4ef8836 - 1.71% (1.59 MB)
[#016] sha256:f10b287ff7fbb00607d9b954788eaf90a3b511c8103088cd6d965d8ed825d9a1 - 0.0% (353 Bytes)
[#017] sha256:9af4c364751b9fe600c453cf79f6b39c6d98dc31ac523cc7146a3fc9015ce730 - 0.0% (1.5 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-10-21 20:15:37 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-10-21 20:15:38 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-10-21 20:15:38 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=19.3.1
2019-10-21 20:15:39 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
2019-10-21 20:15:39 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
2019-10-21 20:15:44 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-10-21 20:15:44 UTC/bin/sh -c #(nop) CMD ["python3"]
2019-11-01 14:46:08 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-11-01 14:46:09 UTC/bin/sh -c #(nop) WORKDIR /opt
2019-11-01 14:46:31 UTC/bin/sh -c #(nop) COPY dir:aecffb43085777058b0c77feeb1ac78d2f67859da9e015330091dc7dbd7d483e in /usr/local
2019-11-01 14:46:32 UTC/bin/sh -c #(nop) ARG NETBOX_PATH
2019-11-01 14:46:33 UTC/bin/sh -c #(nop) COPY dir:afccfcc6c4313a33e9ac0567e24318164addba9735bc00fb70fa404678036c7f in /opt/netbox
2019-11-01 14:46:34 UTC/bin/sh -c #(nop) COPY file:da9eb62b599f3db245c2d96d85ee105a8c614da8c95bd784e1e70fe75d70ef2f in /opt/netbox/netbox/netbox/configuration.py
2019-11-01 14:46:34 UTC/bin/sh -c #(nop) COPY file:de7ae6533d82addf4455d4b3cc30070e2a0fc811aa17a31b6fda83621eae9e29 in /etc/netbox/config/
2019-11-01 14:46:34 UTC/bin/sh -c #(nop) COPY file:4fb1e6afabd8fe57abd4e67f3b35a600c757e8752e1273b48a997489dcbd9c2d in /etc/netbox-nginx/nginx.conf
2019-11-01 14:46:34 UTC/bin/sh -c #(nop) COPY file:0413705b891b27ec9d2d46aa375f334d55a6e3600422584e4bdd89fc04013cbd in /opt/netbox/docker-entrypoint.sh
2019-11-01 14:46:35 UTC/bin/sh -c #(nop) COPY dir:6eb984ec2130112348c19e2d62133852bb66412740fffdb17330c15701749939 in /opt/netbox/startup_scripts/
2019-11-01 14:46:35 UTC/bin/sh -c #(nop) COPY dir:b23b8530ee659d205aef585ff7931018abb2ecb602b9af8654263afd35d09e15 in /opt/netbox/initializers/
2019-11-01 14:46:35 UTC/bin/sh -c #(nop) COPY file:5421e749202b59596b87b08ebd9bac4e2e72c9c64a56d3f6ad0fde99fe796623 in /etc/netbox/config/configuration.py
2019-11-01 14:46:35 UTC/bin/sh -c #(nop) WORKDIR /opt/netbox/netbox
2019-11-01 14:46:35 UTC/bin/sh -c #(nop) ENTRYPOINT ["/opt/netbox/docker-entrypoint.sh"]
2019-11-01 14:46:35 UTC/bin/sh -c #(nop) CMD ["gunicorn" "-c /etc/netbox/config/gunicorn_config.py" "netbox.wsgi"]
2019-11-01 14:46:36 UTC/bin/sh -c #(nop) LABEL NETBOX_DOCKER_PROJECT_VERSION=custom build NETBOX_BRANCH=custom build ORIGINAL_DOCKER_TAG=custom build NETBOX_GIT_COMMIT=not built from git NETBOX_GIT_URL=not built from git
2019-11-01 14:46:39 UTC/bin/sh -c apk add --no-cache libsasl libldap util-linux
2019-11-01 14:46:40 UTC/bin/sh -c #(nop) COPY file:bb06aa2ba11e4b95e9de2bca3a2311a104c1e245c1f911912c4c3cd5f09c8e84 in /opt/netbox/netbox/netbox/ldap_config.py
2019-11-01 14:46:40 UTC/bin/sh -c #(nop) COPY file:cac797ef538c208370cc675b3ad2d79a45db4a5347edf284d27bb27f909f9301 in /etc/netbox/config/ldap_config.py
2019-11-01 14:46:40 UTC/bin/sh -c #(nop) LABEL NETBOX_BRANCH=v2.6.6 NETBOX_DOCKER_PROJECT_VERSION=0.19.2 NETBOX_GIT_COMMIT=c2b1556d685281de74cf6ede7c2f933ed1b2d649 NETBOX_GIT_URL=https://github.com/netbox-community/netbox.git ORIGINAL_DOCKER_TAG=index.docker.io/netboxcommunity/netbox:v2.6.6-ldap
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.