Namespace
netboxcommunity
Image / Tag
netbox:v2.6.7
Content Digest
sha256:17835fae6e9dc354b7dff6505fc11e67183b93af480aed6cae02f37c05769da3
Details
Created

2019-11-25 05:25:59 UTC

Size

91.7 MB

Content Digest
Labels
  • NETBOX_BRANCH
    custom build
  • NETBOX_DOCKER_PROJECT_VERSION
    custom build
  • NETBOX_GIT_COMMIT
    not built from git
  • NETBOX_GIT_URL
    not built from git
  • ORIGINAL_DOCKER_TAG
    custom build

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_GET_PIP_SHA256

b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py

PYTHON_PIP_VERSION

19.3.1

PYTHON_VERSION

3.7.5


Layers

[#000] sha256:89d9c30c1d48bac627e5c6cb0d1ed1eec28e7dbdfbcc04712e4c79c0f83faf17 - 2.9% (2.66 MB)

[#001] sha256:910c49c00810270202e88365d51e9aed81dc7afd1be0bdb6b1e6c3d08e85b225 - 0.31% (295 KB)

[#002] sha256:7efe415eb85a3d5598db95e8cec5f50685510801c44ac6a3d41934e4fc02b18d - 30.02% (27.5 MB)

[#003] sha256:7d8d53519b8117584b98899fafaa879fba74d747bb9f5155b9f459f3b87d59b4 - 0.0% (231 Bytes)

[#004] sha256:519124ac136cdfa993a83f9a1053b7783c1f1912c6ec72278ee26a2464a5e246 - 1.94% (1.78 MB)

[#005] sha256:814728de5ad94e8b12026c385ed27d249f9baada103743f6fce8e48a3eb2cf4c - 16.81% (15.4 MB)

[#006] sha256:3ce8ba1b99d47cb05580997fa9a1d74a2380844a795cc9732026d8abc5e4998e - 42.57% (39 MB)

[#007] sha256:a221f3899a7d1737403aa4250fc0177d5f21cee8c8c05afaa9058155c8c5dca4 - 5.42% (4.97 MB)

[#008] sha256:59caaeaf61e220054931f8d435ca51acdb1f1c72e1a1e75034a22df9ab1bbfd2 - 0.0% (353 Bytes)

[#009] sha256:2b1fa3f998f9b92982bee94d7165d37712942d762585cba7bd5cf60f8da385b7 - 0.0% (298 Bytes)

[#010] sha256:ffae4ad2a9c0658e5be9da1d8f59cd4113822be61f14c2fb732cd0c2838d9225 - 0.0% (585 Bytes)

[#011] sha256:4fdd6456932d88eaf57037cbf13f763ed039ba924d87137717ffdbff7869ec2a - 0.0% (962 Bytes)

[#012] sha256:e3de078190c57d96c42138bba4003e96d3bbf6c625596e310d7a6b0eaae1efbe - 0.01% (4.91 KB)

[#013] sha256:c2efcc24561c8044f942137dcc7eafdf6f347bb9c2a05622ce37f06dd8ed664a - 0.0% (2.88 KB)

[#014] sha256:09d74a25846670a0bb70d8ff2401969ec7a1bdc51fccf1c52f32c5ee542e6d85 - 0.0% (3.67 KB)


History
2019-10-21 17:21:42 UTC

/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-11-15 03:09:43 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 -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' + && rm -rf /usr/src/python && python3 --version

2019-11-15 03:09:44 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-11-15 03:09:44 UTC

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

2019-11-15 03:09:44 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py

2019-11-15 03:09:44 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee

2019-11-15 03:09:49 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

2019-11-15 03:09:49 UTC

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

2019-11-25 05:25:29 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-25 05:25:30 UTC

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

2019-11-25 05:25:52 UTC

/bin/sh -c #(nop) COPY dir:52d5a561f824239f0a8884eef9fd9f9c6b12b8e61cca61925475f6efb509ac0a in /usr/local

2019-11-25 05:25:55 UTC

/bin/sh -c #(nop) ARG NETBOX_PATH

2019-11-25 05:25:56 UTC

/bin/sh -c #(nop) COPY dir:6304e480c9d0a7133a35d24bf61e57f8caaeda5878dd479fd0b013fdda752371 in /opt/netbox

2019-11-25 05:25:57 UTC

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

2019-11-25 05:25:57 UTC

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

2019-11-25 05:25:57 UTC

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

2019-11-25 05:25:57 UTC

/bin/sh -c #(nop) COPY file:0413705b891b27ec9d2d46aa375f334d55a6e3600422584e4bdd89fc04013cbd in /opt/netbox/docker-entrypoint.sh

2019-11-25 05:25:58 UTC

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

2019-11-25 05:25:58 UTC

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

2019-11-25 05:25:58 UTC

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

2019-11-25 05:25:58 UTC

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

2019-11-25 05:25:59 UTC

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

2019-11-25 05:25:59 UTC

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

2019-11-25 05:25:59 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

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