Namespace
lfedge
Image / Tag
ekuiper:2.2.5-dev
Content Digest
sha256:a2fa1b36ea128c25d429be4b7e33fd61e966531f936f69be3263168fd0936eaf
Details
Created

2026-04-27 03:35:26 UTC

Size

1.3 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2026-04-27T03:37:00.824Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    46176a371242391eef27b1a4f094a2e8072c813c
  • 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.2.5-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:2d765646d883a37610a09973a079fbba4c7596e54d18d0447bdfff142389d1f7 - 3.85% (51.3 MB)

[#001] sha256:459e97ea1dbd12348d8f1d0537902a4cf8b77eca2a3853e0f52329c23ed8c787 - 16.87% (225 MB)

[#002] sha256:333a2a4603ff051d61f531f61efadc716666d206f1014ff091a325922bb7a880 - 11.24% (150 MB)

[#003] sha256:83a6b79c0ff0d0564afbc2f3303a688c7b16b658eb75c38198e47bc3718c1527 - 10.22% (136 MB)

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

[#005] sha256:00244be6e45dc8ea9dd8873555186ee3b8f1f9fbb23fe2d1313cada333c73ae7 - 16.66% (222 MB)

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

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

[#008] sha256:efc9c4ed5a7761ba781360c751f19eb830d3d260162f9498c82f632686460544 - 40.18% (535 MB)

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

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


History
2025-06-30 00:00:00 UTC (debuerreotype 0.15)

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

2025-07-10 02:34:13 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION=1.24.5

2025-07-10 02:34:13 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2025-07-10 02:34:13 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.5 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-07-10 02:34:18 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.5 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-07-10 02:34:23 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.5 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-07-10 02:34:23 UTC (buildkit.dockerfile.v0)

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

2025-07-10 02:35:29 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.5 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

2026-04-27 03:33:54 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2026-04-27 03:33:54 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2026-04-27 03:33:54 UTC (buildkit.dockerfile.v0)

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

2026-04-27 03:35:26 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

2026-04-27 03:35:26 UTC (buildkit.dockerfile.v0)

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

2026-04-27 03:35:26 UTC (buildkit.dockerfile.v0)

EXPOSE [20498/tcp 9081/tcp]

2026-04-27 03:35:26 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2026-04-27 03:35:26 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2026-04-27 03:35:26 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2026-04-27 03:35:26 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2026-04-27 03:35:26 UTC (buildkit.dockerfile.v0)

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

2026-04-27 03:35:26 UTC (buildkit.dockerfile.v0)

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

2026-04-27 03:35:26 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

Details
Created

2026-04-27 04:22:53 UTC

Size

1.11 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2026-04-27T03:37:00.824Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    46176a371242391eef27b1a4f094a2e8072c813c
  • 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.2.5-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:efcf40eae0046ccd92d3b47ff685e1e9cf7a34d0a92f6de893078f115e01f20f - 4.11% (46.8 MB)

[#001] sha256:b7ea5cbfcc5c1bf5a616e7af1d2c13eaa7ff45aba003b98c220d2db0a9886d44 - 17.27% (197 MB)

[#002] sha256:731657be6ad6f152e488c3e6d10bf4cef6eb1905a4a6a85ec949685f1345b579 - 12.84% (146 MB)

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

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

[#005] sha256:3e894b624a21ea2022f51b7321361ba415a62c3d96f37ac965c34ca031640c7c - 19.49% (222 MB)

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

[#007] sha256:6b0bb88326ab2a736887f38632bac2372f223a644d7fd295e5e1ad105bcf1fd0 - 0.0% (394 Bytes)

[#008] sha256:ac585216078309d7bce33cc2221065cf789f1cfa549f8f84de4a858fc54507f9 - 45.17% (515 MB)

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

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


History
2025-06-30 00:00:00 UTC (debuerreotype 0.15)

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

2025-07-10 02:39:36 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION=1.24.5

2025-07-10 02:39:36 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2025-07-10 02:39:36 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.5 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-07-10 02:39:47 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.5 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-07-10 02:39:47 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.5 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-07-10 02:39:47 UTC (buildkit.dockerfile.v0)

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

2025-07-10 03:01:43 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.5 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

2026-04-27 03:37:17 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2026-04-27 03:37:17 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2026-04-27 03:37:17 UTC (buildkit.dockerfile.v0)

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

2026-04-27 04:22:52 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

2026-04-27 04:22:53 UTC (buildkit.dockerfile.v0)

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

2026-04-27 04:22:53 UTC (buildkit.dockerfile.v0)

EXPOSE [20498/tcp 9081/tcp]

2026-04-27 04:22:53 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2026-04-27 04:22:53 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2026-04-27 04:22:53 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2026-04-27 04:22:53 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2026-04-27 04:22:53 UTC (buildkit.dockerfile.v0)

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

2026-04-27 04:22:53 UTC (buildkit.dockerfile.v0)

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

2026-04-27 04:22:53 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

Details
Created

2026-04-27 04:22:08 UTC

Size

1.14 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2026-04-27T03:37:00.824Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    46176a371242391eef27b1a4f094a2e8072c813c
  • 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.2.5-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:df45b4853b6fce6b81d1ac6218d861c6d7c8c14da4be409d42ee4bfdf0737e71 - 4.26% (49.8 MB)

[#001] sha256:9700db790df9362ec981cc772492f509a440db7b61a46691fa21995cffe990bb - 18.75% (219 MB)

[#002] sha256:37cacb27c1e860a63a5d9b9cd99a330713ae1135ced6706a5c349dc0f155d464 - 12.19% (143 MB)

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

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

[#005] sha256:193001c0be70c67bccdd3be3e2d6952780ae05fcc787f770251183268223444d - 18.98% (222 MB)

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

[#007] sha256:268359135a9ba2a1f8baa13fe71f21806a137faccd58c0b3bd5a7abbca49d5c4 - 0.0% (396 Bytes)

[#008] sha256:4663b52af25b103720f1b52d3c9443075e193b34440c5825cc1976756327d387 - 44.72% (523 MB)

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

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


History
2025-06-30 00:00:00 UTC (debuerreotype 0.15)

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

2025-07-10 02:39:34 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION=1.24.5

2025-07-10 02:39:34 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2025-07-10 02:39:34 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.5 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-07-10 02:39:44 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.5 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-07-10 02:39:45 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.5 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-07-10 02:39:45 UTC (buildkit.dockerfile.v0)

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

2025-07-10 03:00:37 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.24.5 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

2026-04-27 03:37:17 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2026-04-27 03:37:17 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2026-04-27 03:37:17 UTC (buildkit.dockerfile.v0)

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

2026-04-27 04:22:07 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

2026-04-27 04:22:08 UTC (buildkit.dockerfile.v0)

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

2026-04-27 04:22:08 UTC (buildkit.dockerfile.v0)

EXPOSE [20498/tcp 9081/tcp]

2026-04-27 04:22:08 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2026-04-27 04:22:08 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2026-04-27 04:22:08 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2026-04-27 04:22:08 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2026-04-27 04:22:08 UTC (buildkit.dockerfile.v0)

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

2026-04-27 04:22:08 UTC (buildkit.dockerfile.v0)

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

2026-04-27 04:22:08 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