Namespace
lfedge
Image / Tag
ekuiper:2.0.0-dev
Content Digest
sha256:4d16590305f0c4a071a1ac603fec61cfdb934bbec3d325e7a3e544f95813deff
Details
Created

2024-10-25 13:06:43 UTC

Size

1.3 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-10-25T13:08:24.607Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    9463f7ddfa7dad3d9497e71c2e98ebdd4cec1e58
  • 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.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:9439c0e98e5f72dba1ea7cf303c3ca61ff9a91b26911886adb4266e2ad40bb58 - 3.95% (52.5 MB)

[#001] sha256:1fdf22ef332ae208b8fce5206ab20a281ec818dea7e0d0169add3d67319941c8 - 16.09% (214 MB)

[#002] sha256:6f00f50640847589c751c4510923f746a40baadc967d0895ee96c8c1e1896650 - 10.56% (140 MB)

[#003] sha256:52bac2038ff182059aed15bdec60fa9d94e660b4e685a0a2359b51dcd88fc0f4 - 10.25% (136 MB)

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

[#005] sha256:e07cf8cb95a9fcd24806cc4404d4e016b88a4d7aaeb0ee7c43704137372fe434 - 16.17% (215 MB)

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

[#007] sha256:763e8d4e8ff2ddb276770226e69e3442e2c2296ebfd835efa19f54c89ea4a719 - 0.0% (388 Bytes)

[#008] sha256:1c5b13a06faee6b4c5959bd1e2c74867a3b53f250a4ceab935425480abde4c3c - 42.76% (569 MB)

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

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


History
2024-10-17 00:20:39 UTC

/bin/sh -c #(nop) ADD file:603894b180221fc8174e291cd1177a2b9c09a07d1d9ba4d5b5aecdf80ad91fbb in /

2024-10-17 00:20:39 UTC

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

2024-10-25 00:05:53 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION=1.23.1

2024-10-25 00:05:53 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-10-25 00:05:53 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-10-25 00:05:59 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-10-25 00:06:02 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-10-25 00:06:02 UTC (buildkit.dockerfile.v0)

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

2024-10-25 00:06:29 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-10-25 13:04:53 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2024-10-25 13:04:53 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2024-10-25 13:04:53 UTC (buildkit.dockerfile.v0)

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

2024-10-25 13:06: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

2024-10-25 13:06:43 UTC (buildkit.dockerfile.v0)

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

2024-10-25 13:06:43 UTC (buildkit.dockerfile.v0)

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

2024-10-25 13:06:43 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2024-10-25 13:06:43 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2024-10-25 13:06:43 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2024-10-25 13:06:43 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2024-10-25 13:06:43 UTC (buildkit.dockerfile.v0)

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

2024-10-25 13:06:43 UTC (buildkit.dockerfile.v0)

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

2024-10-25 13:06:43 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

Details
Created

2024-10-25 13:50:16 UTC

Size

1.12 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-10-25T13:08:24.607Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    9463f7ddfa7dad3d9497e71c2e98ebdd4cec1e58
  • 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.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:a95f74ee8cb74ceb08cfe11180d99d077de86d07cce20c373d10c20ce9885b49 - 4.2% (47.9 MB)

[#001] sha256:c1dc0e070c152b69edd47105986c39b2e436cdbaf04c6a86503b4b3b6a6c04cb - 16.41% (187 MB)

[#002] sha256:dd7e0ae3431cad4fe4443122a0a3efca2d3365a8dcc91f90036a08a8bd551544 - 12.0% (137 MB)

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

[#004] sha256:5407be1a12c4a2c07401bf8c0aa2bd7d9dd8b1d5056412be12f6a5c7775a64ad - 0.26% (2.92 MB)

[#005] sha256:498821c1cafaa45e002d5cbeb4902cbb86d40cde4eb286ec844f7b76d6f073c6 - 18.83% (215 MB)

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

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

[#008] sha256:0e5d6f4d1bc3b6cf623f79474626a3f3a7bdbebed3abe87706ef7f61a7139a7f - 48.32% (552 MB)

[#009] sha256:ae2b3d56803392ac316a9c7aa74f1406f6370252991a151322ea690158cc9c64 - 0.0% (173 Bytes)

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


History
2024-10-17 03:03:34 UTC

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

2024-10-17 03:03:34 UTC

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

2024-10-25 00:09:56 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION=1.23.1

2024-10-25 00:09:56 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-10-25 00:09:56 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-10-25 00:10:06 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-10-25 00:10:07 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-10-25 00:10:07 UTC (buildkit.dockerfile.v0)

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

2024-10-25 00:14:07 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-10-25 13:08:42 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2024-10-25 13:08:42 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2024-10-25 13:08:42 UTC (buildkit.dockerfile.v0)

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

2024-10-25 13:50:15 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-10-25 13:50:16 UTC (buildkit.dockerfile.v0)

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

2024-10-25 13:50:16 UTC (buildkit.dockerfile.v0)

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

2024-10-25 13:50:16 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2024-10-25 13:50:16 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2024-10-25 13:50:16 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2024-10-25 13:50:16 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2024-10-25 13:50:16 UTC (buildkit.dockerfile.v0)

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

2024-10-25 13:50:16 UTC (buildkit.dockerfile.v0)

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

2024-10-25 13:50:16 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

Details
Created

2024-10-25 13:48:18 UTC

Size

1.14 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-10-25T13:08:24.607Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    9463f7ddfa7dad3d9497e71c2e98ebdd4cec1e58
  • 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.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:76475c2689e229fac9e8ba4a02e64decb7fd62b2a3e4ad65ba97f8e1a35471f2 - 4.38% (51.2 MB)

[#001] sha256:af82019d04d3143df5b2efb54ebf9fb2ec84056029d51c9b10ac3840413875e3 - 17.86% (209 MB)

[#002] sha256:a49ca0b984cb99f4e816ceb760fda3dbc26035445e857cb437edf835638fe4d7 - 11.44% (134 MB)

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

[#004] sha256:51232e5da10bcddea22edda30251da2cd57d43b45dc0d36fae2c5c6862c5fee2 - 0.25% (2.97 MB)

[#005] sha256:7d9548914736953ee96cf1f725ef719a26040e9383bd77f4aa9b3b5b9350e762 - 18.36% (215 MB)

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

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

[#008] sha256:e9bf47d0ae227ae47c5fea6e0aec6fa9ad45070853a1ab35bfbf325788ebfa8b - 47.71% (559 MB)

[#009] sha256:7570af0d84b09176972a89cacace4fb62191541d90f4d78d3039750ccb63a4ce - 0.0% (175 Bytes)

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


History
2024-10-17 01:12:05 UTC

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

2024-10-17 01:12:06 UTC

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

2024-10-25 00:09:59 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION=1.23.1

2024-10-25 00:09:59 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-10-25 00:09:59 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-10-25 00:10:10 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-10-25 00:10:10 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-10-25 00:10:10 UTC (buildkit.dockerfile.v0)

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

2024-10-25 00:13:50 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-10-25 13:08:42 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2024-10-25 13:08:42 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2024-10-25 13:08:42 UTC (buildkit.dockerfile.v0)

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

2024-10-25 13:48:17 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-10-25 13:48:18 UTC (buildkit.dockerfile.v0)

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

2024-10-25 13:48:18 UTC (buildkit.dockerfile.v0)

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

2024-10-25 13:48:18 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2024-10-25 13:48:18 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2024-10-25 13:48:18 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2024-10-25 13:48:18 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2024-10-25 13:48:18 UTC (buildkit.dockerfile.v0)

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

2024-10-25 13:48:18 UTC (buildkit.dockerfile.v0)

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

2024-10-25 13:48:18 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