Details
Created
2025-02-17 11:08:33 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2025-02-14T11:05:52.369665379Z
-
com.suse.bci.base.description
Image for containers based on SUSE Linux Enterprise Server 15 SP6.
-
com.suse.bci.base.disturl
obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/ff8afe2cbb1c5a5375979b27f50584f3-sles15-image
-
com.suse.bci.base.eula
sle-bci
-
com.suse.bci.base.lifecycle-url
https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
-
com.suse.bci.base.name
15.6.47.20.11
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.6.47.20.11
-
com.suse.bci.base.release-stage
released
-
com.suse.bci.base.source
https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/sles15-image/ff8afe2cbb1c5a5375979b27f50584f3/
-
com.suse.bci.base.supportlevel
l3
-
com.suse.bci.base.title
SLE BCI 15 SP6 Base
-
com.suse.bci.base.url
https://www.suse.com/products/base-container-images/
-
com.suse.bci.base.vendor
SUSE LLC
-
com.suse.bci.base.version
15.6.47.20.11
-
-
com.suse.lifecycle-url
https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
-
com.suse.release-stage
released
-
-
io.artifacthub.package.logo-url
https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg
-
io.artifacthub.package.readme-url
https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/sles15-image/ff8afe2cbb1c5a5375979b27f50584f3//README.md
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/ff8afe2cbb1c5a5375979b27f50584f3-sles15-image
-
org.opencontainers.image.authors
https://github.com/SUSE/bci/discussions
-
org.opencontainers.image.created
2025-02-14T11:05:52.369665379Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP6.
-
org.opencontainers.image.ref.name
15.6.47.20.11
-
org.opencontainers.image.source
https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/sles15-image/ff8afe2cbb1c5a5375979b27f50584f3/
-
org.opencontainers.image.title
SLE BCI 15 SP6 Base
-
org.opencontainers.image.url
https://www.suse.com/products/base-container-images/
-
org.opencontainers.image.vendor
SUSE LLC
-
org.opencontainers.image.version
15.6.47.20.11
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.6.47.20.11
Environment
ARCH
amd64
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:26ccd8948228eb0a37a677c51e5af40079500bfcaa6ff085b159f56bd79c0085 - 57.86% (45.4 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:73fae158f7d7c174302b36c28cf07b133f1f1fee20af04cc75219b14ee50163b - 5.25% (4.13 MB)
[#003] sha256:c14d6183d71b0ba3e3dcbba0aa020248327546fbec7a09b0f0db0a3ae4a77ead - 3.1% (2.44 MB)
[#004] sha256:4cef4e2f3898cb1143d7f55e3b73880f4eb6c5546c8377e81b784fa2101d067d - 13.29% (10.4 MB)
[#005] sha256:b6d5ee26bd392706786b1292e561b61da1d39057389fc121cd59631c82fad731 - 15.85% (12.4 MB)
[#006] sha256:bb1fdd4ae2ccc088fb521e60928da951fc4707ad3df533074e041dec0f1479f5 - 4.65% (3.65 MB)
History
2025-02-14 11:06:04 UTC
KIWI 9.24.43
2025-02-17 11:08:14 UTC (buildkit.dockerfile.v0)
ARG TARGETPLATFORM=linux/amd64
2025-02-17 11:08:14 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
2025-02-17 11:08:14 UTC (buildkit.dockerfile.v0)
ENV ARCH=amd64
2025-02-17 11:08:19 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c zypper -n ref && zypper update -y # buildkit
2025-02-17 11:08:20 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c zypper -n install jq && rm -rf /var/cache/zypp/* # buildkit
2025-02-17 11:08:20 UTC (buildkit.dockerfile.v0)
COPY bin/longhornctl-linux-amd64 /usr/local/bin/longhornctl # buildkit
2025-02-17 11:08:20 UTC (buildkit.dockerfile.v0)
COPY bin/longhornctl-local-linux-amd64 /usr/local/bin/longhornctl-local # buildkit
2025-02-17 11:08:33 UTC (buildkit.dockerfile.v0)
COPY /spdk /spdk # buildkit
2025-02-17 11:08:33 UTC (buildkit.dockerfile.v0)
CMD ["longhornctl"]
Details
Created
2025-02-17 11:09:26 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2025-02-14T11:04:12.496803400Z
-
com.suse.bci.base.description
Image for containers based on SUSE Linux Enterprise Server 15 SP6.
-
com.suse.bci.base.disturl
obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/ff8afe2cbb1c5a5375979b27f50584f3-sles15-image
-
com.suse.bci.base.eula
sle-bci
-
com.suse.bci.base.lifecycle-url
https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
-
com.suse.bci.base.name
15.6.47.20.11
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.6.47.20.11
-
com.suse.bci.base.release-stage
released
-
com.suse.bci.base.source
https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/sles15-image/ff8afe2cbb1c5a5375979b27f50584f3/
-
com.suse.bci.base.supportlevel
l3
-
com.suse.bci.base.title
SLE BCI 15 SP6 Base
-
com.suse.bci.base.url
https://www.suse.com/products/base-container-images/
-
com.suse.bci.base.vendor
SUSE LLC
-
com.suse.bci.base.version
15.6.47.20.11
-
-
com.suse.lifecycle-url
https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
-
com.suse.release-stage
released
-
-
io.artifacthub.package.logo-url
https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg
-
io.artifacthub.package.readme-url
https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/sles15-image/ff8afe2cbb1c5a5375979b27f50584f3//README.md
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/ff8afe2cbb1c5a5375979b27f50584f3-sles15-image
-
org.opencontainers.image.authors
https://github.com/SUSE/bci/discussions
-
org.opencontainers.image.created
2025-02-14T11:04:12.496803400Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP6.
-
org.opencontainers.image.ref.name
15.6.47.20.11
-
org.opencontainers.image.source
https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/sles15-image/ff8afe2cbb1c5a5375979b27f50584f3/
-
org.opencontainers.image.title
SLE BCI 15 SP6 Base
-
org.opencontainers.image.url
https://www.suse.com/products/base-container-images/
-
org.opencontainers.image.vendor
SUSE LLC
-
org.opencontainers.image.version
15.6.47.20.11
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.6.47.20.11
Environment
ARCH
arm64
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:8805443449ed7d6c7343817116905788fa8c304f70e2ab0c79cc0a37d52e9970 - 59.64% (45.6 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:ee05f04ee0d4d7b5cc724b3892c704799bb2129426e6850575857f79cf77feed - 5.26% (4.02 MB)
[#003] sha256:d824d73c47abb3da6708287c3b7bdc6827c4307c4545a2efc9193630d744d975 - 2.96% (2.26 MB)
[#004] sha256:d27959885d1253e7edf9faaa5c11e7f824f2e02dc3becce16238e525bcd30ee2 - 12.43% (9.5 MB)
[#005] sha256:dce6c8bb96aec8a6777a230a69205a67325b5c1eb7fbc5058462ac5faded1a4e - 14.93% (11.4 MB)
[#006] sha256:277eb088bff5426dc089a191df3dfa56bf6cba4976fb182243023a855c22c052 - 4.77% (3.65 MB)
History
2025-02-14 11:04:27 UTC
KIWI 9.24.43
2025-02-17 11:08:15 UTC (buildkit.dockerfile.v0)
ARG TARGETPLATFORM=linux/arm64
2025-02-17 11:08:15 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
2025-02-17 11:08:15 UTC (buildkit.dockerfile.v0)
ENV ARCH=arm64
2025-02-17 11:08:39 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c zypper -n ref && zypper update -y # buildkit
2025-02-17 11:08:45 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c zypper -n install jq && rm -rf /var/cache/zypp/* # buildkit
2025-02-17 11:08:45 UTC (buildkit.dockerfile.v0)
COPY bin/longhornctl-linux-arm64 /usr/local/bin/longhornctl # buildkit
2025-02-17 11:08:45 UTC (buildkit.dockerfile.v0)
COPY bin/longhornctl-local-linux-arm64 /usr/local/bin/longhornctl-local # buildkit
2025-02-17 11:09:26 UTC (buildkit.dockerfile.v0)
COPY /spdk /spdk # buildkit
2025-02-17 11:09:26 UTC (buildkit.dockerfile.v0)
CMD ["longhornctl"]