2020-12-15 09:01:41 UTC
77.7 MB
E3FF2839C048B25C084DEBE9B26995E310250568
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA256d48ae68f297cac54db17e4107b800faae0e5210131f9f386c30c0166bf8d81b7
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/91630a4867b1f93ba0a12aa81d0ec4ecc1e7eeb9/get-pip.py
PYTHON_PIP_VERSION20.3.1
PYTHON_VERSION3.9.1
[#000] sha256:05e7bc50f07f000e9993ec0d264b9ffcbb9a01a4d69c68f556d25e9811a8f7f4 - 3.43% (2.67 MB)
[#001] sha256:f5fc763800d159eb7bcb80842088da48bf7cc8477d223014cee3923c3af2268a - 0.8% (638 KB)
[#002] sha256:f53ef10555d9c1c0b9ab33ded545a015cfa6eee7003aa538b1354f5a104fe9af - 14.19% (11 MB)
[#003] sha256:4c86f8625acc026310fad31cd7ad5687a3a69715ead192bf3b87d8e99901ca0a - 0.0% (229 Bytes)
[#004] sha256:2a8e2cb8a2db5b94a929122efd62fe7dccc926ef7c9365b271d1432256966780 - 2.62% (2.04 MB)
[#005] sha256:f4a236d1bed9cbe7fbc44b4c59bf307cd0fa9032d694b15627103453a50381fb - 21.15% (16.4 MB)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#007] sha256:02a815b1c01ebe8c40b8bd6875fc819697f8c2b2a2c475faa1420cb4edc4af66 - 46.74% (36.3 MB)
[#008] sha256:95146ed2fcdaaccc7a585358e1802aefab2b99e6a45f5e259b4fdad4878c2021 - 8.68% (6.74 MB)
[#009] sha256:af98281f413fcdb9d10d7b507c28bfcc9f107658288399109bb7a551712209e1 - 0.0% (1.04 KB)
[#010] sha256:17d52719adc5b080369f6135b2c9b82d8f31e7aa67f6bbed65f441c8fc7d0a40 - 0.0% (280 Bytes)
[#011] sha256:4ccb52368fd9d9a87a35b010b75c9fc78819ffd6f196851b6a921a4dadc14e23 - 0.0% (594 Bytes)
[#012] sha256:aa9e132166b201b05df3c92be6e339a97c633b85427e797d59e15a6e22afc252 - 0.0% (1.13 KB)
[#013] sha256:909574a068cafdd3adeabbbe7b85a4fa7118196d220e7d06ba5d484bd1b0d14f - 0.01% (5.49 KB)
[#014] sha256:38bf2576d6be4d3dcfbb6353cdf4a943a0769249ef95411a620d41a73eeffd90 - 0.0% (3.64 KB)
[#015] sha256:335aca1f875eedf132651b415ea30e919e4346ce802974d7d0863cf6379c8dcd - 0.01% (6.44 KB)
[#016] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#017] sha256:907b1feca7f5766f0ceb3bfecb1c3c8f5f5b58299cbcfe9d69fbbbede2ebd8d0 - 0.0% (290 Bytes)
[#018] sha256:746299dd2c47c28256c92a616d6132b77f618b0997482ed1605eaed63ad2a614 - 2.37% (1.84 MB)
[#019] sha256:0a36740fca16a19d320a879442cf8d19578eb9b02c0d925e772bf04398fb93d7 - 0.0% (407 Bytes)
/bin/sh -c #(nop) ADD file:62a1e09319acb6d1bad91ef1c35aabdc7e5e19883a77f30f1951ccfffc812124 in /
2020-12-11 02:04:07 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-12-11 05:33:51 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-12-11 14:03:58 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-12-11 14:04:00 UTC/bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ;
2020-12-11 14:23:52 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2020-12-11 14:23:52 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.9.1
2020-12-11 14:30:44 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" && make install && rm -rf /usr/src/python && 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' -o -name '*.a' \) \) \) -exec rm -rf '{}' + && 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 && python3 --version
2020-12-11 14:30:45 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-12-11 14:30:45 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3.1
2020-12-11 14:30:45 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/91630a4867b1f93ba0a12aa81d0ec4ecc1e7eeb9/get-pip.py
2020-12-11 14:30:45 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=d48ae68f297cac54db17e4107b800faae0e5210131f9f386c30c0166bf8d81b7
2020-12-11 14:30: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-12-11 14:30:52 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-12-15 08:53:37 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-12-15 08:53:37 UTC (buildkit.dockerfile.v0)WORKDIR /opt
2020-12-15 09:01:30 UTC (buildkit.dockerfile.v0)COPY /install /usr/local # buildkit
2020-12-15 09:01:31 UTC (buildkit.dockerfile.v0)ARG NETBOX_PATH
2020-12-15 09:01:31 UTC (buildkit.dockerfile.v0)COPY .netbox /opt/netbox # buildkit
2020-12-15 09:01:31 UTC (buildkit.dockerfile.v0)COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit
2020-12-15 09:01:31 UTC (buildkit.dockerfile.v0)COPY docker/gunicorn_config.py /etc/netbox/ # buildkit
2020-12-15 09:01:31 UTC (buildkit.dockerfile.v0)COPY docker/nginx.conf /etc/netbox-nginx/nginx.conf # buildkit
2020-12-15 09:01:31 UTC (buildkit.dockerfile.v0)COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit
2020-12-15 09:01:31 UTC (buildkit.dockerfile.v0)COPY startup_scripts/ /opt/netbox/startup_scripts/ # buildkit
2020-12-15 09:01:31 UTC (buildkit.dockerfile.v0)COPY initializers/ /opt/netbox/initializers/ # buildkit
2020-12-15 09:01:31 UTC (buildkit.dockerfile.v0)COPY configuration/ /etc/netbox/config/ # buildkit
2020-12-15 09:01:31 UTC (buildkit.dockerfile.v0)WORKDIR /opt/netbox/netbox
2020-12-15 09:01:31 UTC (buildkit.dockerfile.v0)RUN |1 NETBOX_PATH=.netbox /bin/sh -c mkdir static && chmod -R g+w static media # buildkit
2020-12-15 09:01:31 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/opt/netbox/docker-entrypoint.sh"]
2020-12-15 09:01:31 UTC (buildkit.dockerfile.v0)CMD ["gunicorn" "-c /etc/netbox/gunicorn_config.py" "netbox.wsgi"]
2020-12-15 09:01:31 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-12-15 09:01:41 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache libsasl libldap util-linux # buildkit
2020-12-15 09:01:41 UTC (buildkit.dockerfile.v0)COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/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.