Details
Created
2025-03-21 05:47:57 UTC
Content Digest
Labels
-
com.suse.bci.micro.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.micro.created
2025-02-18T15:36:18.078623233Z
-
com.suse.bci.micro.description
A micro environment for containers based on the SLE Base Container Image.
-
com.suse.bci.micro.disturl
obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/4dff20f436d0a27c61d0bc502dd3b085-micro-image
-
com.suse.bci.micro.eula
sle-bci
-
com.suse.bci.micro.lifecycle-url
https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
-
com.suse.bci.micro.name
15.6.30.2
-
com.suse.bci.micro.reference
registry.suse.com/bci/bci-micro:15.6.30.2
-
com.suse.bci.micro.release-stage
released
-
com.suse.bci.micro.source
https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/4dff20f436d0a27c61d0bc502dd3b085/
-
com.suse.bci.micro.supportlevel
l3
-
com.suse.bci.micro.title
SLE BCI 15 SP6 Micro
-
com.suse.bci.micro.until
2025-12-31
-
com.suse.bci.micro.url
https://www.suse.com/products/base-container-images/
-
com.suse.bci.micro.vendor
SUSE LLC
-
com.suse.bci.micro.version
15.6.30.2
-
-
com.suse.lifecycle-url
https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
-
com.suse.release-stage
released
-
-
com.suse.supportlevel.until
2025-12-31
-
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/micro-image/4dff20f436d0a27c61d0bc502dd3b085//README.md
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/4dff20f436d0a27c61d0bc502dd3b085-micro-image
-
org.opencontainers.image.authors
https://github.com/SUSE/bci/discussions
-
org.opencontainers.image.created
2025-02-18T15:36:18.078623233Z
-
org.opencontainers.image.description
A micro environment for containers based on the SLE Base Container Image.
-
org.opencontainers.image.ref.name
15.6.30.2
-
org.opencontainers.image.source
https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/4dff20f436d0a27c61d0bc502dd3b085/
-
org.opencontainers.image.title
SLE BCI 15 SP6 Micro
-
org.opencontainers.image.url
https://www.suse.com/products/base-container-images/
-
org.opencontainers.image.vendor
SUSE LLC
-
org.opencontainers.image.version
15.6.30.2
-
org.opensuse.reference
registry.suse.com/bci/bci-micro:15.6.30.2
Environment
KUBECONFIG
/home/aks-operator/.kube/config
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR
/etc/rancher/ssl
Layers
[#000] sha256:675c401677be6e30847d529aeba4813fb86a56b56b4c5097689308e9f938b4b5 - 30.15% (10.2 MB)
[#001] sha256:3aa269f5215a8aa283783e2d810f83427434206724f43f28ed9d9ce041592b57 - 0.0% (209 Bytes)
[#002] sha256:869ce27a13a03a0c7087ff0bb62426b5093971e583f3117ac99c0bb95fb14e58 - 0.0% (179 Bytes)
[#003] sha256:ad0822ec96deefa6d490ef6b3c17d817be0e17020df5e6b35f41dd850567b895 - 69.84% (23.7 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:e0d8b4fe30b6e440f0bdb3a156b4b819199cdd98551351f555df78ecfdc8650a - 0.0% (327 Bytes)
[#006] sha256:5cae2eaa1cd410adb58c38b1e2754422f29a036a476177e87a4124413505e5d5 - 0.0% (322 Bytes)
[#007] sha256:cf0119441f545576ee732db7efef60913f2d7a1402cdab20cb2f9cad4be1698c - 0.0% (138 Bytes)
History
2025-02-18 15:36:22 UTC
KIWI 9.24.43
2025-03-21 05:46:18 UTC (buildkit.dockerfile.v0)
COPY /etc/passwd /etc/passwd # buildkit
2025-03-21 05:46:18 UTC (buildkit.dockerfile.v0)
COPY /etc/shadow /etc/shadow # buildkit
2025-03-21 05:47:57 UTC (buildkit.dockerfile.v0)
COPY /aks-operator /usr/bin/aks-operator # buildkit
2025-03-21 05:47:57 UTC (buildkit.dockerfile.v0)
RUN /bin/sh -c rm -rf /tmp/* /var/tmp/* /usr/share/doc/packages/* # buildkit
2025-03-21 05:47:57 UTC (buildkit.dockerfile.v0)
ENV KUBECONFIG=/home/aks-operator/.kube/config
2025-03-21 05:47:57 UTC (buildkit.dockerfile.v0)
ENV SSL_CERT_DIR=/etc/rancher/ssl
2025-03-21 05:47:57 UTC (buildkit.dockerfile.v0)
COPY package/entrypoint.sh /usr/bin # buildkit
2025-03-21 05:47:57 UTC (buildkit.dockerfile.v0)
RUN /bin/sh -c chmod +x /usr/bin/entrypoint.sh # buildkit
2025-03-21 05:47:57 UTC (buildkit.dockerfile.v0)
RUN /bin/sh -c mkdir -p /etc/rancher/ssl && chown -R aks-operator /etc/rancher/ssl # buildkit
2025-03-21 05:47:57 UTC (buildkit.dockerfile.v0)
USER 1007
2025-03-21 05:47:57 UTC (buildkit.dockerfile.v0)
ENTRYPOINT ["entrypoint.sh"]
Details
Created
2025-03-21 05:47:58 UTC
Content Digest
Labels
-
com.suse.bci.micro.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.micro.created
2025-02-18T15:44:44.491261800Z
-
com.suse.bci.micro.description
A micro environment for containers based on the SLE Base Container Image.
-
com.suse.bci.micro.disturl
obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/4dff20f436d0a27c61d0bc502dd3b085-micro-image
-
com.suse.bci.micro.eula
sle-bci
-
com.suse.bci.micro.lifecycle-url
https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
-
com.suse.bci.micro.name
15.6.30.2
-
com.suse.bci.micro.reference
registry.suse.com/bci/bci-micro:15.6.30.2
-
com.suse.bci.micro.release-stage
released
-
com.suse.bci.micro.source
https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/4dff20f436d0a27c61d0bc502dd3b085/
-
com.suse.bci.micro.supportlevel
l3
-
com.suse.bci.micro.title
SLE BCI 15 SP6 Micro
-
com.suse.bci.micro.until
2025-12-31
-
com.suse.bci.micro.url
https://www.suse.com/products/base-container-images/
-
com.suse.bci.micro.vendor
SUSE LLC
-
com.suse.bci.micro.version
15.6.30.2
-
-
com.suse.lifecycle-url
https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
-
com.suse.release-stage
released
-
-
com.suse.supportlevel.until
2025-12-31
-
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/micro-image/4dff20f436d0a27c61d0bc502dd3b085//README.md
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/4dff20f436d0a27c61d0bc502dd3b085-micro-image
-
org.opencontainers.image.authors
https://github.com/SUSE/bci/discussions
-
org.opencontainers.image.created
2025-02-18T15:44:44.491261800Z
-
org.opencontainers.image.description
A micro environment for containers based on the SLE Base Container Image.
-
org.opencontainers.image.ref.name
15.6.30.2
-
org.opencontainers.image.source
https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/micro-image/4dff20f436d0a27c61d0bc502dd3b085/
-
org.opencontainers.image.title
SLE BCI 15 SP6 Micro
-
org.opencontainers.image.url
https://www.suse.com/products/base-container-images/
-
org.opencontainers.image.vendor
SUSE LLC
-
org.opencontainers.image.version
15.6.30.2
-
org.opensuse.reference
registry.suse.com/bci/bci-micro:15.6.30.2
Environment
KUBECONFIG
/home/aks-operator/.kube/config
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR
/etc/rancher/ssl
Layers
[#000] sha256:bbb40c4b4b8a010a29eafd0ce797802932703be0abae21731608a17bdfbe9828 - 29.55% (9.26 MB)
[#001] sha256:3aa269f5215a8aa283783e2d810f83427434206724f43f28ed9d9ce041592b57 - 0.0% (209 Bytes)
[#002] sha256:869ce27a13a03a0c7087ff0bb62426b5093971e583f3117ac99c0bb95fb14e58 - 0.0% (179 Bytes)
[#003] sha256:d48bbc5fad61e744841ec01a916f79cbc56b6c062f6103db0d14294dba30e7e4 - 70.45% (22.1 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:be0a2a11200dc68d03ca4ba2196fab3315aa01b83b35419d02f9ae74168a7601 - 0.0% (326 Bytes)
[#006] sha256:88d9a8e750e3c10c0a673c11d6a9c565281eb9060b326b43ad79f871815c860e - 0.0% (324 Bytes)
[#007] sha256:2825ccc2d5d84e45585bef04b6e0b701fc736323f2230aa19b6d4568b3fd8e1d - 0.0% (138 Bytes)
History
2025-02-18 15:44:50 UTC
KIWI 9.24.43
2025-03-21 05:46:18 UTC (buildkit.dockerfile.v0)
COPY /etc/passwd /etc/passwd # buildkit
2025-03-21 05:46:18 UTC (buildkit.dockerfile.v0)
COPY /etc/shadow /etc/shadow # buildkit
2025-03-21 05:47:57 UTC (buildkit.dockerfile.v0)
COPY /aks-operator /usr/bin/aks-operator # buildkit
2025-03-21 05:47:58 UTC (buildkit.dockerfile.v0)
RUN /bin/sh -c rm -rf /tmp/* /var/tmp/* /usr/share/doc/packages/* # buildkit
2025-03-21 05:47:58 UTC (buildkit.dockerfile.v0)
ENV KUBECONFIG=/home/aks-operator/.kube/config
2025-03-21 05:47:58 UTC (buildkit.dockerfile.v0)
ENV SSL_CERT_DIR=/etc/rancher/ssl
2025-03-21 05:47:58 UTC (buildkit.dockerfile.v0)
COPY package/entrypoint.sh /usr/bin # buildkit
2025-03-21 05:47:58 UTC (buildkit.dockerfile.v0)
RUN /bin/sh -c chmod +x /usr/bin/entrypoint.sh # buildkit
2025-03-21 05:47:58 UTC (buildkit.dockerfile.v0)
RUN /bin/sh -c mkdir -p /etc/rancher/ssl && chown -R aks-operator /etc/rancher/ssl # buildkit
2025-03-21 05:47:58 UTC (buildkit.dockerfile.v0)
USER 1007
2025-03-21 05:47:58 UTC (buildkit.dockerfile.v0)
ENTRYPOINT ["entrypoint.sh"]