Namespace
lfedge
Image / Tag
ekuiper:2.0.4-dev
Content Digest
sha256:34b69e81ef42bfac3ad9ac0d42d29a6173e79f9200b98dd99c9ce0f0a437df36
Details
Created

2024-12-09 10:06:02 UTC

Size

1.3 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-12-09T10:07:42.268Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    85af151beee5228481db66ec3f1b7201eba73cad
  • 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.4-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:cd606f6f489eb66f1307280aec321b3af3aa998dca447ae1cc91c6b884240064 - 3.86% (51.2 MB)

[#001] sha256:d60c7bb10a858ec31a0b289f7a11e65d96f8d8a5c118ec2d47a2097528a1b90c - 15.96% (212 MB)

[#002] sha256:e12686ce53e637b93355e0dd5bdd57b192d707c5a79c880f5f7d60cbb97f5135 - 10.59% (140 MB)

[#003] sha256:924d1ec1adaa8cf095169faaf98a66afc9b5168151e7efcfaa31fba1bc9f8071 - 10.27% (136 MB)

[#004] sha256:c96c26d5c15a6f0a6657ef05811b3ae0b781788317eae7d4ab0c7955137dfa32 - 0.22% (2.98 MB)

[#005] sha256:78f06caf149ca88975098c8d22579460317dc45bc373eb1624742ab0e90164b7 - 16.23% (215 MB)

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

[#007] sha256:982a752e5961ea5145138ce6261bbb13d8955e6cdbba6878bcfa27f094875593 - 0.0% (388 Bytes)

[#008] sha256:c28cff09458997fa564a0c7b4ea74cdda61b9fdd3a4b75da7730749c9520b0cd - 42.86% (569 MB)

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

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


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

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

2024-12-06 00:06:04 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION=1.23.1

2024-12-06 00:06:04 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-12-06 00:06:04 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-06 00:06:09 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-06 00:06:14 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-06 00:06:14 UTC (buildkit.dockerfile.v0)

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

2024-12-06 00:06:39 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

2024-12-09 10:04:05 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2024-12-09 10:04:05 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2024-12-09 10:04:05 UTC (buildkit.dockerfile.v0)

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

2024-12-09 10:06:02 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

2024-12-09 10:06:02 UTC (buildkit.dockerfile.v0)

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

2024-12-09 10:06:02 UTC (buildkit.dockerfile.v0)

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

2024-12-09 10:06:02 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2024-12-09 10:06:02 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2024-12-09 10:06:02 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2024-12-09 10:06:02 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2024-12-09 10:06:02 UTC (buildkit.dockerfile.v0)

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

2024-12-09 10:06:02 UTC (buildkit.dockerfile.v0)

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

2024-12-09 10:06:02 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

Details
Created

2024-12-09 10:51:57 UTC

Size

1.11 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-12-09T10:07:42.268Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    85af151beee5228481db66ec3f1b7201eba73cad
  • 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.4-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:69dbedc8019388fd330866fcfa04c35d28f86d1ef986691ee290054433639992 - 4.1% (46.8 MB)

[#001] sha256:9cae703d618696cbee325ea9c37560a774e02a60401b44e838fcd691cc99a2f1 - 16.27% (185 MB)

[#002] sha256:4cd07f6989398b6f605fdafb0c2f574fe3630fd3ba7863dbea5b62c04c236327 - 12.02% (137 MB)

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

[#004] sha256:0421c6449989800d15a4a61bc7965ea30909d8bb1f5f6e04a1cf8ef291632538 - 0.26% (2.92 MB)

[#005] sha256:27e5edc7fdfba548b8f3cf2393f85b499c1de01fe6d7276b055e4f1ba3e24f60 - 18.9% (215 MB)

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

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

[#008] sha256:cb7d1e69be5feedbd3bb637d9e6291b2e4379e4c6b45498e3c91743daf8409d8 - 48.44% (552 MB)

[#009] sha256:0347128217e41ee994cfa8fdea39c41ca6bb5461032155fbea1019952f802056 - 0.0% (175 Bytes)

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


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

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

2024-12-06 00:10:08 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION=1.23.1

2024-12-06 00:10:08 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-12-06 00:10:08 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-06 00:10:19 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-06 00:10:19 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-06 00:10:19 UTC (buildkit.dockerfile.v0)

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

2024-12-06 00:14:26 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

2024-12-09 10:08:02 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2024-12-09 10:08:02 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2024-12-09 10:08:02 UTC (buildkit.dockerfile.v0)

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

2024-12-09 10:51: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

2024-12-09 10:51:57 UTC (buildkit.dockerfile.v0)

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

2024-12-09 10:51:57 UTC (buildkit.dockerfile.v0)

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

2024-12-09 10:51:57 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2024-12-09 10:51:57 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2024-12-09 10:51:57 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2024-12-09 10:51:57 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2024-12-09 10:51:57 UTC (buildkit.dockerfile.v0)

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

2024-12-09 10:51:57 UTC (buildkit.dockerfile.v0)

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

2024-12-09 10:51:57 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

Details
Created

2024-12-09 10:50:07 UTC

Size

1.14 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-12-09T10:07:42.268Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    85af151beee5228481db66ec3f1b7201eba73cad
  • 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.4-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:e357e1f94476a03fde298261e8c007d487d3cfade45a9eef064eba724a5c5e2e - 4.27% (49.8 MB)

[#001] sha256:4cf2121526257dbdb3eb92ec3041505aa7e3e26214e016a2c9ab0c63617ebb96 - 17.73% (207 MB)

[#002] sha256:24d9c15725492ae9d3586807e4da617f7dfa5c8f0e297d237f617b4a88cf07a4 - 11.47% (134 MB)

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

[#004] sha256:5ca913678ee14cf15202476d2a3d6608e3a6ca4476ec83c960538b5dd560543e - 0.25% (2.97 MB)

[#005] sha256:27e5edc7fdfba548b8f3cf2393f85b499c1de01fe6d7276b055e4f1ba3e24f60 - 18.43% (215 MB)

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

[#007] sha256:2d5f2e78cd16f5eab65f649e4fcbaa75e6ccfb7f5e99c6e7170b970690d2b069 - 0.0% (395 Bytes)

[#008] sha256:18d6e62c5af7bcd296eece3099abf3a704a094c0608611d0d2229f54bd28dcf5 - 47.85% (559 MB)

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

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


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

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

2024-12-06 00:10:11 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION=1.23.1

2024-12-06 00:10:11 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-12-06 00:10:11 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-06 00:10:22 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-06 00:10:19 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-06 00:10:19 UTC (buildkit.dockerfile.v0)

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

2024-12-06 00:14:10 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

2024-12-09 10:08:02 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2024-12-09 10:08:02 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2024-12-09 10:08:02 UTC (buildkit.dockerfile.v0)

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

2024-12-09 10:50:06 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

2024-12-09 10:50:07 UTC (buildkit.dockerfile.v0)

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

2024-12-09 10:50:07 UTC (buildkit.dockerfile.v0)

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

2024-12-09 10:50:07 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2024-12-09 10:50:07 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2024-12-09 10:50:07 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2024-12-09 10:50:07 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2024-12-09 10:50:07 UTC (buildkit.dockerfile.v0)

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

2024-12-09 10:50:07 UTC (buildkit.dockerfile.v0)

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

2024-12-09 10:50:07 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