Namespace
lfedge
Image / Tag
ekuiper:1.7.4-dev
Content Digest
sha256:1e131b0826af9f9d57110697ca746822d9a0ba88ffaef15b56da505d7193b4e2
Details
Created

2022-12-16 10:10:23 UTC

Size

684 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-12-16T10:05:55.263Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    826f7f1cb51f8cc690d8980577757ac391b812a6
  • 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.7.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:8372a04f222be82bf67eb0010a59644b1e52f1246b3da9034edaa98f3d591cae - 6.34% (43.3 MB)

[#001] sha256:afd1fb2f438c0002a0ce35d27e4129065b79e84a2e0f07253256fe9430c42d81 - 22.09% (151 MB)

[#002] sha256:8f1610feba984ba9f6282fc354c4cd2b4afd7c32d0f10670c9625ff39b96ad04 - 39.51% (270 MB)

[#003] sha256:9e2d1175c809c1b352dce9bd1db4c67767cbeb074068582d1b2e3920c418fc70 - 0.43% (2.95 MB)

[#004] sha256:a9b18b246df0a82112739d37e6f6e82eb217849bc27c662e12e8c43119329748 - 10.61% (72.5 MB)

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

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

[#007] sha256:0362fbb1e7ff4e8af029366f1430d595f3f474d0bedafe839b1eb91452000141 - 21.02% (144 MB)

[#008] sha256:89bf5afafbd07216fb12d598cea8e6add3124dc3a2dd38a91fc7f88b623cfc06 - 0.0% (184 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"]

2022-12-16 00:36:32 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION=1.18.5

2022-12-16 00:36:32 UTC (buildkit.dockerfile.v0)

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

2022-12-16 00:36:42 UTC (buildkit.dockerfile.v0)

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

2022-12-16 00:36:42 UTC (buildkit.dockerfile.v0)

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

2022-12-16 00:37:14 UTC (buildkit.dockerfile.v0)

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

2022-12-16 10:06:02 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2022-12-16 10:06:03 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2022-12-16 10:06:04 UTC (buildkit.dockerfile.v0)

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

2022-12-16 10:10:22 UTC (buildkit.dockerfile.v0)

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

2022-12-16 10:10:23 UTC (buildkit.dockerfile.v0)

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

2022-12-16 10:10:23 UTC (buildkit.dockerfile.v0)

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

2022-12-16 10:10:23 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2022-12-16 10:10:23 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2022-12-16 10:10:23 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2022-12-16 10:10:23 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2022-12-16 10:10:23 UTC (buildkit.dockerfile.v0)

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

2022-12-16 10:10:23 UTC (buildkit.dockerfile.v0)

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

2022-12-16 10:10:23 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

Details
Created

2022-12-16 10:39:37 UTC

Size

603 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-12-16T10:05:55.263Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    826f7f1cb51f8cc690d8980577757ac391b812a6
  • 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.7.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:cf35481e5c316d184dac1873898948d1e8108de590a2a940c32cda34173fe7c1 - 6.67% (40.2 MB)

[#001] sha256:1acdb7b1e36769f1d39b3bcd40e51afa55f84090a6cf077b12438f5455574e99 - 22.34% (135 MB)

[#002] sha256:0d86278d051568f1d2d56e4adcb0af9e15dc29f06e4f07b597b7f4296dd88608 - 34.81% (210 MB)

[#003] sha256:db6a296c0843d544f51acb82510a438de99cd6c2d35a50556befc2a05ea01de2 - 0.49% (2.93 MB)

[#004] sha256:e92c67a10de2d0145d76804c56a1f8aa580ee8a73fdad2af507d7a3b84f51254 - 12.04% (72.5 MB)

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

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

[#007] sha256:06c4a15f20490afd4d317ddc9be717994a5e9550ffe58b1d667d21f07cea1712 - 23.65% (143 MB)

[#008] sha256:e06a32c6a325392670e92a5b46ebcddc3589acf2c2a62de60d0f744e4b663dea - 0.0% (185 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"]

2022-12-16 00:41:31 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION=1.18.5

2022-12-16 00:41:31 UTC (buildkit.dockerfile.v0)

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

2022-12-16 00:41:45 UTC (buildkit.dockerfile.v0)

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

2022-12-16 00:41:45 UTC (buildkit.dockerfile.v0)

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

2022-12-16 00:46:25 UTC (buildkit.dockerfile.v0)

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

2022-12-16 10:06:30 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2022-12-16 10:06:30 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2022-12-16 10:06:31 UTC (buildkit.dockerfile.v0)

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

2022-12-16 10:39:37 UTC (buildkit.dockerfile.v0)

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

2022-12-16 10:39:37 UTC (buildkit.dockerfile.v0)

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

2022-12-16 10:39:37 UTC (buildkit.dockerfile.v0)

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

2022-12-16 10:39:37 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2022-12-16 10:39:37 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2022-12-16 10:39:37 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2022-12-16 10:39:37 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2022-12-16 10:39:37 UTC (buildkit.dockerfile.v0)

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

2022-12-16 10:39:37 UTC (buildkit.dockerfile.v0)

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

2022-12-16 10:39:37 UTC (buildkit.dockerfile.v0)

CMD ["./bin/kuiperd"]

Details
Created

2022-12-16 10:35:47 UTC

Size

604 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-12-16T10:05:55.263Z
  • org.opencontainers.image.description
    Lightweight data stream processing engine for IoT edge
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    826f7f1cb51f8cc690d8980577757ac391b812a6
  • 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.7.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:d8ccec8a513f896fedd1d9765f3f2abf98bc8264f61cecf17919c80c9aa7ddbc - 6.82% (41.2 MB)

[#001] sha256:e4ae1f723ee8afcfd1ec86e4213cc301d94ec0c5e3245d3a54a1a7e2c3c06177 - 23.05% (139 MB)

[#002] sha256:dd92048c85b84d6d9c002fb2184179400bc7abff7d20bde7db5f51a5671a052a - 34.35% (208 MB)

[#003] sha256:d38477946eac086f0a76f90fcb703fee72f23afd14710b76c2225cfc2a4cd9b9 - 0.49% (2.97 MB)

[#004] sha256:e92c67a10de2d0145d76804c56a1f8aa580ee8a73fdad2af507d7a3b84f51254 - 12.0% (72.5 MB)

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

[#006] sha256:32711af033b72636fd3f83970d9f68b6479a99a6dc2fb9aeaa5e4a87276f8dca - 0.0% (391 Bytes)

[#007] sha256:9746b9639bcd448187acf8be44e3d9eee8963598417f425d8b54c4d2d9ec4f56 - 23.28% (141 MB)

[#008] sha256:5633634142dc32ee51de8f786d342684f540e1133d3f281b1ae05a09aa6d58e6 - 0.0% (185 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"]

2022-12-16 00:41:27 UTC (buildkit.dockerfile.v0)

ARG GO_VERSION=1.18.5

2022-12-16 00:41:27 UTC (buildkit.dockerfile.v0)

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

2022-12-16 00:41:44 UTC (buildkit.dockerfile.v0)

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

2022-12-16 00:41:44 UTC (buildkit.dockerfile.v0)

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

2022-12-16 00:46:18 UTC (buildkit.dockerfile.v0)

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

2022-12-16 10:06:30 UTC (buildkit.dockerfile.v0)

COPY . /go/kuiper # buildkit

2022-12-16 10:06:30 UTC (buildkit.dockerfile.v0)

WORKDIR /go/kuiper

2022-12-16 10:06:31 UTC (buildkit.dockerfile.v0)

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

2022-12-16 10:35:46 UTC (buildkit.dockerfile.v0)

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

2022-12-16 10:35:47 UTC (buildkit.dockerfile.v0)

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

2022-12-16 10:35:47 UTC (buildkit.dockerfile.v0)

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

2022-12-16 10:35:47 UTC (buildkit.dockerfile.v0)

ENV MAINTAINER=emqx.io

2022-12-16 10:35:47 UTC (buildkit.dockerfile.v0)

ENV KUIPER_HOME=/kuiper

2022-12-16 10:35:47 UTC (buildkit.dockerfile.v0)

ENV KUIPER__BASIC__CONSOLELOG=true

2022-12-16 10:35:47 UTC (buildkit.dockerfile.v0)

WORKDIR /kuiper

2022-12-16 10:35:47 UTC (buildkit.dockerfile.v0)

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

2022-12-16 10:35:47 UTC (buildkit.dockerfile.v0)

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

2022-12-16 10:35:47 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