Namespace
fdooch
Image / Tag
audiomatch:0.1.6
Content Digest
sha256:5cfcf74e7ccb10c2fbd33d87b7eec44f70e59106cba141ebb3848617ae1b9e75
Details
Created

2020-04-05 22:00:12 UTC

Size

57.4 MB

Content Digest
Environment
GPG_KEY

E3FF2839C048B25C084DEBE9B26995E310250568

LANG

C.UTF-8

PACKAGE_VERSION

0.1.6

PATH

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

PYTHON_GET_PIP_SHA256

421ac1d44c0cf9730a088e337867d974b91bdce4ea2636099275071878cc189e

PYTHON_GET_PIP_URL

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

PYTHON_PIP_VERSION

20.0.2

PYTHON_VERSION

3.8.2


Layers

[#000] sha256:aad63a9339440e7c3e1fff2b988991b9bfb81280042fa7f39a5e327023056819 - 4.66% (2.67 MB)

[#001] sha256:f229563217f52102ede84e3154b056a439d9cd8d002ddbbd9326c0d979d3deef - 0.5% (294 KB)

[#002] sha256:d999dd4b938603eb57d17ff70242ea0499ac18a14859d1d40964b793e8a76027 - 51.71% (29.7 MB)

[#003] sha256:d40444ccd4813fa76d412d94d6f6aafff68a5dec83209221c2a21d4b4a1d3422 - 0.0% (230 Bytes)

[#004] sha256:d7d60c647873480482d2eb7e9115fa0212949813f3ae4c041ad03a1aaca220bf - 3.14% (1.8 MB)

[#005] sha256:7f7f66f1a8fcd685ec03e753b70bde682a09e39b5955c7bf4a7b99c2215f3419 - 36.62% (21 MB)

[#006] sha256:0cd6ec61268c12a9628621c1cba9ed94806a0eb6782afce9759d5c06eae9e522 - 3.37% (1.93 MB)


History
2020-03-23 21:19:34 UTC

/bin/sh -c #(nop) ADD file:0c4555f363c2672e350001f1293e689875a3760afe7b3f9146886afe67121cba in /

2020-03-23 21:19:34 UTC

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

2020-03-23 21:39:52 UTC

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

2020-03-24 02:47:26 UTC

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

2020-03-24 02:47:28 UTC

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

2020-03-24 02:47:28 UTC

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

2020-03-24 02:47:29 UTC

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

2020-03-24 02:57: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 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" && 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-03-24 02:58: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

2020-03-24 02:58:01 UTC

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

2020-03-24 02:58:01 UTC

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

2020-03-24 02:58:01 UTC

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

2020-03-24 02:58:11 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-03-24 02:58:11 UTC

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

2020-04-05 22:00:07 UTC

/bin/sh -c apk update && apk add --no-cache ffmpeg ffmpeg-libs && echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && apk add --no-cache chromaprint-dev

2020-04-05 22:00:08 UTC

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

2020-04-05 22:00:08 UTC

/bin/sh -c #(nop) ENV PACKAGE_VERSION=0.1.6

2020-04-05 22:00:11 UTC

|1 package_version=0.1.6 /bin/sh -c pip3 install "audiomatch==${PACKAGE_VERSION}"

2020-04-05 22:00:12 UTC

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

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