Namespace
netboxcommunity
Image / Tag
netbox:v2.5.7-ldap
Content Digest
sha256:21b5667cd11a65c89c425ea59e5da8ee72bf9f51e233e0974b3087436f6ca1a8
Details
Created

2019-02-22 14:03:08 UTC

Size

217 MB

Content Digest
Labels
  • NETBOX_DOCKER_PROJECT_VERSION
    0.7.0
  • SRC_URL
    https://github.com/digitalocean/netbox/archive/v2.5.7.tar.gz

Environment
GPG_KEY

0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_PIP_VERSION

19.0.3

PYTHON_VERSION

3.6.8


Layers

[#000] sha256:169185f82c45a6eb72e0ca4ee66152626e7ace92a0cbc53624fb46d0a553f0bd - 0.97% (2.1 MB)

[#001] sha256:ef00a8db125d3a25e193b96e6786193f744e24b01db96dab132e687e53848f9a - 0.14% (302 KB)

[#002] sha256:666c6c0705ba54eed1331d1a5f3981be6851dbafff91751d2a032383e3451dc7 - 10.18% (22.1 MB)

[#003] sha256:29d9de0306f3e4cf323d0e802ee19f7c3a8c3b5474095c5f9e12262eaf38dce4 - 0.0% (232 Bytes)

[#004] sha256:239f44c6b6c02fff76e97646615c1b0f271f3c1f384830ff591127b6b001a368 - 0.8% (1.73 MB)

[#005] sha256:1bebd8150a82f52e0ab17b00494c2a737e5a3e7173c651187f37118760aaa3cd - 35.23% (76.5 MB)

[#006] sha256:5fe8b0f4296e186fddb07274dbde0cf3a16b2856a5c4a42ad96219b155d2f19e - 24.55% (53.3 MB)

[#007] sha256:11e27618e101faf4179066f67757acf5d7bb01d5285218ddbba45152225fa61c - 0.0% (92 Bytes)

[#008] sha256:bd2142b85197bdaaf5090efc07db1fa306522f91573e378e8ec0383bbe915bf6 - 1.04% (2.25 MB)

[#009] sha256:9bc7ecfe3c9ac297927aa31ba163bdba04b54bb8c4be8272f27d4ddbde6bafd3 - 26.55% (57.7 MB)

[#010] sha256:e624fd54efe30297c564b5d5d9506b724e4b6dc3ee7f789153782915cfb48243 - 0.0% (350 Bytes)

[#011] sha256:124c492563c51b6b02a3e34dab18ee467cf24a4585deb87d0d7b7f25620e07b1 - 0.0% (297 Bytes)

[#012] sha256:fe729df333e7446a35076d4331a832c7b80c29e5f0b4ab4c521aa4de94183c00 - 0.0% (584 Bytes)

[#013] sha256:3a539c6dd7786de2a572485cfbd91926c2058c5f78c3c4d9440f321d9094a3c4 - 0.0% (868 Bytes)

[#014] sha256:f6a136042218a86b262ba1a2ce965eb1bbeb30a199f9cd3ea870efaf6a8d98ec - 0.0% (2.99 KB)

[#015] sha256:0ddc826c7c32d2dc40c5530c403bd2f6e8758142bd09ffc34d6b993943b61565 - 0.0% (1.85 KB)

[#016] sha256:694e0b4bb41db025c71a516c556ae5369ec659f32cc1f952a67ef4891c032981 - 0.0% (3.26 KB)

[#017] sha256:00b5ef01fad69c193a97b368957038cbe2a9d58f90258c0401adce2e33eba3b5 - 0.55% (1.19 MB)

[#018] sha256:f1d372fbc8f2e9e404f9179dd98d6e1eae4a659a5617cf5ee2274d497cad6e7b - 0.0% (358 Bytes)

[#019] sha256:593cf2fcc8506d339d7ed7f02bb2c2899133fab01b42165035a766500a302fea - 0.0% (1.28 KB)


History
2019-01-30 22:19:46 UTC

/bin/sh -c #(nop) ADD file:91fb97ea3549e52e7b6e22b93a6736cf915c756f3d13348406d8ad5f1a872680 in /

2019-01-30 22:19:47 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2019-01-30 23:38:17 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2019-01-30 23:38:17 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2019-01-30 23:38:19 UTC

/bin/sh -c apk add --no-cache ca-certificates

2019-01-30 23:38:19 UTC

/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

2019-01-30 23:48:34 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.8

2019-02-06 02:00:59 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 libressl-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-02-06 02:01:00 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-02-22 00:51:41 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=19.0.3

2019-02-22 00:51:47 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-02-22 00:51:47 UTC

/bin/sh -c #(nop) CMD ["python3"]

2019-02-22 05:17:38 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-02-22 05:35:31 UTC

/bin/sh -c pip install gunicorn napalm ruamel.yaml 'Django>=1.11,<2.1' django-rq

2019-02-22 05:35:32 UTC

/bin/sh -c #(nop) WORKDIR /opt

2019-02-22 05:35:32 UTC

/bin/sh -c #(nop) ARG BRANCH=master

2019-02-22 05:35:33 UTC

/bin/sh -c #(nop) ARG URL=https://github.com/digitalocean/netbox/archive/v2.5.7.tar.gz

2019-02-22 05:35:35 UTC

|2 BRANCH=v2.5.7 URL=https://github.com/digitalocean/netbox/archive/v2.5.7.tar.gz /bin/sh -c wget -q -O - "${URL}" | tar xz && mv netbox* netbox

2019-02-22 05:35:36 UTC

/bin/sh -c #(nop) WORKDIR /opt/netbox

2019-02-22 05:38:23 UTC

|2 BRANCH=v2.5.7 URL=https://github.com/digitalocean/netbox/archive/v2.5.7.tar.gz /bin/sh -c pip install -r requirements.txt

2019-02-22 05:38:24 UTC

/bin/sh -c #(nop) COPY file:da9eb62b599f3db245c2d96d85ee105a8c614da8c95bd784e1e70fe75d70ef2f in /opt/netbox/netbox/netbox/configuration.py

2019-02-22 05:38:24 UTC

/bin/sh -c #(nop) COPY file:de7ae6533d82addf4455d4b3cc30070e2a0fc811aa17a31b6fda83621eae9e29 in /etc/netbox/config/

2019-02-22 05:38:25 UTC

/bin/sh -c #(nop) COPY file:4fb1e6afabd8fe57abd4e67f3b35a600c757e8752e1273b48a997489dcbd9c2d in /etc/netbox-nginx/nginx.conf

2019-02-22 05:38:25 UTC

/bin/sh -c #(nop) COPY file:6a8c033c944794fc74e40901d9a162c7711e8035d3d9b40a652daca84a607ff9 in docker-entrypoint.sh

2019-02-22 05:38:25 UTC

/bin/sh -c #(nop) COPY dir:7b9bf191722a6dc706859bbcb64bb05480fdc360e9fdd44a0eaf1a473718fa04 in /opt/netbox/startup_scripts/

2019-02-22 05:38:25 UTC

/bin/sh -c #(nop) COPY dir:edf19f4f165e550e5802b96b02da2382a9c8739e9769592c184a750e6cecd2a0 in /opt/netbox/initializers/

2019-02-22 05:38:25 UTC

/bin/sh -c #(nop) COPY file:3b05446b62a7cc3a4d7d2e338d60ab694a3ef02346e474eadf00f54d7694d527 in /etc/netbox/config/configuration.py

2019-02-22 05:38:26 UTC

/bin/sh -c #(nop) WORKDIR /opt/netbox/netbox

2019-02-22 05:38:26 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/opt/netbox/docker-entrypoint.sh"]

2019-02-22 05:38:26 UTC

/bin/sh -c #(nop) CMD ["gunicorn" "-c /etc/netbox/config/gunicorn_config.py" "netbox.wsgi"]

2019-02-22 05:38:26 UTC

/bin/sh -c #(nop) LABEL SRC_URL=https://github.com/digitalocean/netbox/archive/v2.5.7.tar.gz

2019-02-22 05:38:26 UTC

/bin/sh -c #(nop) ARG NETBOX_DOCKER_PROJECT_VERSION=snapshot

2019-02-22 05:38:26 UTC

/bin/sh -c #(nop) LABEL NETBOX_DOCKER_PROJECT_VERSION=0.7.0

2019-02-22 14:03:07 UTC

/bin/sh -c pip install django_auth_ldap

2019-02-22 14:03:07 UTC

/bin/sh -c #(nop) COPY file:bb06aa2ba11e4b95e9de2bca3a2311a104c1e245c1f911912c4c3cd5f09c8e84 in /opt/netbox/netbox/netbox/ldap_config.py

2019-02-22 14:03:08 UTC

/bin/sh -c #(nop) COPY file:02cb11f35168eb3c7351b69efb60146092e82cca10b436c0a3ebd1c6120e64b3 in /etc/netbox/config/ldap_config.py

Danger Zone
Delete Tag

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.

Delete