2024-12-01 01:53:54 UTC
113 MB
amd64
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:f4b591a7904230c2cb0d296ec3e6ea8f436789d30d204bf100dfd73087c8485f - 39.99% (45.2 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:0a2e5479401c4b1b69a1530a9061c9e32465044e1e7ad4ebce87e93f2f46eb53 - 3.64% (4.11 MB)
[#003] sha256:565f18f7d5efdd98341ba461376f499945a3c2f6b94c3882a713ba6535016006 - 38.0% (42.9 MB)
[#004] sha256:8012b821cb8fceb193e1569be03d171f669e6c485db21fe4860e380dba3ed52a - 18.37% (20.7 MB)
[#005] sha256:8d35216f2d868805b5e9508e3651178522e1873c2dda519b217a69123fa4d77b - 0.0% (776 Bytes)
KIWI 9.24.43
2024-12-01 01:53:44 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/amd64
2024-12-01 01:53:44 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/arm64" ]; then echo "Error: Unsupported TARGETPLATFORM: $TARGETPLATFORM" && exit 1; fi # buildkit
2024-12-01 01:53:44 UTC (buildkit.dockerfile.v0)ENV ARCH=amd64
2024-12-01 01:53:47 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c zypper -n ref && zypper update -y # buildkit
2024-12-01 01:53:53 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c zypper -n install iputils iproute2 nfs-client cifs-utils bind-utils e2fsprogs xfsprogs zip unzip kmod && rm -rf /var/cache/zypp/* # buildkit
2024-12-01 01:53:54 UTC (buildkit.dockerfile.v0)COPY package/bin/longhorn-manager-amd64 /usr/local/sbin/longhorn-manager # buildkit
2024-12-01 01:53:54 UTC (buildkit.dockerfile.v0)COPY package/launch-manager package/nsmounter /usr/local/sbin/ # buildkit
2024-12-01 01:53:54 UTC (buildkit.dockerfile.v0)EXPOSE map[9500/tcp:{}]
2024-12-01 01:53:54 UTC (buildkit.dockerfile.v0)CMD ["launch-manager"]
2024-12-01 01:54:38 UTC
112 MB
arm64
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:778425f49cce9ca73d761ca9465d27b35700cd864eeccea1f942cd6b4c465d21 - 40.46% (45.4 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:0280fa314ca012e23ab72316e44b7157f2c7a4fe183c6d557315d3fb03735872 - 3.58% (4.02 MB)
[#003] sha256:3b67280fe6ba451737653e6fe842d5954ae1f286aaab4131f574c19923ec18ef - 39.07% (43.8 MB)
[#004] sha256:17fa85da5524cec062cccf28aeb97767909cff747dee00d18dcfd201d4ebafb0 - 16.88% (18.9 MB)
[#005] sha256:32d2b9785b0eb3286c31abb08dc2529f31e83e2a8080530b1a27643c4c5f6e1a - 0.0% (779 Bytes)
KIWI 9.24.43
2024-12-01 01:53:44 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM=linux/arm64
2024-12-01 01:53:44 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/arm64" ]; then echo "Error: Unsupported TARGETPLATFORM: $TARGETPLATFORM" && exit 1; fi # buildkit
2024-12-01 01:53:44 UTC (buildkit.dockerfile.v0)ENV ARCH=arm64
2024-12-01 01:53:53 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c zypper -n ref && zypper update -y # buildkit
2024-12-01 01:54:38 UTC (buildkit.dockerfile.v0)RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c zypper -n install iputils iproute2 nfs-client cifs-utils bind-utils e2fsprogs xfsprogs zip unzip kmod && rm -rf /var/cache/zypp/* # buildkit
2024-12-01 01:54:38 UTC (buildkit.dockerfile.v0)COPY package/bin/longhorn-manager-arm64 /usr/local/sbin/longhorn-manager # buildkit
2024-12-01 01:54:38 UTC (buildkit.dockerfile.v0)COPY package/launch-manager package/nsmounter /usr/local/sbin/ # buildkit
2024-12-01 01:54:38 UTC (buildkit.dockerfile.v0)EXPOSE map[9500/tcp:{}]
2024-12-01 01:54:38 UTC (buildkit.dockerfile.v0)CMD ["launch-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.