Namespace
lfedge
Image / Tag
ekuiper:2.0.6-dev
Content Digest
sha256:2587e6b6c2324314342ab3b6cdb9234f11dcbbf4ee11cbd08f50a3d845538695
Details
Created

2025-01-06 03:22:32 UTC

Size

1.28 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-01-06T03:24:05.856Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    6da0423ea2b308129850f102c85f5540347c5b3c
  • 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.0.6-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:5d6e107a26c2ffb6e234f04132358dea70a691a64c1152f984d2f2ba0e218c58 - 3.9% (51.2 MB)

[#001] sha256:60fa0697c56dd1b30d7045f0c302540a13e1bb8de9e19b2d84b3d4573a98bfaf - 16.13% (212 MB)

[#002] sha256:3bae92ea5fe0a52a7e364b358c5e36a5637309d8aaadbe8a3118ef21c7305a64 - 10.69% (140 MB)

[#003] sha256:7f4b5adc94e7fcb1ecfca79e5567752a596a424db03903ae51d03be571c3a793 - 10.38% (136 MB)

[#004] sha256:1618a9502bab133bafaf7d51092ca74376099018a2dee5d0e640f93ff3b05f2b - 0.23% (2.98 MB)

[#005] sha256:2dc6d162c7279cb69a25f98dda81282e295819ab114beb7b7a4c02a4029a27a9 - 16.48% (216 MB)

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

[#007] sha256:45d3980f45243bf30e99af46dda8dd77b610d0c970f777ec57dfd2ab4dbbbaa3 - 0.0% (391 Bytes)

[#008] sha256:8ada0ac9f1bf637b5f380dd03211a16cc485b81cc6fd76ee105224bb5614dedc - 42.2% (554 MB)

[#009] sha256:9596681cb38e038f0321459291a80e12c9360cc1bfd5fc53a4901eb15220152d - 0.0% (175 Bytes)

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


History
2024-12-23 00:00:00 UTC (debuerreotype 0.15)

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

2024-12-26 00:05:16 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION=1.23.1

2024-12-26 00:05:16 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-12-26 00:05:16 UTC (buildkit.dockerfile.v0)

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

2024-12-26 00:05:21 UTC (buildkit.dockerfile.v0)

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

2024-12-26 00:05:24 UTC (buildkit.dockerfile.v0)

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

2024-12-26 00:05:24 UTC (buildkit.dockerfile.v0)

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

2024-12-26 00:05:48 UTC (buildkit.dockerfile.v0)

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

2025-01-06 03:20:36 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2025-01-06 03:20:36 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2025-01-06 03:20:36 UTC (buildkit.dockerfile.v0)

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

2025-01-06 03:22:32 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-01-06 03:22:32 UTC (buildkit.dockerfile.v0)

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

2025-01-06 03:22:32 UTC (buildkit.dockerfile.v0)

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

2025-01-06 03:22:32 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2025-01-06 03:22:32 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2025-01-06 03:22:32 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2025-01-06 03:22:32 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2025-01-06 03:22:32 UTC (buildkit.dockerfile.v0)

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

2025-01-06 03:22:32 UTC (buildkit.dockerfile.v0)

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

2025-01-06 03:22:32 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

Details
Created

2025-01-06 04:05:22 UTC

Size

1.1 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-01-06T03:24:05.856Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    6da0423ea2b308129850f102c85f5540347c5b3c
  • 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.0.6-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:8952ce7729acf39e69f2b455449e7a6e0c33737d28e220354096042bf33230f3 - 4.16% (46.8 MB)

[#001] sha256:d6d6079b672ec11fab44c1eb5048a39716baa937a3fca80f1afbeaba0406f5c9 - 16.51% (185 MB)

[#002] sha256:a2974da55afeb25a4c65643e00a1e2a01032a4619d9acdc6a141df98c7da4cb8 - 12.2% (137 MB)

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

[#004] sha256:5bd50a9ce9815bff9f076623e44454abfc356fc61a27c7dd3705a32d43cb9e77 - 0.26% (2.92 MB)

[#005] sha256:a68073d7999613f0cf5fb03e6d2b6ada60a7eb5b31a4b06c34dbb570c4ef72e0 - 19.27% (216 MB)

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

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

[#008] sha256:7fa70a60479d8ddf5de21552be8ca5a4ff2204909803bff525795d4b4d5a424d - 47.6% (534 MB)

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

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


History
2024-12-23 00:00:00 UTC (debuerreotype 0.15)

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

2024-12-26 00:09:15 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION=1.23.1

2024-12-26 00:09:15 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-12-26 00:09:15 UTC (buildkit.dockerfile.v0)

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

2024-12-26 00:09:25 UTC (buildkit.dockerfile.v0)

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

2024-12-26 00:09:25 UTC (buildkit.dockerfile.v0)

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

2024-12-26 00:09:25 UTC (buildkit.dockerfile.v0)

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

2024-12-26 00:13:24 UTC (buildkit.dockerfile.v0)

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

2025-01-06 03:24:24 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2025-01-06 03:24:25 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2025-01-06 03:24:25 UTC (buildkit.dockerfile.v0)

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

2025-01-06 04:05:21 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-01-06 04:05:22 UTC (buildkit.dockerfile.v0)

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

2025-01-06 04:05:22 UTC (buildkit.dockerfile.v0)

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

2025-01-06 04:05:22 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2025-01-06 04:05:22 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2025-01-06 04:05:22 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2025-01-06 04:05:22 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2025-01-06 04:05:22 UTC (buildkit.dockerfile.v0)

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

2025-01-06 04:05:22 UTC (buildkit.dockerfile.v0)

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

2025-01-06 04:05:22 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

Details
Created

2025-01-06 04:03:41 UTC

Size

1.13 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-01-06T03:24:05.856Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    6da0423ea2b308129850f102c85f5540347c5b3c
  • 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.0.6-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:447d428f9ffe60c6c8cc59e00901cd865a36737372ba05710598d7eaf0a1144d - 4.32% (49.8 MB)

[#001] sha256:c5b308c08c2fc94b285a886c59ce15b4cd5fc2d4de6d238eedfab1f61694f46f - 17.97% (207 MB)

[#002] sha256:440c9a8e23177339206d5dc8c2913b1554336050e9076d01c770bcba892d8a98 - 11.63% (134 MB)

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

[#004] sha256:31666f9753a0022519ff33620c7111a68f04fbde905335d8a940b8b267c9722d - 0.26% (2.97 MB)

[#005] sha256:be9fc18620ffc5becdedea21403f2104994d6abf1ce45ca330e4be1a74c9bb26 - 18.78% (216 MB)

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

[#007] sha256:f7547383c93883992d8139eb159479313826406096b01e54aea8a343b518677e - 0.0% (392 Bytes)

[#008] sha256:116549eec2ca383a76a0c6fb31c77ba2625e42788a6599a418f286049f098dc4 - 47.04% (542 MB)

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

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


History
2024-12-23 00:00:00 UTC (debuerreotype 0.15)

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

2024-12-26 00:09:21 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION=1.23.1

2024-12-26 00:09:21 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-12-26 00:09:21 UTC (buildkit.dockerfile.v0)

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

2024-12-26 00:09:31 UTC (buildkit.dockerfile.v0)

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

2024-12-26 00:09:31 UTC (buildkit.dockerfile.v0)

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

2024-12-26 00:09:31 UTC (buildkit.dockerfile.v0)

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

2024-12-26 00:13:11 UTC (buildkit.dockerfile.v0)

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

2025-01-06 03:24:24 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2025-01-06 03:24:25 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2025-01-06 03:24:25 UTC (buildkit.dockerfile.v0)

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

2025-01-06 04:03:40 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-01-06 04:03:41 UTC (buildkit.dockerfile.v0)

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

2025-01-06 04:03:41 UTC (buildkit.dockerfile.v0)

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

2025-01-06 04:03:41 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2025-01-06 04:03:41 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2025-01-06 04:03:41 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2025-01-06 04:03:41 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2025-01-06 04:03:41 UTC (buildkit.dockerfile.v0)

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

2025-01-06 04:03:41 UTC (buildkit.dockerfile.v0)

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

2025-01-06 04:03:41 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