2023-06-02 11:05:47 UTC
359 MB
GOLANG_ARCH_s390x
GOLANG_ARCH_amd64amd64
GOLANG_ARCH_arm64arm64
GOLANG_ARCH_s390xs390x
GOPATH/go
GO_SPDK_HELPER_DIR/usr/src/go-spdk-helper
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SHELL/bin/bash
SPDK_DIR/usr/src/spdk
TINI_VERSIONv0.19.0
[#000] sha256:16364d6afcba0f766cd7bb02cb5f16bb984b4fb421da6b41e4eadc384aa0bbf3 - 12.09% (43.4 MB)
[#001] sha256:87070ebef091febaaa7635e3bf9ba3c02706db99fb799c743c856aa6a3173cd0 - 6.45% (23.2 MB)
[#002] sha256:4fa13e1941fb1ff6934e81c2b4c6e256d93d795acba6ed75e8c2e08dcd340371 - 40.17% (144 MB)
[#003] sha256:680532cacb93fe43bacbdfb4e1896d045b40633abc8a508504647282bc48d922 - 0.99% (3.56 MB)
[#004] sha256:4231c0289a0420e754c22016f8a6e8189c1e71bacd884dc3fe1e5286364d02bd - 3.9% (14 MB)
[#005] sha256:07f64074e432e53ac4edc9e968b1c9f5e9e792b409c8df892c5eacbe525bb82c - 0.0% (671 Bytes)
[#006] sha256:155058d70336561411eceaef05930ff97da432b25948c077c2b7f20e66faa516 - 31.78% (114 MB)
[#007] sha256:ab8b6f9a8b05b90b607e1ca72ac108640bc442039df3fd461416aec72e17d5f0 - 2.1% (7.53 MB)
[#008] sha256:ad3c319da69718eed0c051fcdce93bba7a8ba70af41ceba3c519d5912f516ac6 - 0.03% (109 KB)
[#009] sha256:6c440416255da065443e16fd4ec4aab91a5bc9f5a9c2e004b01559f53a595b93 - 2.5% (8.99 MB)
[#010] sha256:25716f11aed02b5e0de9cb33f76ab9e8effa92151288fc054971709b21bee26f - 0.0% (9.5 KB)
[#011] sha256:a62fbc1dbe6e8d0b36789675d624bec39cbb9cdb0d090e7ce62ecd2dba7c5497 - 0.0% (9.5 KB)
KIWI 9.24.43
2023-06-02 09:23:19 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2023-06-02 11:04:07 UTC|1 ARCH=s390x /bin/sh -c zypper -n addrepo --refresh https://download.opensuse.org/repositories/system:/snappy/SLE_15/system:snappy.repo && zypper -n addrepo --refresh https://download.opensuse.org/repositories/network:/utilities/SLE_15_SP4/network:utilities.repo && zypper -n addrepo --refresh https://download.opensuse.org/repositories/devel:libraries:c_c++/15.4/devel:libraries:c_c++.repo && zypper -n addrepo --refresh https://download.opensuse.org/repositories/devel:languages:python:Factory/15.4/devel:languages:python:Factory.repo && zypper -n addrepo --refresh https://download.opensuse.org/repositories/devel:languages:python:backports/SLE_15/devel:languages:python:backports.repo && zypper --gpg-auto-import-keys ref
2023-06-02 11:04:54 UTC|1 ARCH=s390x /bin/sh -c zypper -n install cmake kmod curl nfs-client nfs4-acl-tools fuse git gcc libibverbs librdmacm1 rdma-core-devel perl-Config-General libaio-devel sg3_utils iputils telnet iperf qemu-tools wget iproute2 xsltproc docbook-xsl-stylesheets e2fsprogs e2fsprogs-devel xfsprogs xfsprogs-devel cifs-utils python3 netcat-openbsd util-linux-systemd tar
2023-06-02 11:04:57 UTC|1 ARCH=s390x /bin/sh -c wget https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.3.2/grpc_health_probe-linux-${ARCH} -O /usr/local/bin/grpc_health_probe && chmod +x /usr/local/bin/grpc_health_probe
2023-06-02 11:04:58 UTC/bin/sh -c #(nop) COPY file:52e736b4c8c85a3484b4c4889dd5c01f1fda4279808bfbace6291a6f60c11abb in /usr/local/bin/
2023-06-02 11:04:58 UTC/bin/sh -c #(nop) COPY file:c970c1af9836e6f38fe96ebe3361c9da6e8f2f929e7a72c6fbf99482d3ba86eb in /usr/local/bin/
2023-06-02 11:04:58 UTC/bin/sh -c #(nop) ENV GOLANG_ARCH_amd64=amd64 GOLANG_ARCH_arm64=arm64 GOLANG_ARCH_s390x=s390x GOLANG_ARCH=GOLANG_ARCH_s390x GOPATH=/go PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin SHELL=/bin/bash
2023-06-02 11:05:13 UTC|1 ARCH=s390x /bin/sh -c wget -O - https://storage.googleapis.com/golang/go1.20.3.linux-${!GOLANG_ARCH}.tar.gz | tar -xzf - -C /usr/local && go install golang.org/x/lint/golint@latest
2023-06-02 11:05:13 UTC/bin/sh -c #(nop) ENV GO_SPDK_HELPER_DIR=/usr/src/go-spdk-helper
2023-06-02 11:05:17 UTC|1 ARCH=s390x /bin/sh -c git clone https://github.com/longhorn/go-spdk-helper.git ${GO_SPDK_HELPER_DIR} && cd ${GO_SPDK_HELPER_DIR} && go build && install -m 755 go-spdk-helper /usr/local/bin/go-spdk-helper && rm -rf ${GO_SPDK_HELPER_DIR}
2023-06-02 11:05:19 UTC|1 ARCH=s390x /bin/sh -c cd /usr/src && git clone https://github.com/rancher/liblonghorn.git && cd liblonghorn && git checkout 53d1c063b95efc8d949b095bd4bf04637230265f && make; make install
2023-06-02 11:05:33 UTC|1 ARCH=s390x /bin/sh -c cd /usr/src && git clone https://github.com/rancher/tgt.git && cd tgt && git checkout 3a8bc4823b5390e046f7aa8231ed262c0365c42c && make; make install
2023-06-02 11:05:33 UTC/bin/sh -c #(nop) ENV SPDK_DIR=/usr/src/spdk
2023-06-02 11:05:34 UTC|1 ARCH=s390x /bin/sh -c if [ ${ARCH} == "amd64" ]; then git clone https://github.com/longhorn/spdk.git ${SPDK_DIR} --recursive && cd ${SPDK_DIR} && git checkout 980f535d3876a5a6665486ad0cfaac5d584034aa && git submodule update --init && ./scripts/pkgdep.sh && ./configure --target-arch=nehalem --disable-tests --disable-unit-tests --disable-examples && make -j$(nproc) && make install && rm -rf ${SPDK_DIR}; fi
2023-06-02 11:05:34 UTC/bin/sh -c #(nop) VOLUME [/usr/local/bin]
2023-06-02 11:05:34 UTC/bin/sh -c #(nop) ENV TINI_VERSION=v0.19.0
2023-06-02 11:05:35 UTC/bin/sh -c #(nop) ADD c734516e6920f9f1c277094354fce44b07d33494e0b7e31c592990018617bb84 in /tini
2023-06-02 11:05:36 UTC|1 ARCH=s390x /bin/sh -c chmod +x /tini
2023-06-02 11:05:37 UTC/bin/sh -c #(nop) ENTRYPOINT ["/tini" "--"]
2023-06-02 11:05:37 UTC/bin/sh -c #(nop) CMD ["longhorn"]
2023-06-02 11:05:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2023-06-02T11:05:45Z
2023-06-02 11:05:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=bafc784df9fb4d5aefab466493c1e0920d972da9
2023-06-02 11:05:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/longhorn/longhorn-instance-manager.git
2023-06-02 11:05:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/longhorn/longhorn-instance-manager
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.