Namespace
lfedge
Image / Tag
ekuiper:v2.3.0-beta.3-dev
Content Digest
sha256:4e3136ed70c980e01a624e64c695ac082c3b26a555d99aa330ecc7b48a3fc01d
Details
Created

2025-08-25 10:12:35 UTC

Size

1.3 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-08-25T10:14:14.943Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    e8681d6a1e044c2aabc65b20dd1fe2192e68fc67
  • 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
    2.3.0-beta.3-dev

Environment
KUIPER_HOME

/kuiper

KUIPER__BASIC__CONSOLELOG

true

MAINTAINER

emqx.io

PATH

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


Layers

[#000] sha256:078965fc7cf303b72cc4eef5479dc2dbf5bc84fb8e6052a89b9b5362e14b3651 - 3.86% (51.3 MB)

[#001] sha256:a9befe43dd10a79440e12e4c14c89a0d3c987699b7e31876a244f0c38f463d4f - 16.92% (225 MB)

[#002] sha256:da6372896f4d9bf91ff2e366c63d6dad2479f4c9a6f29b20c85aa449f1e29ed2 - 11.27% (150 MB)

[#003] sha256:91f758edc6f321167a019c247cf5b59403b4aff992425a91ad0d069898e794fd - 10.26% (136 MB)

[#004] sha256:17c736cf670c2573e7ff5175ab219e09b50909225e5579d3d87b5409678c21a0 - 0.98% (13.1 MB)

[#005] sha256:e0b433dc0f97beddec5f78a85eeeb5d12c24fdc3a2316047cf2356e556c26b3b - 16.36% (217 MB)

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

[#007] sha256:961add937453c92f1c13b6a0ef4f8c592e61e3089f0f97d4cd7c88db11460565 - 0.0% (389 Bytes)

[#008] sha256:928677130f1029f55dbb1535dc4b1fd6b47aabf9bbcacfaa23ae760e70b6d607 - 40.36% (536 MB)

[#009] sha256:ba0dfc653ffb0092bbb09a32f91e05dbd403590ad4cc03cb57ff53f2bcee6ef1 - 0.0% (177 Bytes)

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


History
2025-08-11 00:00:00 UTC (debuerreotype 0.15)

# debian.sh --arch 'amd64' out/ 'bullseye' '@1754870400'

2025-08-13 00:06:39 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION=1.24.1

2025-08-13 00:06:39 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2025-08-13 00:06:39 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update -y && apt-get install -y make cmake wget git curl procps zip libucl-dev zlib1g-dev pkg-config libczmq-dev build-essential debhelper jq zip # buildkit

2025-08-13 00:06:45 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.1 DEBIAN_FRONTEND=noninteractive /bin/sh -c case $(dpkg --print-architecture) in arm|armhf|armv7) ARCH=armv6l ;; *) ARCH=$(dpkg --print-architecture) ;; esac && wget --no-verbose https://golang.org/dl/go$GO_VERSION.linux-$ARCH.tar.gz && tar -C /usr/local -xzf go$GO_VERSION.linux-$ARCH.tar.gz # buildkit

2025-08-13 00:06:49 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.1 DEBIAN_FRONTEND=noninteractive /bin/sh -c if [ "$(dpkg --print-architecture)" = "amd64" ]; then wget https://github.com/apple/foundationdb/releases/download/7.3.19/foundationdb-clients_7.3.19-1_amd64.deb && dpkg -i foundationdb-clients_7.3.19-1_amd64.deb; fi # buildkit

2025-08-13 00:06:49 UTC (buildkit.dockerfile.v0)

ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin

2025-08-13 00:07:57 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.1 DEBIAN_FRONTEND=noninteractive /bin/sh -c wget --no-verbose https://github.com/upx/upx/releases/download/v4.2.4/upx-4.2.4-src.tar.xz -O - | tar -xvJC /usr/local && cd /usr/local/upx-4.2.4-src && make all && ln -s /usr/local/upx-4.2.4-src/src/upx.out /usr/bin/upx # buildkit

2025-08-25 10:10:57 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2025-08-25 10:10:57 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2025-08-25 10:10:57 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit

2025-08-25 10:12:35 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c make build_with_edgex_and_script && ln -s /go/kuiper/_build/kuiper-$(git describe --tags --always --match 'v[0-9]*.[0-9]*.[0-9]*' | sed 's/^v//g')-$(go env GOOS)-$(go env GOARCH) /kuiper # buildkit

2025-08-25 10:12:35 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c ln -s /go/kuiper/deploy/docker/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh # buildkit

2025-08-25 10:12:35 UTC (buildkit.dockerfile.v0)

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

2025-08-25 10:12:35 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2025-08-25 10:12:35 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2025-08-25 10:12:35 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2025-08-25 10:12:35 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2025-08-25 10:12:35 UTC (buildkit.dockerfile.v0)

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

2025-08-25 10:12:35 UTC (buildkit.dockerfile.v0)

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

2025-08-25 10:12:35 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

Details
Created

2025-08-25 11:02:47 UTC

Size

1.11 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-08-25T10:14:14.943Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    e8681d6a1e044c2aabc65b20dd1fe2192e68fc67
  • 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
    2.3.0-beta.3-dev

Environment
KUIPER_HOME

/kuiper

KUIPER__BASIC__CONSOLELOG

true

MAINTAINER

emqx.io

PATH

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


Layers

[#000] sha256:27a0e70a6a342a82d61d13664b90c890c24d71590db74ef7eb6f4dc1b731387c - 4.12% (46.8 MB)

[#001] sha256:26e1109223877d5ab6bbe543439f1e23e2052b03f8261cc0630c485e53229dd5 - 17.33% (197 MB)

[#002] sha256:5207232c6efb3454a94e3d535b61c1b05832b025a1129233e6e1a9bf71da2910 - 12.88% (146 MB)

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

[#004] sha256:b5e2384d415fb0db86d6381dd0e6e1f1491170b31ebb67b8c8a75f6dc305b0fa - 1.12% (12.7 MB)

[#005] sha256:445b295c60ea7264a26669a4f5fe9f13b0863e1f042ddac725d022cdaac22f38 - 19.15% (217 MB)

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

[#007] sha256:fe08e390617d154b3119d3ab1d8e0a01a8c39ba2b0f52c0f0f1bcafda24ad6bf - 0.0% (393 Bytes)

[#008] sha256:91893b9ff4dcb93db61f32f5ab5c0e9fb950997ae3f973b4f2704832bb65c4ef - 45.39% (515 MB)

[#009] sha256:45153483700f9c2fd8f47f04dd37898e64e121bb025f68f219ae543144d28032 - 0.0% (176 Bytes)

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


History
2025-08-11 00:00:00 UTC (debuerreotype 0.15)

# debian.sh --arch 'armhf' out/ 'bullseye' '@1754870400'

2025-08-13 00:12:06 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION=1.24.1

2025-08-13 00:12:06 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2025-08-13 00:12:06 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update -y && apt-get install -y make cmake wget git curl procps zip libucl-dev zlib1g-dev pkg-config libczmq-dev build-essential debhelper jq zip # buildkit

2025-08-13 00:12:19 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.1 DEBIAN_FRONTEND=noninteractive /bin/sh -c case $(dpkg --print-architecture) in arm|armhf|armv7) ARCH=armv6l ;; *) ARCH=$(dpkg --print-architecture) ;; esac && wget --no-verbose https://golang.org/dl/go$GO_VERSION.linux-$ARCH.tar.gz && tar -C /usr/local -xzf go$GO_VERSION.linux-$ARCH.tar.gz # buildkit

2025-08-13 00:12:17 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.1 DEBIAN_FRONTEND=noninteractive /bin/sh -c if [ "$(dpkg --print-architecture)" = "amd64" ]; then wget https://github.com/apple/foundationdb/releases/download/7.3.19/foundationdb-clients_7.3.19-1_amd64.deb && dpkg -i foundationdb-clients_7.3.19-1_amd64.deb; fi # buildkit

2025-08-13 00:12:17 UTC (buildkit.dockerfile.v0)

ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin

2025-08-13 00:34:17 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.1 DEBIAN_FRONTEND=noninteractive /bin/sh -c wget --no-verbose https://github.com/upx/upx/releases/download/v4.2.4/upx-4.2.4-src.tar.xz -O - | tar -xvJC /usr/local && cd /usr/local/upx-4.2.4-src && make all && ln -s /usr/local/upx-4.2.4-src/src/upx.out /usr/bin/upx # buildkit

2025-08-25 10:14:34 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2025-08-25 10:14:34 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2025-08-25 10:14:35 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit

2025-08-25 11:02:46 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c make build_with_edgex_and_script && ln -s /go/kuiper/_build/kuiper-$(git describe --tags --always --match 'v[0-9]*.[0-9]*.[0-9]*' | sed 's/^v//g')-$(go env GOOS)-$(go env GOARCH) /kuiper # buildkit

2025-08-25 11:02:47 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c ln -s /go/kuiper/deploy/docker/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh # buildkit

2025-08-25 11:02:47 UTC (buildkit.dockerfile.v0)

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

2025-08-25 11:02:47 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2025-08-25 11:02:47 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2025-08-25 11:02:47 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2025-08-25 11:02:47 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2025-08-25 11:02:47 UTC (buildkit.dockerfile.v0)

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

2025-08-25 11:02:47 UTC (buildkit.dockerfile.v0)

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

2025-08-25 11:02:47 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

Details
Created

2025-08-25 11:01:18 UTC

Size

1.14 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-08-25T10:14:14.943Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    e8681d6a1e044c2aabc65b20dd1fe2192e68fc67
  • 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
    2.3.0-beta.3-dev

Environment
KUIPER_HOME

/kuiper

KUIPER__BASIC__CONSOLELOG

true

MAINTAINER

emqx.io

PATH

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


Layers

[#000] sha256:7b68ea47bc3cd8615e51fdbe0976cb4999ba56ce8764e755543a4521d69a32f6 - 4.27% (49.8 MB)

[#001] sha256:e9749b8cab5d8bb56e9f62a956b68441687fb30704be7a440dcc1574a30087d4 - 18.82% (219 MB)

[#002] sha256:494f30fc609d21d0640ea7dc55be3a3d76bea2ba674f2368aeee6bb9ee9d7b01 - 12.22% (142 MB)

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

[#004] sha256:8a122557d4ef18f7aa10df71c44346a5094cb9d323ffef15dfd6f3972d2933a2 - 1.11% (12.9 MB)

[#005] sha256:0eeb496f1e8d8bbb400de730f6023563e810b68362607903cb4620aba23de625 - 18.63% (217 MB)

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

[#007] sha256:4e721d20e1dd7839fecb096959bf595cf5743cace01a482fc7341477eda78338 - 0.0% (395 Bytes)

[#008] sha256:5f5ffe2675c0c340f1e5734bd5ee90f9f96a5fcd53fcf9fda23f61936e2ea410 - 44.94% (524 MB)

[#009] sha256:237928868d0397f0a006bdfcb13d0b1d9446bcab43e13aeaa13e14d3d0910960 - 0.0% (176 Bytes)

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


History
2025-08-11 00:00:00 UTC (debuerreotype 0.15)

# debian.sh --arch 'arm64' out/ 'bullseye' '@1754870400'

2025-08-25 00:10:55 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION=1.24.1

2025-08-25 00:10:55 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2025-08-25 00:10:55 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update -y && apt-get install -y make cmake wget git curl procps zip libucl-dev zlib1g-dev pkg-config libczmq-dev build-essential debhelper jq zip # buildkit

2025-08-25 00:11:07 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.1 DEBIAN_FRONTEND=noninteractive /bin/sh -c case $(dpkg --print-architecture) in arm|armhf|armv7) ARCH=armv6l ;; *) ARCH=$(dpkg --print-architecture) ;; esac && wget --no-verbose https://golang.org/dl/go$GO_VERSION.linux-$ARCH.tar.gz && tar -C /usr/local -xzf go$GO_VERSION.linux-$ARCH.tar.gz # buildkit

2025-08-25 00:11:07 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.1 DEBIAN_FRONTEND=noninteractive /bin/sh -c if [ "$(dpkg --print-architecture)" = "amd64" ]; then wget https://github.com/apple/foundationdb/releases/download/7.3.19/foundationdb-clients_7.3.19-1_amd64.deb && dpkg -i foundationdb-clients_7.3.19-1_amd64.deb; fi # buildkit

2025-08-25 00:11:07 UTC (buildkit.dockerfile.v0)

ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin

2025-08-25 00:21:58 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.1 DEBIAN_FRONTEND=noninteractive /bin/sh -c wget --no-verbose https://github.com/upx/upx/releases/download/v4.2.4/upx-4.2.4-src.tar.xz -O - | tar -xvJC /usr/local && cd /usr/local/upx-4.2.4-src && make all && ln -s /usr/local/upx-4.2.4-src/src/upx.out /usr/bin/upx # buildkit

2025-08-25 10:14:36 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2025-08-25 10:14:36 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2025-08-25 10:14:36 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit

2025-08-25 11:01:17 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c make build_with_edgex_and_script && ln -s /go/kuiper/_build/kuiper-$(git describe --tags --always --match 'v[0-9]*.[0-9]*.[0-9]*' | sed 's/^v//g')-$(go env GOOS)-$(go env GOARCH) /kuiper # buildkit

2025-08-25 11:01:18 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c ln -s /go/kuiper/deploy/docker/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh # buildkit

2025-08-25 11:01:18 UTC (buildkit.dockerfile.v0)

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

2025-08-25 11:01:18 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2025-08-25 11:01:18 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2025-08-25 11:01:18 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2025-08-25 11:01:18 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2025-08-25 11:01:18 UTC (buildkit.dockerfile.v0)

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

2025-08-25 11:01:18 UTC (buildkit.dockerfile.v0)

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

2025-08-25 11:01:18 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