Details
Created
2025-03-07 07:13:31 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:41eca365dcbc7bf1ac643565ca53bcf4ee226760ee328bfcd64b719537072e15 - 0.0% (207 Bytes)
[#002] sha256:cc0f15afebd6007db26d4ee2b3cb397c7b773f759a3aa193e83270d3229ba306 - 0.0% (181 Bytes)
[#003] sha256:9a01a7338578f8a0834aef682dbbbee7481fe400578f4c214fbc759401e66ab9 - 69.84% (23.7 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:7c70dd1361e3e8903790b5b4c6d31b2be7b3848cdc9f4e1f056b38a11ab3a9a3 - 0.0% (328 Bytes)
[#006] sha256:9ec45e5ef3fdd59d0220bcb9ecde9fb65a9350f15de46a4dcf813f10c86cf931 - 0.0% (324 Bytes)
[#007] sha256:9732f9dc7a7571825ef5e2e7978b2dd8635c81d9a475b8c1c50d84c797d6a527 - 0.0% (138 Bytes)
History
2025-02-18 15:36:22 UTC
KIWI 9.24.43
2025-03-07 07:11:52 UTC (buildkit.dockerfile.v0)
COPY /etc/passwd /etc/passwd # buildkit
2025-03-07 07:11:52 UTC (buildkit.dockerfile.v0)
COPY /etc/shadow /etc/shadow # buildkit
2025-03-07 07:13:30 UTC (buildkit.dockerfile.v0)
COPY /aks-operator /usr/bin/aks-operator # buildkit
2025-03-07 07:13:30 UTC (buildkit.dockerfile.v0)
RUN /bin/sh -c rm -rf /tmp/* /var/tmp/* /usr/share/doc/packages/* # buildkit
2025-03-07 07:13:30 UTC (buildkit.dockerfile.v0)
ENV KUBECONFIG=/home/aks-operator/.kube/config
2025-03-07 07:13:30 UTC (buildkit.dockerfile.v0)
ENV SSL_CERT_DIR=/etc/rancher/ssl
2025-03-07 07:13:30 UTC (buildkit.dockerfile.v0)
COPY package/entrypoint.sh /usr/bin # buildkit
2025-03-07 07:13:30 UTC (buildkit.dockerfile.v0)
RUN /bin/sh -c chmod +x /usr/bin/entrypoint.sh # buildkit
2025-03-07 07:13:31 UTC (buildkit.dockerfile.v0)
RUN /bin/sh -c mkdir -p /etc/rancher/ssl && chown -R aks-operator /etc/rancher/ssl # buildkit
2025-03-07 07:13:31 UTC (buildkit.dockerfile.v0)
USER 1007
2025-03-07 07:13:31 UTC (buildkit.dockerfile.v0)
ENTRYPOINT ["entrypoint.sh"]
Details
Created
2025-03-07 07:13:31 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:41eca365dcbc7bf1ac643565ca53bcf4ee226760ee328bfcd64b719537072e15 - 0.0% (207 Bytes)
[#002] sha256:cc0f15afebd6007db26d4ee2b3cb397c7b773f759a3aa193e83270d3229ba306 - 0.0% (181 Bytes)
[#003] sha256:dff49e9dbdff0f5c19369357e8353aa1fc2524f8a2d9f911276b5bd054d32ab4 - 70.45% (22.1 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:2c10ee24ad91b3ec5e7c08d8e7eb68b9b9c8c3e9d6c5a584b0c6898d6353b51f - 0.0% (325 Bytes)
[#006] sha256:f9f4feb2cdbe4c175f8c45f5ccc43b40f1e56ea449c7db9abba3d9b36a180950 - 0.0% (322 Bytes)
[#007] sha256:9732f9dc7a7571825ef5e2e7978b2dd8635c81d9a475b8c1c50d84c797d6a527 - 0.0% (138 Bytes)
History
2025-02-18 15:44:50 UTC
KIWI 9.24.43
2025-03-07 07:11:52 UTC (buildkit.dockerfile.v0)
COPY /etc/passwd /etc/passwd # buildkit
2025-03-07 07:11:52 UTC (buildkit.dockerfile.v0)
COPY /etc/shadow /etc/shadow # buildkit
2025-03-07 07:13:30 UTC (buildkit.dockerfile.v0)
COPY /aks-operator /usr/bin/aks-operator # buildkit
2025-03-07 07:13:30 UTC (buildkit.dockerfile.v0)
RUN /bin/sh -c rm -rf /tmp/* /var/tmp/* /usr/share/doc/packages/* # buildkit
2025-03-07 07:13:30 UTC (buildkit.dockerfile.v0)
ENV KUBECONFIG=/home/aks-operator/.kube/config
2025-03-07 07:13:30 UTC (buildkit.dockerfile.v0)
ENV SSL_CERT_DIR=/etc/rancher/ssl
2025-03-07 07:13:30 UTC (buildkit.dockerfile.v0)
COPY package/entrypoint.sh /usr/bin # buildkit
2025-03-07 07:13:31 UTC (buildkit.dockerfile.v0)
RUN /bin/sh -c chmod +x /usr/bin/entrypoint.sh # buildkit
2025-03-07 07:13:31 UTC (buildkit.dockerfile.v0)
RUN /bin/sh -c mkdir -p /etc/rancher/ssl && chown -R aks-operator /etc/rancher/ssl # buildkit
2025-03-07 07:13:31 UTC (buildkit.dockerfile.v0)
USER 1007
2025-03-07 07:13:31 UTC (buildkit.dockerfile.v0)
ENTRYPOINT ["entrypoint.sh"]