Details
Created
2025-04-11 11:10:16 UTC
Content Digest
Labels
-
com.suse.bci.micro.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.micro.created
2025-04-03T13:54:37.030368334Z
-
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.3
-
com.suse.bci.micro.reference
registry.suse.com/bci/bci-micro:15.6.30.3
-
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.3
-
-
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-04-03T13:54:37.030368334Z
-
org.opencontainers.image.description
A micro environment for containers based on the SLE Base Container Image.
-
org.opencontainers.image.ref.name
15.6.30.3
-
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.3
-
org.opensuse.reference
registry.suse.com/bci/bci-micro:15.6.30.3
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:64a05e9cb14ab342eed9b62f683808c1efa2bf2b96c1ff9a38a74bbbc22f5fad - 30.11% (10.2 MB)
[#001] sha256:2995fbf07e644c8946b568cb4164303d1f284e10e4b3124314c245988df72545 - 0.0% (208 Bytes)
[#002] sha256:7ae85e6729b81eeaff9db9a191530fb5bad4ee07f88ebbcc28372ec206dfc504 - 0.0% (181 Bytes)
[#003] sha256:8d4940766a78922a1259de141803a8d6e7ce8f82ef9bd9bf504921d28771823b - 69.89% (23.7 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:57b0fab71b4aa54f0df5b169e9cdc90c47ac0a1c98a2756f7c29b532d6022ad5 - 0.0% (324 Bytes)
[#006] sha256:2c09272e2522321918da598a502337f5de60cd0fb5ef5fb948afe28ad1407296 - 0.0% (321 Bytes)
[#007] sha256:3fcd7fe0640f49439103905047b3278427e3c5dd814c9e57a40675aa3c3783c2 - 0.0% (138 Bytes)
History
2025-04-03 13:54:42 UTC
KIWI 9.24.43
2025-04-11 11:08:35 UTC (buildkit.dockerfile.v0)
COPY /etc/passwd /etc/passwd # buildkit
2025-04-11 11:08:35 UTC (buildkit.dockerfile.v0)
COPY /etc/shadow /etc/shadow # buildkit
2025-04-11 11:10:16 UTC (buildkit.dockerfile.v0)
COPY /aks-operator /usr/bin/aks-operator # buildkit
2025-04-11 11:10:16 UTC (buildkit.dockerfile.v0)
RUN /bin/sh -c rm -rf /tmp/* /var/tmp/* /usr/share/doc/packages/* # buildkit
2025-04-11 11:10:16 UTC (buildkit.dockerfile.v0)
ENV KUBECONFIG=/home/aks-operator/.kube/config
2025-04-11 11:10:16 UTC (buildkit.dockerfile.v0)
ENV SSL_CERT_DIR=/etc/rancher/ssl
2025-04-11 11:10:16 UTC (buildkit.dockerfile.v0)
COPY package/entrypoint.sh /usr/bin # buildkit
2025-04-11 11:10:16 UTC (buildkit.dockerfile.v0)
RUN /bin/sh -c chmod +x /usr/bin/entrypoint.sh # buildkit
2025-04-11 11:10:16 UTC (buildkit.dockerfile.v0)
RUN /bin/sh -c mkdir -p /etc/rancher/ssl && chown -R aks-operator /etc/rancher/ssl # buildkit
2025-04-11 11:10:16 UTC (buildkit.dockerfile.v0)
USER 1007
2025-04-11 11:10:16 UTC (buildkit.dockerfile.v0)
ENTRYPOINT ["entrypoint.sh"]
Details
Created
2025-04-11 11:10:16 UTC
Content Digest
Labels
-
com.suse.bci.micro.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.micro.created
2025-04-03T13:53:23.224381040Z
-
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.3
-
com.suse.bci.micro.reference
registry.suse.com/bci/bci-micro:15.6.30.3
-
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.3
-
-
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-04-03T13:53:23.224381040Z
-
org.opencontainers.image.description
A micro environment for containers based on the SLE Base Container Image.
-
org.opencontainers.image.ref.name
15.6.30.3
-
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.3
-
org.opensuse.reference
registry.suse.com/bci/bci-micro:15.6.30.3
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:55b2bde397e0025e1218c4a63da2fcfe922f57d6a08478ee71469c3e6d6783e1 - 29.48% (9.23 MB)
[#001] sha256:2995fbf07e644c8946b568cb4164303d1f284e10e4b3124314c245988df72545 - 0.0% (208 Bytes)
[#002] sha256:7ae85e6729b81eeaff9db9a191530fb5bad4ee07f88ebbcc28372ec206dfc504 - 0.0% (181 Bytes)
[#003] sha256:55fe518afff9df5ebbfeb8471d69abdfca23f38152717d97508e5ed9815da888 - 70.51% (22.1 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:30ecc57e25925fcaa6c196f512e4ea98d2eb4240c15988a1e4a02fc4a9aebdaf - 0.0% (324 Bytes)
[#006] sha256:2de5b0a2ea36d335fab3333ab619dbc50dd6d891b30dd522ae7e81f23a290d69 - 0.0% (322 Bytes)
[#007] sha256:3fcd7fe0640f49439103905047b3278427e3c5dd814c9e57a40675aa3c3783c2 - 0.0% (138 Bytes)
History
2025-04-03 13:53:29 UTC
KIWI 9.24.43
2025-04-11 11:08:35 UTC (buildkit.dockerfile.v0)
COPY /etc/passwd /etc/passwd # buildkit
2025-04-11 11:08:35 UTC (buildkit.dockerfile.v0)
COPY /etc/shadow /etc/shadow # buildkit
2025-04-11 11:10:16 UTC (buildkit.dockerfile.v0)
COPY /aks-operator /usr/bin/aks-operator # buildkit
2025-04-11 11:10:16 UTC (buildkit.dockerfile.v0)
RUN /bin/sh -c rm -rf /tmp/* /var/tmp/* /usr/share/doc/packages/* # buildkit
2025-04-11 11:10:16 UTC (buildkit.dockerfile.v0)
ENV KUBECONFIG=/home/aks-operator/.kube/config
2025-04-11 11:10:16 UTC (buildkit.dockerfile.v0)
ENV SSL_CERT_DIR=/etc/rancher/ssl
2025-04-11 11:10:16 UTC (buildkit.dockerfile.v0)
COPY package/entrypoint.sh /usr/bin # buildkit
2025-04-11 11:10:16 UTC (buildkit.dockerfile.v0)
RUN /bin/sh -c chmod +x /usr/bin/entrypoint.sh # buildkit
2025-04-11 11:10:16 UTC (buildkit.dockerfile.v0)
RUN /bin/sh -c mkdir -p /etc/rancher/ssl && chown -R aks-operator /etc/rancher/ssl # buildkit
2025-04-11 11:10:16 UTC (buildkit.dockerfile.v0)
USER 1007
2025-04-11 11:10:16 UTC (buildkit.dockerfile.v0)
ENTRYPOINT ["entrypoint.sh"]