Namespace
lfedge
Image / Tag
ekuiper:2.3.1-dev
Content Digest
sha256:f32e48a8e622901b4b1f5d74fe73d13a5d9106ef172f6ca174c8824d066c448a
Details
Created

2025-11-21 07:59:58 UTC

Size

1.3 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-11-21T08:01:38.209Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    993ec6a7abc57f44aea5d0df149cd5f17ea08df1
  • 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.1-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:1e2d66c9d9f8efe285cc550f7cf8cb1194222debc79cfaec92fe8f171356abec - 3.85% (51.3 MB)

[#001] sha256:ac95bd2968ba957a05ac24db70d26f883bbde0756d8c901e9f0809b33a099c0c - 16.9% (225 MB)

[#002] sha256:18b5393afef8258c3d5166e54a6a94df346f08c444f55d316de8fecbb60980ad - 11.25% (150 MB)

[#003] sha256:e7becbbeb79c6244ee67dca8b011da56f76373107f70abfab5e8fa8eb4fbaa98 - 10.24% (136 MB)

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

[#005] sha256:0e79fbea386fdfe90e6aa9c55c574d6b1c6f0184d68054e315c04f3d57115bd3 - 16.73% (223 MB)

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

[#007] sha256:e40cab11ddf3c84c48530abea651bc5b829b567b5288cf8ca38e9fb2a296c424 - 0.0% (390 Bytes)

[#008] sha256:be06e3cb312a4e9d4342ef16856b8fa086d88d868ae857fc43b2ae5f916eec38 - 40.05% (533 MB)

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

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


History
2025-11-03 20:44:10 UTC (debuerreotype 0.16)

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

2025-11-07 00:06:19 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION=1.24.1

2025-11-07 00:06:19 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2025-11-07 00:06:19 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-11-07 00:06:24 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-11-07 00:06:27 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-11-07 00:06:27 UTC (buildkit.dockerfile.v0)

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

2025-11-07 00:07:36 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-11-21 07:58:13 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2025-11-21 07:58:13 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2025-11-21 07:58:13 UTC (buildkit.dockerfile.v0)

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

2025-11-21 07:59:57 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-11-21 07:59:58 UTC (buildkit.dockerfile.v0)

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

2025-11-21 07:59:58 UTC (buildkit.dockerfile.v0)

EXPOSE [20498/tcp 9081/tcp]

2025-11-21 07:59:58 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2025-11-21 07:59:58 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2025-11-21 07:59:58 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2025-11-21 07:59:58 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2025-11-21 07:59:58 UTC (buildkit.dockerfile.v0)

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

2025-11-21 07:59:58 UTC (buildkit.dockerfile.v0)

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

2025-11-21 07:59:58 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

Details
Created

2025-11-21 08:52:44 UTC

Size

1.11 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-11-21T08:01:38.209Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    993ec6a7abc57f44aea5d0df149cd5f17ea08df1
  • 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.1-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:5c1506f20ad482dc397205cd3591be6cba02d9c91b672e522a63c2a72e7a905b - 4.11% (46.8 MB)

[#001] sha256:d7f265ad11f99eb0ffb778b680b93475b8401a5f1c75a591a8f4409173555677 - 17.3% (197 MB)

[#002] sha256:f3510f7e9e856502203c022284c446a8d00ba0296d665e64f949047da541b87a - 12.85% (146 MB)

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

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

[#005] sha256:1e58073e59aa5e9884a3d6b9e2804c7ad5b84da566ba894e76a0dc580e9a6640 - 19.57% (223 MB)

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

[#007] sha256:557c1b052c1e7a1d01c0d484f395e7dff48a66219d6779ae536df3816e0beef0 - 0.0% (395 Bytes)

[#008] sha256:09cc2bf42eb540fd943aea4ce6a0d23771ef72b387855e91e1761e72491a43f1 - 45.05% (512 MB)

[#009] sha256:29d1fd6437c00c3bd9edd0c2ccc7b99a1dc437cadb0ee28b84f2973c2fcaae23 - 0.0% (176 Bytes)

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


History
2025-11-03 20:44:10 UTC (debuerreotype 0.16)

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

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

ARG GO_VERSION=1.24.1

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

ARG DEBIAN_FRONTEND=noninteractive

2025-11-07 00:11:52 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-11-07 00:12:03 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-11-07 00:12:05 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-11-07 00:12:05 UTC (buildkit.dockerfile.v0)

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

2025-11-07 00:34:38 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-11-21 08:01:57 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2025-11-21 08:01:57 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2025-11-21 08:01:58 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:52:43 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-11-21 08:52:44 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:52:44 UTC (buildkit.dockerfile.v0)

EXPOSE [20498/tcp 9081/tcp]

2025-11-21 08:52:44 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2025-11-21 08:52:44 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2025-11-21 08:52:44 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2025-11-21 08:52:44 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2025-11-21 08:52:44 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:52:44 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:52:44 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

Details
Created

2025-11-21 08:51:24 UTC

Size

1.14 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-11-21T08:01:38.209Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    993ec6a7abc57f44aea5d0df149cd5f17ea08df1
  • 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.1-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:fd1e161a67e40ef9e2635aad60e4206efb76978ad46d67a3d4e7430236c982bf - 4.27% (49.8 MB)

[#001] sha256:cbf63d803e87e99abf50525b64d4ec0e0a654de46d52c455b98d26c4d11028a6 - 18.79% (220 MB)

[#002] sha256:a0ebc3e488386c37bc4c831e04a66f0c72589e19f5689f330468859d42b2da50 - 12.2% (142 MB)

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

[#004] sha256:ef5c51f02d5a409f1a3d592c98a5dce4c2b8245d441d454b08d62021ad77b2c3 - 1.1% (12.9 MB)

[#005] sha256:bc781d898c738b907671337f8b5313013f25aa93154460fc750430d959ecd77a - 19.05% (223 MB)

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

[#007] sha256:3dafdf62d0fc7907e788986f103e5874a007c806034188949072c81d5d9db6d7 - 0.0% (394 Bytes)

[#008] sha256:881027bbabbd28b5012841f4169d0020b6180ee4e73559b6d49a6e16eddd8429 - 44.59% (521 MB)

[#009] sha256:5491dd0138d3ca9b6bda2f44618b3d1e07d2bad4a67a6a11510ab6aec17209b9 - 0.0% (175 Bytes)

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


History
2025-11-03 20:44:10 UTC (debuerreotype 0.16)

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

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

ARG GO_VERSION=1.24.1

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

ARG DEBIAN_FRONTEND=noninteractive

2025-11-07 00:11:52 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-11-07 00:12:04 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-11-07 00:12:05 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-11-07 00:12:05 UTC (buildkit.dockerfile.v0)

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

2025-11-07 00:33:34 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-11-21 08:01:57 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2025-11-21 08:01:57 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2025-11-21 08:01:58 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:51:23 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-11-21 08:51:24 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:51:24 UTC (buildkit.dockerfile.v0)

EXPOSE [20498/tcp 9081/tcp]

2025-11-21 08:51:24 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2025-11-21 08:51:24 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2025-11-21 08:51:24 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2025-11-21 08:51:24 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2025-11-21 08:51:24 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:51:24 UTC (buildkit.dockerfile.v0)

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

2025-11-21 08:51:24 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