Namespace
lfedge
Image / Tag
ekuiper:1.8.0-beta.0-slim-python
Content Digest
sha256:39bc7e9a31fe2dc5a541473d3db399dc545eb7eb491e8b621fb4eb9b29218adc
Details
Created

2023-01-05 07:54:26 UTC

Size

207 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-01-05T07:48:07.875Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    68e922983f138769024bcfc3bc6c0011dc76aae1
  • org.opencontainers.image.source
    https://github.com/lf-edge/ekuiper
  • org.opencontainers.image.title
    ekuiper
  • org.opencontainers.image.url
    https://github.com/lf-edge/ekuiper
  • org.opencontainers.image.version
    1.8.0-beta.0-slim-python

Environment
GPG_KEY

E3FF2839C048B25C084DEBE9B26995E310250568

KUIPER_HOME

/kuiper

KUIPER__BASIC__CONSOLELOG

true

LANG

C.UTF-8

MAINTAINER

emqx.io

PATH

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

PYTHON_GET_PIP_SHA256

e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py

PYTHON_PIP_VERSION

21.2.4

PYTHON_SETUPTOOLS_VERSION

57.5.0

PYTHON_VERSION

3.8.12


Layers

[#000] sha256:f7a1c6dad28192bd417b78079d6ddc03cbca6d5ea46bba12769b235b6353c00c - 14.49% (29.9 MB)

[#001] sha256:92c59ec44e08abbd071efa42d226c5bdb8396ee193a53e02c4232296ef855372 - 0.5% (1.03 MB)

[#002] sha256:08935196cb79d643967462c812670918f45fac4f72b1222b6351877ce6f07f40 - 4.97% (10.3 MB)

[#003] sha256:7aa958b41dfba14f3e45e7d62c56fc7d17075653f451400fbff5a91958effdcc - 0.0% (234 Bytes)

[#004] sha256:86c7a279e30496fecd928449673d3e3e4792642d9f7a6fd5bb8c6a0248f02932 - 1.22% (2.52 MB)

[#005] sha256:5a21523d59949533159484ca592f31f1c713954e2b89945c58fd2c09f4c9796d - 7.39% (15.3 MB)

[#006] sha256:24565786475534bb1bd9caef3cd1213512c12a4d1b1973dfabc0c7aa07198aa1 - 0.0% (635 Bytes)

[#007] sha256:39ebbe3f4cf0da860a3ea0885d05c683ceabc496f624d52eecb19c59242dfdfb - 0.0% (10.3 KB)

[#008] sha256:8839734eed9635c321634c271546f25b8a05622881cc1e69d12f39e875623163 - 70.08% (145 MB)

[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#010] sha256:bf56099e28dba4ca1fa60ffa101fa035e15d2c29dd288e7d599e458139f63098 - 1.35% (2.78 MB)

[#011] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2022-03-01 02:13:29 UTC

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

2022-03-01 02:13:29 UTC

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

2022-03-02 02:21:10 UTC

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

2022-03-02 02:21:10 UTC

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

2022-03-02 02:21:23 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; rm -rf /var/lib/apt/lists/*

2022-03-02 04:24:42 UTC

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

2022-03-02 04:57:34 UTC

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

2022-03-02 05:05:30 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg dirmngr libbluetooth-dev libbz2-dev libc6-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev ; 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"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --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 --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; 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 ; nproc="$(nproc)"; make -j "$nproc" LDFLAGS="-Wl,--strip-all" ; make install; cd /; 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' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + ; ldconfig; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; python3 --version

2022-03-02 05:05:31 UTC

/bin/sh -c set -eux; for src in idle3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "/usr/local/bin/$src" "/usr/local/bin/$dst"; done

2022-03-02 05:05:31 UTC

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

2022-03-02 05:05:31 UTC

/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=57.5.0

2022-03-08 07:18:35 UTC

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

2022-03-08 07:18:35 UTC

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

2022-03-08 07:18:46 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; export PYTHONDONTWRITEBYTECODE=1; python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version

2022-03-08 07:18:46 UTC

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

2023-01-05 07:53:37 UTC (buildkit.dockerfile.v0)

COPY /go/kuiper/_build/kuiper-* /kuiper/ # buildkit

2023-01-05 07:53:37 UTC (buildkit.dockerfile.v0)

COPY ./deploy/docker/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh # buildkit

2023-01-05 07:53:37 UTC (buildkit.dockerfile.v0)

COPY ./sdk/python /sdk/python # buildkit

2023-01-05 07:54:22 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y pkg-config libczmq-dev wget cmake libffi-dev git && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit

2023-01-05 07:54:22 UTC (buildkit.dockerfile.v0)

WORKDIR /sdk/python

2023-01-05 07:54:26 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c python3 setup.py sdist && python3 setup.py install # buildkit

2023-01-05 07:54:26 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2023-01-05 07:54:26 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2023-01-05 07:54:26 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2023-01-05 07:54:26 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2023-01-05 07:54:26 UTC (buildkit.dockerfile.v0)

VOLUME [/kuiper/etc /kuiper/data /kuiper/plugins /kuiper/log]

2023-01-05 07:54:26 UTC (buildkit.dockerfile.v0)

EXPOSE map[20498/tcp:{} 9081/tcp:{}]

2023-01-05 07:54:26 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]

2023-01-05 07:54:26 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

Details
Created

2023-01-05 08:44:28 UTC

Size

176 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-01-05T07:48:07.875Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    68e922983f138769024bcfc3bc6c0011dc76aae1
  • org.opencontainers.image.source
    https://github.com/lf-edge/ekuiper
  • org.opencontainers.image.title
    ekuiper
  • org.opencontainers.image.url
    https://github.com/lf-edge/ekuiper
  • org.opencontainers.image.version
    1.8.0-beta.0-slim-python

Environment
GPG_KEY

E3FF2839C048B25C084DEBE9B26995E310250568

KUIPER_HOME

/kuiper

KUIPER__BASIC__CONSOLELOG

true

LANG

C.UTF-8

MAINTAINER

emqx.io

PATH

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

PYTHON_GET_PIP_SHA256

e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py

PYTHON_PIP_VERSION

21.2.4

PYTHON_SETUPTOOLS_VERSION

57.5.0

PYTHON_VERSION

3.8.12


Layers

[#000] sha256:59dbb2ac3829352dd707e28e037734c9fbdef5b03aea31e3929ddcead949afee - 14.43% (25.3 MB)

[#001] sha256:0155a4d1b528faafa9afc56ec5962f56891dc2d8347a05530a298c9e9e4172bc - 0.57% (1020 KB)

[#002] sha256:5a9dc3fe0025f5096dedb684e1f88424793f5a77766ed625b029c7e488a0ae0f - 5.38% (9.44 MB)

[#003] sha256:19b84b7e8e5927b476738e110303c3c99c2d870afb135979ad8b6866cf787e95 - 0.0% (233 Bytes)

[#004] sha256:7273162ef3fa9a7f7979cecada28ffd1cc2bce028d76dbe2e17d339f8bfa0de5 - 1.43% (2.52 MB)

[#005] sha256:ab907dd19c6d4fa633d6f6e2721441a6c31d347e2201062bd7e1ed015cdfa193 - 7.74% (13.6 MB)

[#006] sha256:373e99b966356eae7e303162960ea276d805d441993f4e0760448324af550d73 - 0.0% (635 Bytes)

[#007] sha256:a2d3b0d1d6e03b9f94b40e9f22e7ad7b88a6029404971962ff37d8147b73648a - 0.01% (10.3 KB)

[#008] sha256:902410514790511ad7a86783e13d404e2aa142f9811cd4cb9f0725ff461be704 - 67.92% (119 MB)

[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#010] sha256:fb8ea85c72c5690688df3cdc7b26a195247747f1deff0b52f8eba733022b3626 - 2.52% (4.41 MB)

[#011] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2022-03-01 02:02:56 UTC

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

2022-03-01 02:02:57 UTC

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

2022-03-02 04:01:06 UTC

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

2022-03-02 04:01:07 UTC

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

2022-03-02 04:01:23 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; rm -rf /var/lib/apt/lists/*

2022-03-02 08:53:56 UTC

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

2022-03-02 10:17:20 UTC

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

2022-03-02 10:37:46 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg dirmngr libbluetooth-dev libbz2-dev libc6-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev ; 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"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --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 --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; 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 ; nproc="$(nproc)"; make -j "$nproc" LDFLAGS="-Wl,--strip-all" ; make install; cd /; 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' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + ; ldconfig; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; python3 --version

2022-03-02 10:37:48 UTC

/bin/sh -c set -eux; for src in idle3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "/usr/local/bin/$src" "/usr/local/bin/$dst"; done

2022-03-02 10:37:48 UTC

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

2022-03-02 10:37:48 UTC

/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=57.5.0

2022-03-08 07:36:17 UTC

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

2022-03-08 07:36:18 UTC

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

2022-03-08 07:36:45 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; export PYTHONDONTWRITEBYTECODE=1; python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version

2022-03-08 07:36:45 UTC

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

2023-01-05 08:27:01 UTC (buildkit.dockerfile.v0)

COPY /go/kuiper/_build/kuiper-* /kuiper/ # buildkit

2023-01-05 08:27:01 UTC (buildkit.dockerfile.v0)

COPY ./deploy/docker/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh # buildkit

2023-01-05 08:27:01 UTC (buildkit.dockerfile.v0)

COPY ./sdk/python /sdk/python # buildkit

2023-01-05 08:29:44 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y pkg-config libczmq-dev wget cmake libffi-dev git && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit

2023-01-05 08:29:44 UTC (buildkit.dockerfile.v0)

WORKDIR /sdk/python

2023-01-05 08:44:28 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c python3 setup.py sdist && python3 setup.py install # buildkit

2023-01-05 08:44:28 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2023-01-05 08:44:28 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2023-01-05 08:44:28 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2023-01-05 08:44:28 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2023-01-05 08:44:28 UTC (buildkit.dockerfile.v0)

VOLUME [/kuiper/etc /kuiper/data /kuiper/plugins /kuiper/log]

2023-01-05 08:44:28 UTC (buildkit.dockerfile.v0)

EXPOSE map[20498/tcp:{} 9081/tcp:{}]

2023-01-05 08:44:28 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]

2023-01-05 08:44:28 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

Details
Created

2023-01-05 08:37:11 UTC

Size

199 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-01-05T07:48:07.875Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    68e922983f138769024bcfc3bc6c0011dc76aae1
  • org.opencontainers.image.source
    https://github.com/lf-edge/ekuiper
  • org.opencontainers.image.title
    ekuiper
  • org.opencontainers.image.url
    https://github.com/lf-edge/ekuiper
  • org.opencontainers.image.version
    1.8.0-beta.0-slim-python

Environment
GPG_KEY

E3FF2839C048B25C084DEBE9B26995E310250568

KUIPER_HOME

/kuiper

KUIPER__BASIC__CONSOLELOG

true

LANG

C.UTF-8

MAINTAINER

emqx.io

PATH

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

PYTHON_GET_PIP_SHA256

e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py

PYTHON_PIP_VERSION

21.2.4

PYTHON_SETUPTOOLS_VERSION

57.5.0

PYTHON_VERSION

3.8.12


Layers

[#000] sha256:279a020076a7fbddfc996e4c55e605a8f322810c3eca21cdedbcb06beb0e1305 - 14.38% (28.7 MB)

[#001] sha256:035530c613019c233e8c92570cc5d166a19b90cab677f02cd842b59f494d70f6 - 0.51% (1.01 MB)

[#002] sha256:430f5ca6cd82b44e6866ef8d115ed37568e2f583f93643bd4381aa67aec7c3ff - 5.15% (10.3 MB)

[#003] sha256:594f692a6b578ff0cd4bb350aed66260c95112c46aea91f790514615f67e85dd - 0.0% (238 Bytes)

[#004] sha256:70b1dc4462d048d656dd24e277bc0c2fd0f94b4c1161786d204fa07409869b49 - 1.16% (2.31 MB)

[#005] sha256:9764dad5761824b36ae4b32e7550149551aacb042e92a2b0b84dd04a5030e9fb - 6.82% (13.6 MB)

[#006] sha256:c829c0599472286628235a55497db13385554d0ebffa4f3fde7f2213f3595c0c - 0.0% (637 Bytes)

[#007] sha256:eb8bcceb511f30f1611d05ba9a5c904ef2e9c308f1e4611394cc53057f8b4771 - 0.01% (10.3 KB)

[#008] sha256:e3a840c770c2f3c6cf83676e7dd0b1b8dff3c3e388c66859766e3e21492c53f4 - 69.76% (139 MB)

[#009] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#010] sha256:b8fbc9ce005d85490b00bd50539b8496c4b52f92c49e9fcef822f7d8b3958121 - 2.22% (4.42 MB)

[#011] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2022-03-01 02:11:29 UTC

/bin/sh -c #(nop) ADD file:9816c9c29627693c34afda4fa5e1a5e8a0f5aa3c5d5cfd920a4d89c77aab997d in /

2022-03-01 02:11:30 UTC

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

2022-03-01 19:18:19 UTC

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

2022-03-01 19:18:20 UTC

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

2022-03-01 19:18:26 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; rm -rf /var/lib/apt/lists/*

2022-03-01 20:47:46 UTC

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

2022-03-01 21:09:04 UTC

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

2022-03-01 21:14:04 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg dirmngr libbluetooth-dev libbz2-dev libc6-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev ; 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"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --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 --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; 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 ; nproc="$(nproc)"; make -j "$nproc" LDFLAGS="-Wl,--strip-all" ; make install; cd /; 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' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + ; ldconfig; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; python3 --version

2022-03-01 21:14:05 UTC

/bin/sh -c set -eux; for src in idle3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "/usr/local/bin/$src" "/usr/local/bin/$dst"; done

2022-03-01 21:14:05 UTC

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

2022-03-01 21:14:06 UTC

/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=57.5.0

2022-03-08 03:06:28 UTC

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

2022-03-08 03:06:29 UTC

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

2022-03-08 03:06:40 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; export PYTHONDONTWRITEBYTECODE=1; python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version

2022-03-08 03:06:41 UTC

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

2023-01-05 08:21:02 UTC (buildkit.dockerfile.v0)

COPY /go/kuiper/_build/kuiper-* /kuiper/ # buildkit

2023-01-05 08:21:02 UTC (buildkit.dockerfile.v0)

COPY ./deploy/docker/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh # buildkit

2023-01-05 08:21:02 UTC (buildkit.dockerfile.v0)

COPY ./sdk/python /sdk/python # buildkit

2023-01-05 08:24:29 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y pkg-config libczmq-dev wget cmake libffi-dev git && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit

2023-01-05 08:24:29 UTC (buildkit.dockerfile.v0)

WORKDIR /sdk/python

2023-01-05 08:37:11 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c python3 setup.py sdist && python3 setup.py install # buildkit

2023-01-05 08:37:11 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2023-01-05 08:37:11 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2023-01-05 08:37:11 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2023-01-05 08:37:11 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2023-01-05 08:37:11 UTC (buildkit.dockerfile.v0)

VOLUME [/kuiper/etc /kuiper/data /kuiper/plugins /kuiper/log]

2023-01-05 08:37:11 UTC (buildkit.dockerfile.v0)

EXPOSE map[20498/tcp:{} 9081/tcp:{}]

2023-01-05 08:37:11 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]

2023-01-05 08:37:11 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

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