Namespace
lfedge
Image / Tag
ekuiper:1.11.3-dev
Content Digest
sha256:20c2426a295105fd07be55c9d40f0c167f797c60d288373f49c4992a7278315a
Details
Created

2023-10-09 07:11:56 UTC

Size

1010 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-10-09T07:06:27.811Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    5e47f209c398be6058ad77f89a48321a41aef9ff
  • 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.11.3-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:ddf874abf16cc990e0fd75a154a34ca0a03ee310ad895a18fb62ae15bf4171fb - 5.21% (52.5 MB)

[#001] sha256:bc17f291e96f58db55de1b6cea466cb159aa39699fad383cfb39c4963780dd5f - 21.56% (217 MB)

[#002] sha256:9a8b757d9d0892a568879aa1bdba7ae179d5e897b925148fa2c01a653785efbb - 18.92% (191 MB)

[#003] sha256:3e0034fb295dc1b332b7824c9937b81acda364274cbfa5d3a504b462f449223d - 0.3% (2.98 MB)

[#004] sha256:74e9aca020e442c418bc1eb5caaeb19fa0f487c383c6bf875d577b94b45dc1ff - 17.18% (173 MB)

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

[#006] sha256:c76e41ce065999ebc1a911e6c612595a0086b5bc58f70235ddbae4eb45fb9bb2 - 0.0% (389 Bytes)

[#007] sha256:20278b5b20ce788377dc173155cf12df0b5d53bfdf9920d565b1a0e2427e6e44 - 36.84% (371 MB)

[#008] sha256:342d6891abc4fd4b71ad9b1809b4e32c842636d10b4a077ab553c2e8be4c68a9 - 0.0% (176 Bytes)

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


History
2023-09-20 04:55:51 UTC

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

2023-09-20 04:55:51 UTC

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

2023-10-09 00:33:52 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION

2023-10-09 00:33:52 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2023-10-09 00:33:52 UTC (buildkit.dockerfile.v0)

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

2023-10-09 00:34:00 UTC (buildkit.dockerfile.v0)

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

2023-10-09 00:34:00 UTC (buildkit.dockerfile.v0)

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

2023-10-09 00:34:36 UTC (buildkit.dockerfile.v0)

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

2023-10-09 07:06:40 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2023-10-09 07:06:41 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2023-10-09 07:06:41 UTC (buildkit.dockerfile.v0)

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

2023-10-09 07:11:55 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-10-09 07:11:56 UTC (buildkit.dockerfile.v0)

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

2023-10-09 07:11:56 UTC (buildkit.dockerfile.v0)

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

2023-10-09 07:11:56 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2023-10-09 07:11:56 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2023-10-09 07:11:56 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2023-10-09 07:11:56 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2023-10-09 07:11:56 UTC (buildkit.dockerfile.v0)

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

2023-10-09 07:11:56 UTC (buildkit.dockerfile.v0)

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

2023-10-09 07:11:56 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

Details
Created

2023-10-09 07:47:38 UTC

Size

963 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-10-09T07:06:27.811Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    5e47f209c398be6058ad77f89a48321a41aef9ff
  • 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.11.3-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:1d4e041d2204b383d6d6893cfcf5b852394f34744a85cea9ec0b3fb65cbc6143 - 4.97% (47.9 MB)

[#001] sha256:5774b683a0bdbbc8df3780120c8514d350960e763954dc1755b3be0b6df20846 - 19.68% (190 MB)

[#002] sha256:89f2d1b137fc59594987ec9e5a62d890a5f9817b536e9c4424dbd2a3057852c6 - 19.35% (186 MB)

[#003] sha256:012ee402ba592d2efd577c5c5f11bc62877be11a2269f31f9f8a3cc869c42759 - 0.3% (2.92 MB)

[#004] sha256:1a3826f4faf7ec32262fe61a63659b10d32e95b33a379e33a4ab8133127ca0ce - 17.98% (173 MB)

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

[#006] sha256:d48ef8401c05f01cfbe10beb1faa992ab653858a3fd221dabc371a6013b639f4 - 0.0% (393 Bytes)

[#007] sha256:d7420528ff9bd8726179682122c958e30e30d327c5129aaba956cf4bc81c6fbb - 37.71% (363 MB)

[#008] sha256:dea5ebb4913f8445502c8936174a77a8ba000324075831b10b4c0778ee35f76c - 0.0% (176 Bytes)

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


History
2023-09-20 04:57:26 UTC

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

2023-09-20 04:57:26 UTC

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

2023-10-09 00:39:45 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION

2023-10-09 00:39:45 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2023-10-09 00:39:45 UTC (buildkit.dockerfile.v0)

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

2023-10-09 00:40:01 UTC (buildkit.dockerfile.v0)

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

2023-10-09 00:40:01 UTC (buildkit.dockerfile.v0)

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

2023-10-09 00:45:44 UTC (buildkit.dockerfile.v0)

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

2023-10-09 07:07:06 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2023-10-09 07:07:06 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2023-10-09 07:07:07 UTC (buildkit.dockerfile.v0)

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

2023-10-09 07:47:38 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-10-09 07:47:38 UTC (buildkit.dockerfile.v0)

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

2023-10-09 07:47:38 UTC (buildkit.dockerfile.v0)

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

2023-10-09 07:47:38 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2023-10-09 07:47:38 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2023-10-09 07:47:38 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2023-10-09 07:47:38 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2023-10-09 07:47:38 UTC (buildkit.dockerfile.v0)

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

2023-10-09 07:47:38 UTC (buildkit.dockerfile.v0)

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

2023-10-09 07:47:38 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

Details
Created

2023-10-09 07:43:21 UTC

Size

986 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-10-09T07:06:27.811Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    5e47f209c398be6058ad77f89a48321a41aef9ff
  • 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.11.3-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:31f5dc1f52c865588c43d8ec718f14d430e149b28f0b28232da825da7ae28f76 - 5.19% (51.2 MB)

[#001] sha256:c4c250f6b7862aeba6d509697057d51e7763ed98e7486cbd1346cbc9828feec1 - 21.49% (212 MB)

[#002] sha256:a0c041caa2d36a108544ca2309cd37f207001999812bd433b217e6432a160869 - 18.43% (182 MB)

[#003] sha256:dd828b4ceb324e31e7fa887c77b660e64b79f5738b5636b282d49f18fd57f922 - 0.3% (2.97 MB)

[#004] sha256:559356029d154ff7bacb3f651281b5fba76a043c611200cf4acdb405d09edebc - 17.56% (173 MB)

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

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

[#007] sha256:02231e4e180ba8a2145262b7e90ac562811f35f524ebf88d08d0b5f914bfe77a - 37.02% (365 MB)

[#008] sha256:0df70ad371f8957a689ce7a9e5c31b69a9061f38ffffd7475ef5214a36d27b03 - 0.0% (177 Bytes)

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


History
2023-09-20 02:44:20 UTC

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

2023-09-20 02:44:21 UTC

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

2023-10-09 00:39:44 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION

2023-10-09 00:39:44 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2023-10-09 00:39:44 UTC (buildkit.dockerfile.v0)

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

2023-10-09 00:40:01 UTC (buildkit.dockerfile.v0)

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

2023-10-09 00:40:01 UTC (buildkit.dockerfile.v0)

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

2023-10-09 00:45:30 UTC (buildkit.dockerfile.v0)

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

2023-10-09 07:07:06 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2023-10-09 07:07:06 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2023-10-09 07:07:07 UTC (buildkit.dockerfile.v0)

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

2023-10-09 07:43: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)-$(go env GOOS)-$(go env GOARCH) /kuiper # buildkit

2023-10-09 07:43:21 UTC (buildkit.dockerfile.v0)

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

2023-10-09 07:43:21 UTC (buildkit.dockerfile.v0)

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

2023-10-09 07:43:21 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2023-10-09 07:43:21 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2023-10-09 07:43:21 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2023-10-09 07:43:21 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2023-10-09 07:43:21 UTC (buildkit.dockerfile.v0)

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

2023-10-09 07:43:21 UTC (buildkit.dockerfile.v0)

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

2023-10-09 07:43:21 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