Namespace
lfedge
Image / Tag
ekuiper:1.14.0-alpha.1-dev
Content Digest
sha256:b21274d1c15e6d604d8ba80765fc728307868a1400e94d61303219f4786454d7
Details
Created

2024-03-25 03:05:13 UTC

Size

1.11 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-03-25T03:02:39.647Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    e9166e59d8fe9639f111f9b76c50e4cce6ae16ad
  • 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.14.0-alpha.1-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:ec335f17d0c74f7a270925cb1bbd29acc72ae904c6f4570f9ae369e3eebb64ed - 4.63% (52.5 MB)

[#001] sha256:7a5e11c3abf477a51d354a2c52cf327864b3cd441cfad7948e05972dcb035012 - 18.62% (211 MB)

[#002] sha256:0057eeeabfef3dcccb5bce8c94880fa3f626f10d4f3facb574e98ca8cae8116d - 11.58% (132 MB)

[#003] sha256:23f94d8a3b8234b0a4985c882cdd154147ebcbc13bb75e1ffddcda45ae5e6b2b - 12.0% (136 MB)

[#004] sha256:7877c4341622d4ef57ae5354981c1a67ee4fb402373f21ada9f0fa01cb2a349c - 0.26% (2.98 MB)

[#005] sha256:3497bbfb2808dbdac4af83e1baff0807d1e3a137fd57e3a6b97def1083e3aeed - 15.46% (176 MB)

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

[#007] sha256:27e2b408a7367a13edf1a8d1effcd7e051223ac179ba659857e5218bc8c7ce17 - 0.0% (389 Bytes)

[#008] sha256:3344800fa4d7fa965d7e567dad7109cd0d3bfe0f5ac759cc073529c757a9c558 - 37.45% (425 MB)

[#009] sha256:1d7e061017420d5e32d7a5ad68fe685f886ad6835e57e92a73148bb165134d6c - 0.0% (177 Bytes)

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


History
2024-03-12 01:21:11 UTC

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

2024-03-12 01:21:11 UTC

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

2024-03-23 00:32:23 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION

2024-03-23 00:32:23 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-03-23 00:32:23 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.22.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-03-23 00:32:28 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.22.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-03-23 00:32:33 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.22.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-03-23 00:32:33 UTC (buildkit.dockerfile.v0)

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

2024-03-23 00:32:58 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.22.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-03-25 03:02:44 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2024-03-25 03:02:44 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2024-03-25 03:02:44 UTC (buildkit.dockerfile.v0)

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

2024-03-25 03:05:12 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

2024-03-25 03:05:13 UTC (buildkit.dockerfile.v0)

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

2024-03-25 03:05:13 UTC (buildkit.dockerfile.v0)

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

2024-03-25 03:05:13 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2024-03-25 03:05:13 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2024-03-25 03:05:13 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2024-03-25 03:05:13 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2024-03-25 03:05:13 UTC (buildkit.dockerfile.v0)

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

2024-03-25 03:05:13 UTC (buildkit.dockerfile.v0)

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

2024-03-25 03:05:13 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

Details
Created

2024-03-25 03:29:58 UTC

Size

960 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-03-25T03:02:39.647Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    e9166e59d8fe9639f111f9b76c50e4cce6ae16ad
  • 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.14.0-alpha.1-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:ab40cb80ac5229a1c48dfbfe9aaa04da29109444982d90d4bca2c7b6842beceb - 4.99% (47.9 MB)

[#001] sha256:609157a41c0880f0742ec8cc62ba6052a3f7992393497d11f3b12e5a114d773d - 19.26% (185 MB)

[#002] sha256:43856ee465011498a1c551cd93a36b344bebb180e051fb323a1b1236c02c3538 - 13.39% (129 MB)

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

[#004] sha256:53d0d6f292dd9fad2346e6786e730b1f15b05323609e247a6c53ead0fe04b7bc - 0.3% (2.92 MB)

[#005] sha256:b86f01876363e800550c041ea786db27dcfa4581ea81b575e6e489625351f34c - 18.29% (176 MB)

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

[#007] sha256:0ac6e5e8ed839f3fc15526a24424f49d5e93db6defec0e07fa75bf1b520c2fb5 - 0.0% (394 Bytes)

[#008] sha256:d8a9767162ad9e5e08382510ebac804d7cf604c7ae814ae7b49bda7efabec978 - 43.76% (420 MB)

[#009] sha256:730fe32b7b6ba438264084006368f56055f522d57671d8fc59ac8f0e02e91988 - 0.0% (178 Bytes)

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


History
2024-03-12 00:59:25 UTC

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

2024-03-12 00:59:28 UTC

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

2024-03-23 00:36:38 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION

2024-03-23 00:36:38 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-03-23 00:36:38 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.22.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-03-23 00:36:46 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.22.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-03-23 00:36:47 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.22.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-03-23 00:36:47 UTC (buildkit.dockerfile.v0)

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

2024-03-23 00:40:49 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.22.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-03-25 03:03:04 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2024-03-25 03:03:05 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2024-03-25 03:03:05 UTC (buildkit.dockerfile.v0)

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

2024-03-25 03:29:58 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

2024-03-25 03:29:58 UTC (buildkit.dockerfile.v0)

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

2024-03-25 03:29:58 UTC (buildkit.dockerfile.v0)

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

2024-03-25 03:29:58 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2024-03-25 03:29:58 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2024-03-25 03:29:58 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2024-03-25 03:29:58 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2024-03-25 03:29:58 UTC (buildkit.dockerfile.v0)

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

2024-03-25 03:29:58 UTC (buildkit.dockerfile.v0)

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

2024-03-25 03:29:58 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

Details
Created

2024-03-25 03:28:19 UTC

Size

986 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-03-25T03:02:39.647Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    e9166e59d8fe9639f111f9b76c50e4cce6ae16ad
  • 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.14.0-alpha.1-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:f53ee134f2f58aa9d86f682cbedb185619a5b857474f430e6dc3384fafdec81c - 5.2% (51.2 MB)

[#001] sha256:19fdfc584dfd507259a3b81e451ee3c093eb34d2c9c36d78ec7e1d1e48182547 - 20.96% (207 MB)

[#002] sha256:8d592a06abf90cd41844840a1736ef1e51dc3e8dc9bad56d3bd0ec4972afa7c5 - 12.74% (126 MB)

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

[#004] sha256:9e5af0bce8bcd6a26dc9eb34ec0c2051c6b3582a1ee7a0efccc70adcf0b47998 - 0.3% (2.97 MB)

[#005] sha256:e8269e19704de44c802fb524aa6c8b2b9bdea23ee76fe62c1a4cf6f9e0db3c5d - 17.8% (176 MB)

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

[#007] sha256:7151cdd109fb7218de690b39da305f91e217e0256be983bbab165588adb7757e - 0.0% (395 Bytes)

[#008] sha256:989a6c4e977cd612cb0d7bda0c994f5f72fc78196433b242aac6c1bbce85a559 - 42.99% (424 MB)

[#009] sha256:748c7ce5178c6bc946f053e8b350073f434c07e31701ae284ff7fba193cd4d60 - 0.0% (177 Bytes)

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


History
2024-03-12 00:45:43 UTC

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

2024-03-12 00:45:44 UTC

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

2024-03-23 00:36:33 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION

2024-03-23 00:36:33 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-03-23 00:36:33 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.22.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-03-23 00:36:44 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.22.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-03-23 00:36:47 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.22.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-03-23 00:36:47 UTC (buildkit.dockerfile.v0)

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

2024-03-23 00:40:35 UTC (buildkit.dockerfile.v0)

RUN |2 GO_VERSION=1.22.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-03-25 03:03:04 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2024-03-25 03:03:05 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2024-03-25 03:03:05 UTC (buildkit.dockerfile.v0)

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

2024-03-25 03:28:19 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

2024-03-25 03:28:19 UTC (buildkit.dockerfile.v0)

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

2024-03-25 03:28:19 UTC (buildkit.dockerfile.v0)

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

2024-03-25 03:28:19 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2024-03-25 03:28:19 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2024-03-25 03:28:19 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2024-03-25 03:28:19 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2024-03-25 03:28:19 UTC (buildkit.dockerfile.v0)

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

2024-03-25 03:28:19 UTC (buildkit.dockerfile.v0)

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

2024-03-25 03:28:19 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