2020-07-03 05:57:07 UTC
83.7 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA256b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be79
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/eff16c878c7fd6b688b9b4c4267695cf1a0bf01b/get-pip.py
PYTHON_PIP_VERSION20.1.1
PYTHON_VERSION3.7.8
[#000] sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c - 3.19% (2.67 MB)
[#001] sha256:36b3adc4ff6ffb76ae233f0a92177205845aaf3e9a39e0f96405dabd1423edc9 - 0.32% (274 KB)
[#002] sha256:d4f879c74e1ddc2073acd175fc2d76d292714d4abdb84bae7f1f7ac9955ece09 - 24.13% (20.2 MB)
[#003] sha256:6064e23ad5267cbb5ac095fc45e4ef86f79fa65988ee31adc38ec1b608611579 - 0.0% (230 Bytes)
[#004] sha256:ff64a3b3d6f3cb4c7b8ac0cdf8d9f5d35b090bf93088caf1e504adb19dc33103 - 2.2% (1.84 MB)
[#005] sha256:33b8a03a00d14abcbec9216b63d814b613bd30f12eaa43e6f41e65f9c1f9c80b - 19.6% (16.4 MB)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#007] sha256:357043317b55c608bee0a00160b7f3a807e6f2c61777ea9e3cc6227d4f18abfa - 41.87% (35 MB)
[#008] sha256:f5ddf8318dbe55bc1fc905b2c5ec98c2a4d089248d57de369625111cbc644ccb - 6.49% (5.43 MB)
[#009] sha256:32d312091e4d3df72338e3a37dcb7b627454cec95b8460f7c9b894afa4019f77 - 0.0% (346 Bytes)
[#010] sha256:a5702dcae67806027c483c830f2f62e4e88fc723d3d88939619361ca1a3780ad - 0.0% (297 Bytes)
[#011] sha256:609151005965b63c0d754ee21d21eda3e3caa1b0016cd85688845549b59a7eaf - 0.0% (584 Bytes)
[#012] sha256:653a3dd7e61753b9356f62a9efe48083dd1885ee186650355d93e27ef6fd3296 - 0.0% (1.14 KB)
[#013] sha256:9b13698064dea682138d27cc6fb218d6a3fddd8432f303f2a19d662b771e5097 - 0.01% (4.95 KB)
[#014] sha256:92afdf04995248646b0c138e7972efea6839023f69b92fe6bfbd882e19c9a46a - 0.0% (3.53 KB)
[#015] sha256:55d89ee28c9cf5f314c685933215b87638fa47c335816e9850ddff4f3c1e358b - 0.0% (3.99 KB)
[#016] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#017] sha256:ad1f3f6d06089bd94c1bc803bddb477bd3308e724c44afb2fb24e777f227797c - 0.0% (291 Bytes)
[#018] sha256:27bd6bed3c52295781e421f07c8b14f0562ac32bee405f4fc1669ea55203a514 - 2.17% (1.82 MB)
[#019] sha256:84d55600b8957e8f03cfa7f68308664cafdcc8afe8e8f184e1cd8f7487eb8750 - 0.0% (347 Bytes)
[#020] sha256:f7f7710ddc175fc102a229136e7907480a5fe85a8fe26f14a5aa17e6485d9d3e - 0.0% (1.52 KB)
/bin/sh -c #(nop) ADD file:c92c248239f8c7b9b3c067650954815f391b7bcb09023f984972c082ace2a8d0 in /
2020-05-29 21:19:46 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-06-02 01:48:49 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-06-03 19:36:53 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-06-03 19:36:54 UTC/bin/sh -c apk add --no-cache ca-certificates
2020-06-03 19:51:35 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2020-06-30 18:55:42 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.7.8
2020-06-30 19:04: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 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" LDFLAGS="-Wl,--strip-all" 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-06-30 19:04: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
2020-06-30 19:04:42 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.1.1
2020-06-30 19:04:42 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/eff16c878c7fd6b688b9b4c4267695cf1a0bf01b/get-pip.py
2020-06-30 19:04:43 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be79
2020-06-30 19:04:52 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-06-30 19:04:52 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-07-03 05:48:39 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache bash ca-certificates graphviz libevent libffi libjpeg-turbo libressl libxslt postgresql-libs ttf-ubuntu-font-family # buildkit
2020-07-03 05:48:42 UTC (buildkit.dockerfile.v0)WORKDIR /opt
2020-07-03 05:56:58 UTC (buildkit.dockerfile.v0)COPY /install /usr/local # buildkit
2020-07-03 05:56:58 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH
2020-07-03 05:56:58 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2020-07-03 05:56:58 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2020-07-03 05:56:58 UTC (buildkit.dockerfile.v0)COPY configuration/gunicorn_config.py /etc/netbox/config/ # buildkit
2020-07-03 05:56:58 UTC (buildkit.dockerfile.v0)COPY docker/nginx.conf /etc/netbox-nginx/nginx.conf # buildkit
2020-07-03 05:56:58 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2020-07-03 05:56:58 UTC (buildkit.dockerfile.v0)COPY startup_scripts/ /opt/netbox/startup_scripts/ # buildkit
2020-07-03 05:56:58 UTC (buildkit.dockerfile.v0)COPY initializers/ /opt/netbox/initializers/ # buildkit
2020-07-03 05:56:58 UTC (buildkit.dockerfile.v0)COPY configuration/configuration.py /etc/netbox/config/configuration.py # buildkit
2020-07-03 05:56:58 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2020-07-03 05:56:59 UTC (buildkit.dockerfile.v0)RUN |1 NETBOX_PATH=.netbox /bin/sh -c mkdir static && chmod -R g+w static media # buildkit
2020-07-03 05:56:59 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/opt/netbox/docker-entrypoint.sh"]
2020-07-03 05:56:59 UTC (buildkit.dockerfile.v0)CMD ["gunicorn" "-c /etc/netbox/config/gunicorn_config.py" "netbox.wsgi"]
2020-07-03 05:56:59 UTC (buildkit.dockerfile.v0)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-07-03 05:57:07 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache libsasl libldap util-linux # buildkit
2020-07-03 05:57:07 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit
2020-07-03 05:57:07 UTC (buildkit.dockerfile.v0)COPY configuration/ldap_config.py /etc/netbox/config/ldap_config.py # buildkit
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.