2019-05-01 04:18:04 UTC
251 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_PIP_VERSION19.1
PYTHON_VERSION3.6.8
[#000] sha256:bdf0201b3a056acc4d6062cc88cd8a4ad5979983bfb640f15a145e09ed985f92 - 1.05% (2.63 MB)
[#001] sha256:59c926705abfce33273837742a03ad5b0208430695d4364f4b6b4629a5d720de - 0.11% (295 KB)
[#002] sha256:dd4853571cc7e489db8127107442851f2a6e314ec812a1020fe15418919fed18 - 9.3% (23.3 MB)
[#003] sha256:3a45eb710779742d5788647b8e4f1046ec0e476796532d93838d38a7b72afa14 - 0.0% (230 Bytes)
[#004] sha256:f4700a9d59e5099cae4957f0e3d40e04a79ffcdbfafb286af1c2d7ac2c517cd2 - 0.69% (1.74 MB)
[#005] sha256:fea7f5753e8485f22351dcfea4d768d5d0b9d5d739ffeb8c530182dc092cb5ce - 32.97% (82.7 MB)
[#006] sha256:c310d6c2410969386a0efb98eb0af23badcd900efd5c6313c0a6dfe1bd2f1e02 - 22.4% (56.2 MB)
[#007] sha256:2a016bffe81d7e6896dc74fb9f5e7d5d82285b7a260b6f6ed2c9f42f60cba6c0 - 0.91% (2.28 MB)
[#008] sha256:9b38f767ccf7e2b6d9f3c0a38d470e9de48bb0f68bcfd37360f9507ec8445aab - 32.07% (80.4 MB)
[#009] sha256:6fa1f75f98e9c32f362526b259c0edbeb896da373a37788f1e10b11a6504e181 - 0.0% (347 Bytes)
[#010] sha256:16b2f36dba58e7da07bf37e64ad75623c1c528e346ca0c7c396e73b03eb5ba01 - 0.0% (300 Bytes)
[#011] sha256:27d689876bf705467c5e6b278c1aedcb7a5c9ecab362c9322f2aab123da5e1f6 - 0.0% (581 Bytes)
[#012] sha256:14d7b3947357a69734656a3c944583b436432412a06f043f2526a2a5b1a79f14 - 0.0% (931 Bytes)
[#013] sha256:076962f8dd8fecb9845b458805d9a4825bedad6e15a0db8be96241303bbf5335 - 0.0% (2.99 KB)
[#014] sha256:532e5b1fc592a03930fec047557722d764009ccaeca628617da247ea6d564c32 - 0.0% (1.85 KB)
[#015] sha256:eaff1dc36b2c88697177a7f206737420e1e650c73d13bd690ed82e617c1eae2c - 0.0% (3.26 KB)
[#016] sha256:8368832e3dd58bb3ee25779fa2e8399cf6e1f4be463f933964433d9717ea517e - 0.49% (1.22 MB)
[#017] sha256:1952446dd3454640fc06ce29a3fb257df1e5f01ce0b7b361702bc69a97438300 - 0.0% (359 Bytes)
[#018] sha256:174796a1da8597ef671880fdeda72b02587918f5c3b3b3a8b7a3a278dd75a356 - 0.0% (1.28 KB)
/bin/sh -c #(nop) ADD file:2e3a37883f56a4a278bec2931fc9f91fb9ebdaa9047540fe8fde419b84a1701b in /
2019-04-09 23:20:18 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-04-10 00:00:29 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-04-10 01:21:32 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2019-04-10 01:21:34 UTC/bin/sh -c apk add --no-cache ca-certificates
2019-04-10 01:27:29 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2019-04-10 01:32:33 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.8
2019-04-10 01:36:14 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 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-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" && 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-04-10 01:36:15 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-04-25 00:35:09 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=19.1
2019-04-25 00:35:15 UTC/bin/sh -c set -ex; wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; 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-04-25 00:35:15 UTC/bin/sh -c #(nop) CMD ["python3"]
2019-04-30 04:14:11 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-04-30 04:33:19 UTC/bin/sh -c pip install gunicorn napalm ruamel.yaml 'Django>=2.1.5,<2.2' django-rq
2019-04-30 04:33:20 UTC/bin/sh -c #(nop) WORKDIR /opt
2019-04-30 04:33:20 UTC/bin/sh -c #(nop) ARG BRANCH=master
2019-04-30 04:33:20 UTC/bin/sh -c #(nop) ARG URL=https://github.com/digitalocean/netbox/archive/v2.6-beta1.tar.gz
2019-04-30 04:33:23 UTC|2 BRANCH=v2.6-beta1 URL=https://github.com/digitalocean/netbox/archive/v2.6-beta1.tar.gz /bin/sh -c wget -q -O - "${URL}" | tar xz && mv netbox* netbox
2019-04-30 04:33:23 UTC/bin/sh -c #(nop) WORKDIR /opt/netbox
2019-04-30 04:36:32 UTC|2 BRANCH=v2.6-beta1 URL=https://github.com/digitalocean/netbox/archive/v2.6-beta1.tar.gz /bin/sh -c pip install -r requirements.txt
2019-04-30 04:36:32 UTC/bin/sh -c #(nop) COPY file:da9eb62b599f3db245c2d96d85ee105a8c614da8c95bd784e1e70fe75d70ef2f in /opt/netbox/netbox/netbox/configuration.py
2019-04-30 04:36:33 UTC/bin/sh -c #(nop) COPY file:de7ae6533d82addf4455d4b3cc30070e2a0fc811aa17a31b6fda83621eae9e29 in /etc/netbox/config/
2019-04-30 04:36:33 UTC/bin/sh -c #(nop) COPY file:4fb1e6afabd8fe57abd4e67f3b35a600c757e8752e1273b48a997489dcbd9c2d in /etc/netbox-nginx/nginx.conf
2019-04-30 04:36:33 UTC/bin/sh -c #(nop) COPY file:4657394c6b2020c10107f9ea244c3696fb66dbd428a39701db260ff328c362ff in docker-entrypoint.sh
2019-04-30 04:36:33 UTC/bin/sh -c #(nop) COPY dir:7b9bf191722a6dc706859bbcb64bb05480fdc360e9fdd44a0eaf1a473718fa04 in /opt/netbox/startup_scripts/
2019-04-30 04:36:34 UTC/bin/sh -c #(nop) COPY dir:edf19f4f165e550e5802b96b02da2382a9c8739e9769592c184a750e6cecd2a0 in /opt/netbox/initializers/
2019-04-30 04:36:34 UTC/bin/sh -c #(nop) COPY file:3b05446b62a7cc3a4d7d2e338d60ab694a3ef02346e474eadf00f54d7694d527 in /etc/netbox/config/configuration.py
2019-04-30 04:36:34 UTC/bin/sh -c #(nop) WORKDIR /opt/netbox/netbox
2019-04-30 04:36:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["/opt/netbox/docker-entrypoint.sh"]
2019-04-30 04:36:34 UTC/bin/sh -c #(nop) CMD ["gunicorn" "-c /etc/netbox/config/gunicorn_config.py" "netbox.wsgi"]
2019-04-30 04:36:34 UTC/bin/sh -c #(nop) LABEL SRC_URL=https://github.com/digitalocean/netbox/archive/v2.6-beta1.tar.gz
2019-04-30 04:36:35 UTC/bin/sh -c #(nop) ARG NETBOX_DOCKER_PROJECT_VERSION=snapshot
2019-04-30 04:36:35 UTC/bin/sh -c #(nop) LABEL NETBOX_DOCKER_PROJECT_VERSION=0.11.0
2019-05-01 04:18:04 UTC/bin/sh -c pip install django_auth_ldap
2019-05-01 04:18:04 UTC/bin/sh -c #(nop) COPY file:bb06aa2ba11e4b95e9de2bca3a2311a104c1e245c1f911912c4c3cd5f09c8e84 in /opt/netbox/netbox/netbox/ldap_config.py
2019-05-01 04:18:04 UTC/bin/sh -c #(nop) COPY file:02cb11f35168eb3c7351b69efb60146092e82cca10b436c0a3ebd1c6120e64b3 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.