Namespace
juicedata
Image / Tag
juicefs-csi-driver:latest
Content Digest
sha256:a084e28fdb93bab953715b4924c4fa019262693ebbdcaf5b925c4cf3ea56aa45
Details
Created

2021-05-31 10:24:28 UTC

Size

63.3 MB

Content Digest
Environment
GPG_KEY

C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF

JFS_AUTO_UPGRADE

disabled

JUICEFS_CLI

/usr/bin/juicefs

LANG

C.UTF-8

PATH

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

PYTHONIOENCODING

UTF-8

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

2.7.18


Layers

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

[#001] sha256:259d822268fbc4235d84b0d1faa8a4ff933c0a92944c91b096a41066701f78d2 - 0.45% (294 KB)

[#002] sha256:10ba96d218d3fd7421879dbfa14bc0d3938be28dc820993773c2621dd57993fd - 30.55% (19.3 MB)

[#003] sha256:44ba9f6a4209726dd57b562c3913b59c103767d1065f54bef7fbddabcc009431 - 2.84% (1.8 MB)

[#004] sha256:e85ffb44fdb5f8827fc732ff16fecc2a32b610c71416db64fd91a0c723abfbec - 0.0% (92 Bytes)

[#005] sha256:ad707b739ac8d704b5417000493acb53b9725acdc3195f5d16a711cfc97e1f33 - 3.59% (2.27 MB)

[#006] sha256:1a0a3888cd74c98c4193b08b971c5ed7b8c7e88afa74bc486127d260c88b6f7a - 41.94% (26.5 MB)

[#007] sha256:83fa01e17e847f0a2867cb9613839da4025742eac62ac52f6716b0855a8787b5 - 0.0% (135 Bytes)

[#008] sha256:3227aba23fb633cb0ee138b0efd17c4b55fe90f5fe7e0199c99b01fdc06264a1 - 0.01% (4.59 KB)

[#009] sha256:2a07297d171f355ef2d5ecb206fbf15d43f6c86fae4885a36048c6a4981a69bd - 16.39% (10.4 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 03:31:50 UTC

/bin/sh -c #(nop) ENV PYTHONIOENCODING=UTF-8

2020-03-24 03:31:52 UTC

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

2020-03-24 03:31:53 UTC

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

2020-04-20 19:47:02 UTC

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

2020-04-20 19:52:09 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 zlib-dev && apk del .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-optimizations --enable-option-checking=fatal --enable-shared --enable-unicode=ucs4 --with-system-expat --with-system-ffi && 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 && python2 --version

2020-04-20 19:52:09 UTC

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

2020-04-20 19:52:09 UTC

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

2020-04-20 19:52:10 UTC

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

2020-04-20 19:52:15 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-04-20 19:52:15 UTC

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

2021-05-31 10:24:14 UTC

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

2021-05-31 10:24:15 UTC

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

2021-05-31 10:24:16 UTC

/bin/sh -c #(nop) ENV JUICEFS_CLI=/usr/bin/juicefs

2021-05-31 10:24:17 UTC

/bin/sh -c #(nop) ENV JFS_AUTO_UPGRADE=disabled

2021-05-31 10:24:20 UTC

/bin/sh -c apk add --update-cache curl util-linux && rm -rf /var/cache/apk/* && curl -sSL https://juicefs.com/static/juicefs -o ${JUICEFS_CLI} && chmod +x ${JUICEFS_CLI} && ln -s /usr/local/bin/python /usr/bin/python

2021-05-31 10:24:22 UTC

/bin/sh -c #(nop) COPY multi:0c00addcc051afa9e58023e3e49712dd69fc42e8ef0111a720b118e5264691d9 in /bin/

2021-05-31 10:24:22 UTC

/bin/sh -c ln -s /bin/juicefs /bin/mount.juicefs

2021-05-31 10:24:24 UTC

/bin/sh -c #(nop) COPY file:8691d27ac0f5392485b2fb2f71643778a9d867c7a75512510fb890f9f4b98c6c in /

2021-05-31 10:24:27 UTC

/bin/sh -c /usr/bin/juicefs version && /bin/juicefs --version

2021-05-31 10:24:28 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/bin/juicefs-csi-driver"]

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