Namespace
lfedge
Image / Tag
ekuiper:1.10.0-alpha.0-dev
Content Digest
sha256:179974a60e90b308c198e6c8c0ea9f32dee85db07bccbd81912aee0359369ef2
Details
Created

2023-04-13 15:04:25 UTC

Size

853 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-04-13T14:59:36.428Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    3090cdcd549808efac153a1bdc2995f6d01fdbc8
  • 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
    1.10.0-alpha.0-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:8372a04f222be82bf67eb0010a59644b1e52f1246b3da9034edaa98f3d591cae - 5.08% (43.3 MB)

[#001] sha256:ac84fbbf86f43679f505b63f591ac60eb6fcb11110af52bea61a84d804f17594 - 17.72% (151 MB)

[#002] sha256:c805cba746c7cdeee0e564ff8eef9ace8bbabe92b6966e6a8527aa2bdddb0559 - 22.36% (191 MB)

[#003] sha256:715cdb907842822e6b9b7d484cf71cd522aa03f5cfbbc6aee1676149d69df2d7 - 0.35% (2.95 MB)

[#004] sha256:5ad9a7a8b6f7a6ca55f755c1693cfff0660fb59f03f22aa12b8dd0e4838d5ca9 - 12.22% (104 MB)

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

[#006] sha256:25e62cec69348e2031b096888462398bdf6ec009e7c623e5665173ac50bbf993 - 0.0% (390 Bytes)

[#007] sha256:4799d0ae9feb97311e53e497829685bfbe55c2ffa904d18b6efd6199f1b3d02f - 42.26% (360 MB)

[#008] sha256:8f52a921d59ab1a4df114827d72249cc6343f49cfdb1d73edeaff3c866683348 - 0.0% (183 Bytes)

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


History
2022-06-23 00:22:10 UTC

/bin/sh -c #(nop) ADD file:4c5e0bec5f780d9c6bfbafcb9e6ed641781dd7f7c2853a0c49d6613e9fef9516 in /

2022-06-23 00:22:10 UTC

/bin/sh -c #(nop) CMD ["bash"]

2023-04-04 07:44:42 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION

2023-04-04 07:44:42 UTC (buildkit.dockerfile.v0)

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

2023-04-04 07:44:49 UTC (buildkit.dockerfile.v0)

RUN |1 GO_VERSION=1.20.2 /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

2023-04-04 07:44:49 UTC (buildkit.dockerfile.v0)

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

2023-04-04 07:45:20 UTC (buildkit.dockerfile.v0)

RUN |1 GO_VERSION=1.20.2 /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

2023-04-13 14:59:45 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2023-04-13 14:59:46 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2023-04-13 14:59:46 UTC (buildkit.dockerfile.v0)

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

2023-04-13 15:04:25 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c make build_with_edgex_and_script && ln -s /go/kuiper/_build/kuiper-$(git describe --tags --always)-$(go env GOOS)-$(go env GOARCH) /kuiper # buildkit

2023-04-13 15:04:25 UTC (buildkit.dockerfile.v0)

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

2023-04-13 15:04:25 UTC (buildkit.dockerfile.v0)

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

2023-04-13 15:04:25 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2023-04-13 15:04:25 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2023-04-13 15:04:25 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2023-04-13 15:04:25 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2023-04-13 15:04:25 UTC (buildkit.dockerfile.v0)

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

2023-04-13 15:04:25 UTC (buildkit.dockerfile.v0)

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

2023-04-13 15:04:25 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

Details
Created

2023-04-13 15:36:52 UTC

Size

821 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-04-13T14:59:36.428Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    3090cdcd549808efac153a1bdc2995f6d01fdbc8
  • 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
    1.10.0-alpha.0-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:cf35481e5c316d184dac1873898948d1e8108de590a2a940c32cda34173fe7c1 - 4.89% (40.2 MB)

[#001] sha256:62704b7baa12f10b634de855f24dff972c3b668ba43b0dc17c4eb2098621ec05 - 16.39% (135 MB)

[#002] sha256:feeee9bc3cb5b16f3f1ecb31065a7ef76e6c8a6bd4cdbe1d821123a70ed4816d - 22.69% (186 MB)

[#003] sha256:9c56a0cf7653040b7ab9111cab2022de1e3bffb5ef966a506184819711d854b2 - 0.36% (2.93 MB)

[#004] sha256:4daca44880dd589171d0f04584826d6e044d32b4e07c27e1c6dbaa6a3d76e295 - 12.69% (104 MB)

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

[#006] sha256:c95fbbc4c9a6806eed17a156cce657284c0ac98654f4147e0bc821eb4ce159ec - 0.0% (394 Bytes)

[#007] sha256:d9891e630818ca1d2ffcaa130180041775ea98a7259a2d88870fe85f3280809f - 42.98% (353 MB)

[#008] sha256:f52d8234e175bffe2ba04a5074922f5050f58575f6af78f1e79649cfab6b428c - 0.0% (183 Bytes)

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


History
2022-06-23 01:05:04 UTC

/bin/sh -c #(nop) ADD file:4f45aa06c6a1c011e41ff7e4685f05d91970973768fc88ff3e825c5ac4fd6058 in /

2022-06-23 01:05:05 UTC

/bin/sh -c #(nop) CMD ["bash"]

2023-04-04 07:49:37 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION

2023-04-04 07:49:37 UTC (buildkit.dockerfile.v0)

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

2023-04-04 07:49:51 UTC (buildkit.dockerfile.v0)

RUN |1 GO_VERSION=1.20.2 /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

2023-04-04 07:49:51 UTC (buildkit.dockerfile.v0)

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

2023-04-04 07:54:27 UTC (buildkit.dockerfile.v0)

RUN |1 GO_VERSION=1.20.2 /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

2023-04-13 15:00:04 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2023-04-13 15:00:04 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2023-04-13 15:00:05 UTC (buildkit.dockerfile.v0)

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

2023-04-13 15:36:51 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c make build_with_edgex_and_script && ln -s /go/kuiper/_build/kuiper-$(git describe --tags --always)-$(go env GOOS)-$(go env GOARCH) /kuiper # buildkit

2023-04-13 15:36:52 UTC (buildkit.dockerfile.v0)

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

2023-04-13 15:36:52 UTC (buildkit.dockerfile.v0)

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

2023-04-13 15:36:52 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2023-04-13 15:36:52 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2023-04-13 15:36:52 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2023-04-13 15:36:52 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2023-04-13 15:36:52 UTC (buildkit.dockerfile.v0)

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

2023-04-13 15:36:52 UTC (buildkit.dockerfile.v0)

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

2023-04-13 15:36:52 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

Details
Created

2023-04-13 15:33:01 UTC

Size

824 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-04-13T14:59:36.428Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    3090cdcd549808efac153a1bdc2995f6d01fdbc8
  • 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
    1.10.0-alpha.0-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:d8ccec8a513f896fedd1d9765f3f2abf98bc8264f61cecf17919c80c9aa7ddbc - 5.0% (41.2 MB)

[#001] sha256:d62d37a91544e2dfa8d417199be3acc1c8ff55e883c454687e5238359be6cf3e - 16.9% (139 MB)

[#002] sha256:e014b1ca4e1880a6ebb8794bea9b56df4cd8ca3b4b37149b3e6da94c96c2f7c6 - 22.05% (182 MB)

[#003] sha256:7377f8d17d6357ffdaf63a70a579499d13ad4c7eaf1fa913378b4d5c3ad6faf2 - 0.36% (2.97 MB)

[#004] sha256:a4a52367129843e1881b2ff2da05c7ebb6b1d9edeb8667f5773f0123170f6084 - 12.64% (104 MB)

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

[#006] sha256:de3842b9419c4df990992bb4933c4416bafd78d2522ac9277467a606bbf139a7 - 0.0% (392 Bytes)

[#007] sha256:5d5254f9b1ef30736f4d4c23eb6f21f3352b06542e515f75f119b6d5e707dbc6 - 43.05% (355 MB)

[#008] sha256:7d390caf1d2f00fe9611d29577f872143d664dd5665702b32bd3a9c289e40c4f - 0.0% (182 Bytes)

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


History
2022-06-23 00:42:45 UTC

/bin/sh -c #(nop) ADD file:3d8b1da94fcec5d068e3e6465fac70cce404c331bb52e30a5bf7cbd950baa5fe in /

2022-06-23 00:42:45 UTC

/bin/sh -c #(nop) CMD ["bash"]

2023-04-04 07:49:34 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION

2023-04-04 07:49:34 UTC (buildkit.dockerfile.v0)

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

2023-04-04 07:49:48 UTC (buildkit.dockerfile.v0)

RUN |1 GO_VERSION=1.20.2 /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

2023-04-04 07:49:48 UTC (buildkit.dockerfile.v0)

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

2023-04-04 07:54:18 UTC (buildkit.dockerfile.v0)

RUN |1 GO_VERSION=1.20.2 /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

2023-04-13 15:00:04 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2023-04-13 15:00:04 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2023-04-13 15:00:04 UTC (buildkit.dockerfile.v0)

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

2023-04-13 15:33:00 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c make build_with_edgex_and_script && ln -s /go/kuiper/_build/kuiper-$(git describe --tags --always)-$(go env GOOS)-$(go env GOARCH) /kuiper # buildkit

2023-04-13 15:33:01 UTC (buildkit.dockerfile.v0)

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

2023-04-13 15:33:01 UTC (buildkit.dockerfile.v0)

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

2023-04-13 15:33:01 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2023-04-13 15:33:01 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2023-04-13 15:33:01 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2023-04-13 15:33:01 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2023-04-13 15:33:01 UTC (buildkit.dockerfile.v0)

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

2023-04-13 15:33:01 UTC (buildkit.dockerfile.v0)

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

2023-04-13 15:33:01 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