Skip to content

Buildah does not pull from cache when building a container in a CI/CD pipeline #6121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
vigno88 opened this issue Apr 11, 2025 · 3 comments

Comments

@vigno88
Copy link

vigno88 commented Apr 11, 2025

In an attempt to cache intermediate layer when building images, I've first started to test on my local PC with such a command:

 buildah build --layers  --cache-to <registry host>/<repo>/cache --cache-from <registry host>/<repo>/cache   --timestamp 0 --omit-history

This runs as expected locally, buildah reuses layer from the .../cache repo and the build is completed using the layers instead of rebuilding each layer every time.

When doing the same in a CI/CD pipeline (running in a pod on k8s), I was getting different digest for each layer in the cache so i've introduced the --timestamp 0 and --omit-history argument and this fixed my initial issue. I was able to get the same digest for the same layer each build, for example:

[1/2] STEP 3/24: ARG TARGETOS=linux
 --> Pushing cache <host>/<repo>/cache:69392059ddd2419bba512f1ec33b0d358db07de62efaa5ed697c8a5d715a4adf
--> 621e7a1f24d

Each of my build results in the same step having the same digest, but it won't pull the cache layer during build. Even though it exists in the repository and it does pull it when running on my PC.

What could cause buildah to skip the pulling of the layer only in my CI/CD environment.

Thanks

@flouthoc
Copy link
Collaborator

Hi @vigno88 ,

If you could share the debug logs in the CI/CD environment --log-level debug then it will be easier to take a look.

@vigno88
Copy link
Author

vigno88 commented Apr 21, 2025

Yes for sure. The following are two runs of buildah build with the same command.
Both cache layer have the same digest b6ce9907e726294075f4e80ea42578f06702daef0717fee6d5792c9d07c10503. In the second run, buildah even try to push the layer again, but it skips it because the layer already exist.

Knowing for sure that the layer exist, why did buildah didn't pull it in the second run ?

[2025-04-21T14:30:34.281Z] [1/2] STEP 2/24: ARG ARTIFACTORY_URL=artifactory1-ot.rbbn.com
[2025-04-21T14:30:34.281Z] time="2025-04-21T14:30:33Z" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage]@2872319f8feab157a92980beaa8f870358879b4daee8a86f810437bbb3e797fe\""
[2025-04-21T14:30:34.281Z] time="2025-04-21T14:30:33Z" level=debug msg="exporting opaque data as blob \"sha256:2872319f8feab157a92980beaa8f870358879b4daee8a86f810437bbb3e797fe\""
[2025-04-21T14:30:34.281Z] time="2025-04-21T14:30:33Z" level=debug msg="[graphdriver] trying provided driver \"overlay\""
[2025-04-21T14:30:34.281Z] time="2025-04-21T14:30:33Z" level=debug msg="Cached value indicated that overlay is supported"
[2025-04-21T14:30:34.281Z] time="2025-04-21T14:30:33Z" level=debug msg="Cached value indicated that overlay is supported"
[2025-04-21T14:30:34.281Z] time="2025-04-21T14:30:33Z" level=debug msg="Cached value indicated that metacopy is not being used"
[2025-04-21T14:30:34.281Z] time="2025-04-21T14:30:33Z" level=debug msg="NewControl(/var/lib/containers/storage/overlay): nextProjectID = 2088144437"
[2025-04-21T14:30:34.281Z] time="2025-04-21T14:30:33Z" level=debug msg="backingFs=xfs, projectQuotaSupported=true, useNativeDiff=true, usingMetacopy=false"
[2025-04-21T14:30:34.281Z] time="2025-04-21T14:30:33Z" level=debug msg=COMMIT
[2025-04-21T14:30:34.281Z] time="2025-04-21T14:30:33Z" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage]docker.io/library/baa489cf9f8fec613655255038b3a685b1154e882f9c8b749f76dd25a8bb49b8-tmp:latest\""
[2025-04-21T14:30:34.282Z] time="2025-04-21T14:30:33Z" level=debug msg="committing image with reference \"containers-storage:[overlay@/var/lib/containers/storage+/run/containers/storage]docker.io/library/baa489cf9f8fec613655255038b3a685b1154e882f9c8b749f76dd25a8bb49b8-tmp:latest\" is allowed by policy"
[2025-04-21T14:30:34.282Z] time="2025-04-21T14:30:33Z" level=debug msg="layer list: [\"7ab8ffeb4f00de82d05ae76998fca36ca8992412af2319c84fd83dfc4588f04b\" \"5488cb9a0b00158049827aab3a4cf72060211be20d080b88942de2255398ff54\"]"
[2025-04-21T14:30:34.282Z] time="2025-04-21T14:30:33Z" level=debug msg="using \"/var/tmp/buildah2751594400\" to hold temporary data"
[2025-04-21T14:30:34.282Z] time="2025-04-21T14:30:33Z" level=debug msg="OCIv1 config = {\"created\":\"1970-01-01T00:00:00Z\",\"architecture\":\"amd64\",\"os\":\"linux\",\"config\":{\"Env\":[\"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"container=oci\",\"TZ=America/New_York\"],\"Cmd\":[\"/bin/bash\"],\"WorkingDir\":\"/\",\"Labels\":{\"architecture\":\"x86_64\",\"build-date\":\"2025-03-25T15:58:30Z\",\"com.redhat.component\":\"ubi9-container\",\"com.redhat.license_terms\":\"https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI\",\"description\":\"The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.\",\"distribution-scope\":\"public\",\"io.buildah.version\":\"1.28.2\",\"io.k8s.description\":\"The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.\",\"io.k8s.display-name\":\"Red Hat Universal Base Image 9\",\"io.openshift.expose-services\":\"\",\"io.openshift.tags\":\"base rhel9\",\"maintainer\":\"Ribbon Communication\",\"name\":\"ubi9\",\"release\":\"1742918310\",\"summary\":\"Provides the latest release of Red Hat Universal Base Image 9.\",\"url\":\"https://www.redhat.com\",\"vcs-ref\":\"e98aeded1f394c8879effc230f1b407e9e55e58f\",\"vcs-type\":\"git\",\"vendor\":\"Red Hat, Inc.\",\"version\":\"9.5\"}},\"rootfs\":{\"type\":\"layers\",\"diff_ids\":[\"sha256:7ab8ffeb4f00de82d05ae76998fca36ca8992412af2319c84fd83dfc4588f04b\"]}}"
[2025-04-21T14:30:34.282Z] time="2025-04-21T14:30:33Z" level=debug msg="OCIv1 manifest = {\"schemaVersion\":2,\"mediaType\":\"application/vnd.oci.image.manifest.v1+json\",\"config\":{\"mediaType\":\"application/vnd.oci.image.config.v1+json\",\"digest\":\"sha256:621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\",\"size\":1741},\"layers\":[{\"mediaType\":\"application/vnd.oci.image.layer.v1.tar\",\"digest\":\"sha256:7ab8ffeb4f00de82d05ae76998fca36ca8992412af2319c84fd83dfc4588f04b\",\"size\":324636160}],\"annotations\":{\"org.opencontainers.image.base.digest\":\"sha256:c48d9f95e0e666fc490f6580645bdb6284084fe2cf262d65a0d034b1431fff7c\",\"org.opencontainers.image.base.name\":\"artifactory1-ot.rbbn.com/ubi-redhat-docker-images-virtual/registry.access.redhat.com/milestones/ubi9/ubi:latest\"}}"
[2025-04-21T14:30:34.284Z] time="2025-04-21T14:30:33Z" level=debug msg="Docker v2s2 config = {\"created\":\"1970-01-01T00:00:00Z\",\"container\":\"0b587b87ea0f23282bb6746b70373dbd3935d812ea8b48637da35c335dc78aa6\",\"container_config\":{\"Hostname\":\"\",\"Domainname\":\"\",\"User\":\"\",\"AttachStdin\":false,\"AttachStdout\":false,\"AttachStderr\":false,\"Tty\":false,\"OpenStdin\":false,\"StdinOnce\":false,\"Env\":[\"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"container=oci\",\"TZ=America/New_York\"],\"Cmd\":[\"/bin/bash\"],\"Image\":\"\",\"Volumes\":{},\"WorkingDir\":\"/\",\"Entrypoint\":[],\"OnBuild\":[],\"Labels\":{\"architecture\":\"x86_64\",\"build-date\":\"2025-03-25T15:58:30Z\",\"com.redhat.component\":\"ubi9-container\",\"com.redhat.license_terms\":\"https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI\",\"description\":\"The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.\",\"distribution-scope\":\"public\",\"io.buildah.version\":\"1.28.2\",\"io.k8s.description\":\"The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.\",\"io.k8s.display-name\":\"Red Hat Universal Base Image 9\",\"io.openshift.expose-services\":\"\",\"io.openshift.tags\":\"base rhel9\",\"maintainer\":\"Ribbon Communication\",\"name\":\"ubi9\",\"release\":\"1742918310\",\"summary\":\"Provides the latest release of Red Hat Universal Base Image 9.\",\"url\":\"https://www.redhat.com\",\"vcs-ref\":\"e98aeded1f394c8879effc230f1b407e9e55e58f\",\"vcs-type\":\"git\",\"vendor\":\"Red Hat, Inc.\",\"version\":\"9.5\"}},\"config\":{\"Hostname\":\"\",\"Domainname\":\"\",\"User\":\"\",\"AttachStdin\":false,\"AttachStdout\":false,\"AttachStderr\":false,\"Tty\":false,\"OpenStdin\":false,\"StdinOnce\":false,\"Env\":[\"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"container=oci\",\"TZ=America/New_York\"],\"Cmd\":[\"/bin/bash\"],\"Image\":\"\",\"Volumes\":{},\"WorkingDir\":\"/\",\"Entrypoint\":[],\"OnBuild\":[],\"Labels\":{\"architecture\":\"x86_64\",\"build-date\":\"2025-03-25T15:58:30Z\",\"com.redhat.component\":\"ubi9-container\",\"com.redhat.license_terms\":\"https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI\",\"description\":\"The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.\",\"distribution-scope\":\"public\",\"io.buildah.version\":\"1.28.2\",\"io.k8s.description\":\"The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.\",\"io.k8s.display-name\":\"Red Hat Universal Base Image 9\",\"io.openshift.expose-services\":\"\",\"io.openshift.tags\":\"base rhel9\",\"maintainer\":\"Ribbon Communication\",\"name\":\"ubi9\",\"release\":\"1742918310\",\"summary\":\"Provides the latest release of Red Hat Universal Base Image 9.\",\"url\":\"https://www.redhat.com\",\"vcs-ref\":\"e98aeded1f394c8879effc230f1b407e9e55e58f\",\"vcs-type\":\"git\",\"vendor\":\"Red Hat, Inc.\",\"version\":\"9.5\"}},\"architecture\":\"amd64\",\"os\":\"linux\",\"rootfs\":{\"type\":\"layers\",\"diff_ids\":[\"sha256:7ab8ffeb4f00de82d05ae76998fca36ca8992412af2319c84fd83dfc4588f04b\"]}}"
[2025-04-21T14:30:34.284Z] time="2025-04-21T14:30:33Z" level=debug msg="Docker v2s2 manifest = {\"schemaVersion\":2,\"mediaType\":\"application/vnd.docker.distribution.manifest.v2+json\",\"config\":{\"mediaType\":\"application/vnd.docker.container.image.v1+json\",\"size\":3793,\"digest\":\"sha256:dc0a89e1ad55fe7893d0bc93e6a508df4be2e4880638bca0cb512ab38aa6727d\"},\"layers\":[{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar\",\"size\":324636160,\"digest\":\"sha256:7ab8ffeb4f00de82d05ae76998fca36ca8992412af2319c84fd83dfc4588f04b\"}]}"
[2025-04-21T14:30:34.284Z] time="2025-04-21T14:30:33Z" level=debug msg="Using blob info cache at /var/lib/containers/cache/blob-info-cache-v1.boltdb"
[2025-04-21T14:30:34.284Z] time="2025-04-21T14:30:33Z" level=debug msg="IsRunningImageAllowed for image containers-storage:"
[2025-04-21T14:30:34.284Z] time="2025-04-21T14:30:33Z" level=debug msg=" Using transport \"containers-storage\" policy section "
[2025-04-21T14:30:34.284Z] time="2025-04-21T14:30:33Z" level=debug msg=" Requirement 0: allowed"
[2025-04-21T14:30:34.284Z] time="2025-04-21T14:30:33Z" level=debug msg="Overall: allowed"
[2025-04-21T14:30:34.284Z] time="2025-04-21T14:30:33Z" level=debug msg="start reading config"
[2025-04-21T14:30:34.284Z] time="2025-04-21T14:30:33Z" level=debug msg="finished reading config"
[2025-04-21T14:30:34.284Z] time="2025-04-21T14:30:33Z" level=debug msg="Manifest has MIME type application/vnd.oci.image.manifest.v1+json, ordered candidate list [application/vnd.oci.image.manifest.v1+json, application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.v1+prettyjws, application/vnd.docker.distribution.manifest.v1+json]"
[2025-04-21T14:30:34.285Z] time="2025-04-21T14:30:33Z" level=debug msg="... will first try using the original manifest unmodified"
[2025-04-21T14:30:34.285Z] time="2025-04-21T14:30:33Z" level=debug msg="Checking if we can reuse blob sha256:7ab8ffeb4f00de82d05ae76998fca36ca8992412af2319c84fd83dfc4588f04b: general substitution = true, compression for MIME type \"application/vnd.oci.image.layer.v1.tar\" = true"
[2025-04-21T14:30:34.285Z] time="2025-04-21T14:30:33Z" level=debug msg="Skipping blob sha256:7ab8ffeb4f00de82d05ae76998fca36ca8992412af2319c84fd83dfc4588f04b (already present):"
[2025-04-21T14:30:34.285Z] time="2025-04-21T14:30:33Z" level=debug msg="No compression detected"
[2025-04-21T14:30:34.285Z] time="2025-04-21T14:30:33Z" level=debug msg="Compression change for blob sha256:621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812 (\"application/vnd.oci.image.config.v1+json\") not supported"
[2025-04-21T14:30:34.285Z] time="2025-04-21T14:30:33Z" level=debug msg="Using original blob without modification"
[2025-04-21T14:30:34.285Z] time="2025-04-21T14:30:33Z" level=debug msg="setting image creation date to 1970-01-01 00:00:00 +0000 UTC"
[2025-04-21T14:30:34.285Z] time="2025-04-21T14:30:33Z" level=debug msg="created new image ID \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\""
[2025-04-21T14:30:34.285Z] time="2025-04-21T14:30:33Z" level=debug msg="saved image metadata \"{\\\"signatures-sizes\\\":{\\\"sha256:b9693ce3f7240abf4c95e0cab04c2de058f890dd812ae8c0187fb63ea1faacf2\\\":[]}}\""
[2025-04-21T14:30:34.285Z] time="2025-04-21T14:30:33Z" level=debug msg="added name \"docker.io/library/baa489cf9f8fec613655255038b3a685b1154e882f9c8b749f76dd25a8bb49b8-tmp:latest\" to image \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\""
[2025-04-21T14:30:34.285Z] time="2025-04-21T14:30:33Z" level=debug msg="removing baa489cf9f8fec613655255038b3a685b1154e882f9c8b749f76dd25a8bb49b8-tmp from assigned names to image \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\""
[2025-04-21T14:30:34.285Z] time="2025-04-21T14:30:33Z" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage]@621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\""
[2025-04-21T14:30:34.285Z] --> Pushing cache artifactory1-ot.rbbn.com/ccs-oci-prod-ottawa/common/sor/cache:b6ce9907e726294075f4e80ea42578f06702daef0717fee6d5792c9d07c10503
[2025-04-21T14:30:34.285Z] time="2025-04-21T14:30:33Z" level=debug msg="trying to push cache to dest: {ref:{namedRepository:{domain:artifactory1-ot.rbbn.com path:ccs-oci-prod-ottawa/common/sor/cache} tag:b6ce9907e726294075f4e80ea42578f06702daef0717fee6d5792c9d07c10503}} from src:621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812"
[2025-04-21T14:30:34.285Z] time="2025-04-21T14:30:33Z" level=debug msg="Looking up image \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" in local containers storage"
[2025-04-21T14:30:34.285Z] time="2025-04-21T14:30:33Z" level=debug msg="Trying \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" ..."
[2025-04-21T14:30:34.285Z] time="2025-04-21T14:30:33Z" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage]@621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\""
[2025-04-21T14:30:34.285Z] time="2025-04-21T14:30:33Z" level=debug msg="Found image \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" as \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" in local containers storage"
[2025-04-21T14:30:34.286Z] time="2025-04-21T14:30:33Z" level=debug msg="Found image \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" as \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage]@621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812)"
[2025-04-21T14:30:34.286Z] time="2025-04-21T14:30:33Z" level=debug msg="Pushing image 621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812 to docker://artifactory1-ot.rbbn.com/ccs-oci-prod-ottawa/common/sor/cache:b6ce9907e726294075f4e80ea42578f06702daef0717fee6d5792c9d07c10503"
[2025-04-21T14:30:34.286Z] time="2025-04-21T14:30:33Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux  [] }"
[2025-04-21T14:30:34.286Z] time="2025-04-21T14:30:33Z" level=debug msg="Copying source image [overlay@/var/lib/containers/storage+/run/containers/storage]@621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812 to destination image //artifactory1-ot.rbbn.com/ccs-oci-prod-ottawa/common/sor/cache:b6ce9907e726294075f4e80ea42578f06702daef0717fee6d5792c9d07c10503"
[2025-04-21T14:30:34.286Z] time="2025-04-21T14:30:33Z" level=debug msg="Using registries.d directory /etc/containers/registries.d"
[2025-04-21T14:30:34.286Z] time="2025-04-21T14:30:33Z" level=debug msg="Found credentials for artifactory1-ot.rbbn.com/ccs-oci-prod-ottawa/common/sor/cache in credential helper containers-auth.json in file /run/containers/0/auth.json"
[2025-04-21T14:30:34.286Z] time="2025-04-21T14:30:33Z" level=debug msg=" No signature storage configuration found for artifactory1-ot.rbbn.com/ccs-oci-prod-ottawa/common/sor/cache:b6ce9907e726294075f4e80ea42578f06702daef0717fee6d5792c9d07c10503, using built-in default file:///var/lib/containers/sigstore"
[2025-04-21T14:30:34.286Z] time="2025-04-21T14:30:33Z" level=debug msg="Looking for TLS certificates and private keys in /etc/docker/certs.d/artifactory1-ot.rbbn.com"
[2025-04-21T14:30:34.286Z] time="2025-04-21T14:30:33Z" level=debug msg="Using blob info cache at /var/lib/containers/cache/blob-info-cache-v1.boltdb"
[2025-04-21T14:30:34.286Z] time="2025-04-21T14:30:33Z" level=debug msg="IsRunningImageAllowed for image containers-storage:[overlay@/var/lib/containers/storage]@621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812"
[2025-04-21T14:30:34.286Z] time="2025-04-21T14:30:33Z" level=debug msg=" Using transport \"containers-storage\" policy section \"\""
[2025-04-21T14:30:34.286Z] time="2025-04-21T14:30:33Z" level=debug msg=" Requirement 0: allowed"
[2025-04-21T14:30:34.286Z] time="2025-04-21T14:30:33Z" level=debug msg="Overall: allowed"
[2025-04-21T14:30:34.286Z] time="2025-04-21T14:30:33Z" level=debug msg="Manifest has MIME type application/vnd.oci.image.manifest.v1+json, ordered candidate list [application/vnd.oci.image.manifest.v1+json, application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.v1+prettyjws, application/vnd.oci.image.index.v1+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v1+json]"
[2025-04-21T14:30:34.286Z] time="2025-04-21T14:30:33Z" level=debug msg="... will first try using the original manifest unmodified"
[2025-04-21T14:30:34.286Z] time="2025-04-21T14:30:33Z" level=debug msg="Checking if we can reuse blob sha256:7ab8ffeb4f00de82d05ae76998fca36ca8992412af2319c84fd83dfc4588f04b: general substitution = true, compression for MIME type \"application/vnd.oci.image.layer.v1.tar\" = true"
[2025-04-21T14:30:34.286Z] time="2025-04-21T14:30:33Z" level=debug msg="Checking /v2/ccs-oci-prod-ottawa/common/sor/cache/blobs/sha256:7ab8ffeb4f00de82d05ae76998fca36ca8992412af2319c84fd83dfc4588f04b"
[2025-04-21T14:30:34.286Z] time="2025-04-21T14:30:33Z" level=debug msg="GET https://artifactory1-ot.rbbn.com/v2/"
[2025-04-21T14:30:34.286Z] time="2025-04-21T14:30:33Z" level=debug msg="Ping https://artifactory1-ot.rbbn.com/v2/ status 401"
[2025-04-21T14:30:34.287Z] time="2025-04-21T14:30:33Z" level=debug msg="GET https://artifactory1-ot.rbbn.com:443/artifactory/api/docker/null/v2/token?account=****&scope=repository%3Accs-oci-prod-ottawa%2Fcommon%2Fsor%2Fcache%3Apull%2Cpush&service=artifactory1-ot.rbbn.com%3A443"
[2025-04-21T14:30:34.287Z] time="2025-04-21T14:30:34Z" level=debug msg="HEAD https://artifactory1-ot.rbbn.com/v2/ccs-oci-prod-ottawa/common/sor/cache/blobs/sha256:7ab8ffeb4f00de82d05ae76998fca36ca8992412af2319c84fd83dfc4588f04b"
[2025-04-21T14:30:34.287Z] time="2025-04-21T14:30:34Z" level=debug msg="... not present"
[2025-04-21T14:30:34.287Z] time="2025-04-21T14:30:34Z" level=debug msg="Trying to reuse cached location sha256:ec757c51a78ea8788c243de6595baa22dc8ac6e0be7dccc6b65e134cc3fe7789 compressed with gzip in artifactory1-ot.rbbn.com/ubi-redhat-docker-images-virtual/registry.access.redhat.com/milestones/ubi9/ubi"
[2025-04-21T14:30:34.287Z] time="2025-04-21T14:30:34Z" level=debug msg="Checking /v2/ubi-redhat-docker-images-virtual/registry.access.redhat.com/milestones/ubi9/ubi/blobs/sha256:ec757c51a78ea8788c243de6595baa22dc8ac6e0be7dccc6b65e134cc3fe7789"
[2025-04-21T14:30:34.287Z] time="2025-04-21T14:30:34Z" level=debug msg="GET https://artifactory1-ot.rbbn.com:443/artifactory/api/docker/null/v2/token?account=****&scope=repository%3Accs-oci-prod-ottawa%2Fcommon%2Fsor%2Fcache%3Apull%2Cpush&scope=repository%3Aubi-redhat-docker-images-virtual%2Fregistry.access.redhat.com%2Fmilestones%2Fubi9%2Fubi%3Apull&service=artifactory1-ot.rbbn.com%3A443"
[2025-04-21T14:30:34.287Z] time="2025-04-21T14:30:34Z" level=debug msg="HEAD https://artifactory1-ot.rbbn.com/v2/ubi-redhat-docker-images-virtual/registry.access.redhat.com/milestones/ubi9/ubi/blobs/sha256:ec757c51a78ea8788c243de6595baa22dc8ac6e0be7dccc6b65e134cc3fe7789"
[2025-04-21T14:30:34.287Z] time="2025-04-21T14:30:34Z" level=debug msg="... already exists"
[2025-04-21T14:30:34.287Z] time="2025-04-21T14:30:34Z" level=debug msg="Trying to mount /v2/ccs-oci-prod-ottawa/common/sor/cache/blobs/uploads/?from=ubi-redhat-docker-images-virtual%2Fregistry.access.redhat.com%2Fmilestones%2Fubi9%2Fubi&mount=sha256%3Aec757c51a78ea8788c243de6595baa22dc8ac6e0be7dccc6b65e134cc3fe7789"
[2025-04-21T14:30:34.287Z] time="2025-04-21T14:30:34Z" level=debug msg="POST https://artifactory1-ot.rbbn.com/v2/ccs-oci-prod-ottawa/common/sor/cache/blobs/uploads/?from=ubi-redhat-docker-images-virtual%2Fregistry.access.redhat.com%2Fmilestones%2Fubi9%2Fubi&mount=sha256%3Aec757c51a78ea8788c243de6595baa22dc8ac6e0be7dccc6b65e134cc3fe7789"
[2025-04-21T14:30:34.287Z] time="2025-04-21T14:30:34Z" level=debug msg="... mount OK"
[2025-04-21T14:30:34.542Z] time="2025-04-21T14:30:34Z" level=debug msg="Skipping blob sha256:7ab8ffeb4f00de82d05ae76998fca36ca8992412af2319c84fd83dfc4588f04b (already present):"
[2025-04-21T14:30:34.542Z] time="2025-04-21T14:30:34Z" level=debug msg="exporting opaque data as blob \"sha256:621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\""
[2025-04-21T14:30:34.542Z] time="2025-04-21T14:30:34Z" level=debug msg="No compression detected"
[2025-04-21T14:30:34.542Z] time="2025-04-21T14:30:34Z" level=debug msg="Compression change for blob sha256:621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812 (\"application/vnd.oci.image.config.v1+json\") not supported"
[2025-04-21T14:30:34.542Z] time="2025-04-21T14:30:34Z" level=debug msg="Using original blob without modification"
[2025-04-21T14:30:34.542Z] time="2025-04-21T14:30:34Z" level=debug msg="Checking /v2/ccs-oci-prod-ottawa/common/sor/cache/blobs/sha256:621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812"
[2025-04-21T14:30:34.543Z] time="2025-04-21T14:30:34Z" level=debug msg="HEAD https://artifactory1-ot.rbbn.com/v2/ccs-oci-prod-ottawa/common/sor/cache/blobs/sha256:621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812"
[2025-04-21T14:30:34.543Z] time="2025-04-21T14:30:34Z" level=debug msg="... not present"
[2025-04-21T14:30:34.543Z] time="2025-04-21T14:30:34Z" level=debug msg="Uploading /v2/ccs-oci-prod-ottawa/common/sor/cache/blobs/uploads/"
[2025-04-21T14:30:34.543Z] time="2025-04-21T14:30:34Z" level=debug msg="POST https://artifactory1-ot.rbbn.com/v2/ccs-oci-prod-ottawa/common/sor/cache/blobs/uploads/"
[2025-04-21T14:30:34.543Z] time="2025-04-21T14:30:34Z" level=debug msg="PATCH https://artifactory1-ot.rbbn.com/v2/ccs-oci-prod-ottawa/common/sor/cache/blobs/uploads/96e9f6be-5774-4b2a-915b-64943da6f41e"
[2025-04-21T14:30:34.543Z] time="2025-04-21T14:30:34Z" level=debug msg="PUT https://artifactory1-ot.rbbn.com/v2/ccs-oci-prod-ottawa/common/sor/cache/blobs/uploads/96e9f6be-5774-4b2a-915b-64943da6f41e?digest=sha256%3A621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812"
[2025-04-21T14:30:34.543Z] time="2025-04-21T14:30:34Z" level=debug msg="Upload of layer sha256:621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812 complete"
[2025-04-21T14:30:34.543Z] time="2025-04-21T14:30:34Z" level=debug msg="PUT https://artifactory1-ot.rbbn.com/v2/ccs-oci-prod-ottawa/common/sor/cache/manifests/b6ce9907e726294075f4e80ea42578f06702daef0717fee6d5792c9d07c10503"
[2025-04-21T14:30:34.798Z] time="2025-04-21T14:30:34Z" level=debug msg="successfully pushed cache to dest: {ref:{namedRepository:{domain:artifactory1-ot.rbbn.com path:ccs-oci-prod-ottawa/common/sor/cache} tag:b6ce9907e726294075f4e80ea42578f06702daef0717fee6d5792c9d07c10503}} with ref:artifactory1-ot.rbbn.com/ccs-oci-prod-ottawa/common/sor/cache:b6ce9907e726294075f4e80ea42578f06702daef0717fee6d5792c9d07c10503@sha256:623af3d195cd0da462596d6dbbfd7169bac81f4d233279a418e927b2ad9c3dc6 and digest: sha256:623af3d195cd0da462596d6dbbfd7169bac81f4d233279a418e927b2ad9c3dc6"
[2025-04-21T14:30:34.798Z] --> 621e7a1f24d
[2025-04-21T14:30:34.798Z] time="2025-04-21T14:30:34Z" level=debug msg="Pulling image 621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812 (policy: never)"
[2025-04-21T14:30:34.798Z] time="2025-04-21T14:30:34Z" level=debug msg="Looking up image \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" in local containers storage"
[2025-04-21T14:30:34.798Z] time="2025-04-21T14:30:34Z" level=debug msg="Trying \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" ..."
[2025-04-21T14:30:34.798Z] time="2025-04-21T14:30:34Z" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage]@621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\""
[2025-04-21T14:30:34.798Z] time="2025-04-21T14:30:34Z" level=debug msg="Found image \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" as \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" in local containers storage"
[2025-04-21T14:30:34.798Z] time="2025-04-21T14:30:34Z" level=debug msg="Found image \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" as \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage]@621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812)"
[2025-04-21T14:30:34.798Z] time="2025-04-21T14:30:34Z" level=debug msg="Cached value indicated that idmapped mounts for overlay are not supported"
[2025-04-21T14:30:34.798Z] time="2025-04-21T14:30:34Z" level=debug msg="Check for idmapped mounts support "
[2025-04-21T14:30:34.798Z] time="2025-04-21T14:30:34Z" level=debug msg="SetQuota path=/var/lib/containers/storage/overlay/3a91e7a3d950b5b297aa3af1a662a9ecc08bb3e20d225127c062270bd41eeb18, size=0, inodes=0, projectID=2088144437"
[2025-04-21T14:30:34.798Z] time="2025-04-21T14:30:34Z" level=debug msg="exporting opaque data as blob \"sha256:621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\""
[2025-04-21T14:30:34.798Z] time="2025-04-21T14:30:34Z" level=debug msg="exporting opaque data as blob \"sha256:621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\""
[2025-04-21T14:30:34.798Z] time="2025-04-21T14:30:34Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux  [] }"
[2025-04-21T14:30:34.798Z] time="2025-04-21T14:30:34Z" level=debug msg="[graphdriver] trying provided driver \"overlay\""
[2025-04-21T14:30:34.799Z] time="2025-04-21T14:30:34Z" level=debug msg="Cached value indicated that overlay is supported"
[2025-04-21T14:30:34.799Z] time="2025-04-21T14:30:34Z" level=debug msg="Cached value indicated that overlay is supported"
[2025-04-21T14:30:34.799Z] time="2025-04-21T14:30:34Z" level=debug msg="Cached value indicated that metacopy is not being used"
[2025-04-21T14:30:34.799Z] time="2025-04-21T14:30:34Z" level=debug msg="NewControl(/var/lib/containers/storage/overlay): nextProjectID = 2088144438"
[2025-04-21T14:30:34.799Z] time="2025-04-21T14:30:34Z" level=debug msg="backingFs=xfs, projectQuotaSupported=true, useNativeDiff=true, usingMetacopy=false"
[2025-04-21T14:30:34.799Z] time="2025-04-21T14:30:34Z" level=debug msg="Cached value indicated that volatile is being used"
[2025-04-21T14:30:34.799Z] time="2025-04-21T14:30:34Z" level=debug msg="overlay: mount_data=lowerdir=/var/lib/containers/storage/overlay/l/SQJPXTPFKWHBUED2QVGQDCTTCH,upperdir=/var/lib/containers/storage/overlay/3a91e7a3d950b5b297aa3af1a662a9ecc08bb3e20d225127c062270bd41eeb18/diff,workdir=/var/lib/containers/storage/overlay/3a91e7a3d950b5b297aa3af1a662a9ecc08bb3e20d225127c062270bd41eeb18/work,,volatile"
[2025-04-21T14:30:34.799Z] time="2025-04-21T14:30:34Z" level=debug msg="Container ID: 7411f27961d64c341eb268b22178a5affc3014724e7afb5562e57d4c04139509"
[2025-04-21T14:30:34.799Z] time="2025-04-21T14:30:34Z" level=debug msg="Parsed Step: {Env:[ARTIFACTORY_URL=artifactory1-ot.rbbn.com PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci TZ=America/New_York] Command:arg Args:[TARGETOS=linux] Flags:[] Attrs:map[] Message:ARG TARGETOS=linux Original:ARG TARGETOS=linux}"
[2025-04-21T14:30:34.799Z] [1/2] STEP 3/24: ARG TARGETOS=linux

buildah-run-1.txt

[2025-04-21T14:51:05.593Z] [1/2] STEP 2/24: ARG ARTIFACTORY_URL=artifactory1-ot.rbbn.com
[2025-04-21T14:51:05.593Z] time="2025-04-21T14:51:05Z" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage]@2872319f8feab157a92980beaa8f870358879b4daee8a86f810437bbb3e797fe\""
[2025-04-21T14:51:05.593Z] time="2025-04-21T14:51:05Z" level=debug msg="exporting opaque data as blob \"sha256:2872319f8feab157a92980beaa8f870358879b4daee8a86f810437bbb3e797fe\""
[2025-04-21T14:51:05.593Z] time="2025-04-21T14:51:05Z" level=debug msg="[graphdriver] trying provided driver \"overlay\""
[2025-04-21T14:51:05.593Z] time="2025-04-21T14:51:05Z" level=debug msg="Cached value indicated that overlay is supported"
[2025-04-21T14:51:05.593Z] time="2025-04-21T14:51:05Z" level=debug msg="Cached value indicated that overlay is supported"
[2025-04-21T14:51:05.593Z] time="2025-04-21T14:51:05Z" level=debug msg="Cached value indicated that metacopy is not being used"
[2025-04-21T14:51:05.593Z] time="2025-04-21T14:51:05Z" level=debug msg="NewControl(/var/lib/containers/storage/overlay): nextProjectID = 3149043637"
[2025-04-21T14:51:05.593Z] time="2025-04-21T14:51:05Z" level=debug msg="backingFs=xfs, projectQuotaSupported=true, useNativeDiff=true, usingMetacopy=false"
[2025-04-21T14:51:05.593Z] time="2025-04-21T14:51:05Z" level=debug msg=COMMIT
[2025-04-21T14:51:05.594Z] time="2025-04-21T14:51:05Z" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage]docker.io/library/aaa283f17dfe17530bc19da4ae46d5f25045183d41d641a3c0dc2287f7742868-tmp:latest\""
[2025-04-21T14:51:05.594Z] time="2025-04-21T14:51:05Z" level=debug msg="committing image with reference \"containers-storage:[overlay@/var/lib/containers/storage+/run/containers/storage]docker.io/library/aaa283f17dfe17530bc19da4ae46d5f25045183d41d641a3c0dc2287f7742868-tmp:latest\" is allowed by policy"
[2025-04-21T14:51:05.594Z] time="2025-04-21T14:51:05Z" level=debug msg="layer list: [\"7ab8ffeb4f00de82d05ae76998fca36ca8992412af2319c84fd83dfc4588f04b\" \"a89d7cf297bef6299cfabed2f6107d62172dbafe1e39ad1c6b7b5212e270300e\"]"
[2025-04-21T14:51:05.594Z] time="2025-04-21T14:51:05Z" level=debug msg="using \"/var/tmp/buildah1649852250\" to hold temporary data"
[2025-04-21T14:51:05.594Z] time="2025-04-21T14:51:05Z" level=debug msg="OCIv1 config = {\"created\":\"1970-01-01T00:00:00Z\",\"architecture\":\"amd64\",\"os\":\"linux\",\"config\":{\"Env\":[\"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"container=oci\",\"TZ=America/New_York\"],\"Cmd\":[\"/bin/bash\"],\"WorkingDir\":\"/\",\"Labels\":{\"architecture\":\"x86_64\",\"build-date\":\"2025-03-25T15:58:30Z\",\"com.redhat.component\":\"ubi9-container\",\"com.redhat.license_terms\":\"https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI\",\"description\":\"The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.\",\"distribution-scope\":\"public\",\"io.buildah.version\":\"1.28.2\",\"io.k8s.description\":\"The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.\",\"io.k8s.display-name\":\"Red Hat Universal Base Image 9\",\"io.openshift.expose-services\":\"\",\"io.openshift.tags\":\"base rhel9\",\"maintainer\":\"Ribbon Communication\",\"name\":\"ubi9\",\"release\":\"1742918310\",\"summary\":\"Provides the latest release of Red Hat Universal Base Image 9.\",\"url\":\"https://www.redhat.com\",\"vcs-ref\":\"e98aeded1f394c8879effc230f1b407e9e55e58f\",\"vcs-type\":\"git\",\"vendor\":\"Red Hat, Inc.\",\"version\":\"9.5\"}},\"rootfs\":{\"type\":\"layers\",\"diff_ids\":[\"sha256:7ab8ffeb4f00de82d05ae76998fca36ca8992412af2319c84fd83dfc4588f04b\"]}}"
[2025-04-21T14:51:05.594Z] time="2025-04-21T14:51:05Z" level=debug msg="OCIv1 manifest = {\"schemaVersion\":2,\"mediaType\":\"application/vnd.oci.image.manifest.v1+json\",\"config\":{\"mediaType\":\"application/vnd.oci.image.config.v1+json\",\"digest\":\"sha256:621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\",\"size\":1741},\"layers\":[{\"mediaType\":\"application/vnd.oci.image.layer.v1.tar\",\"digest\":\"sha256:7ab8ffeb4f00de82d05ae76998fca36ca8992412af2319c84fd83dfc4588f04b\",\"size\":324636160}],\"annotations\":{\"org.opencontainers.image.base.digest\":\"sha256:c48d9f95e0e666fc490f6580645bdb6284084fe2cf262d65a0d034b1431fff7c\",\"org.opencontainers.image.base.name\":\"artifactory1-ot.rbbn.com/ubi-redhat-docker-images-virtual/registry.access.redhat.com/milestones/ubi9/ubi:latest\"}}"
[2025-04-21T14:51:05.596Z] time="2025-04-21T14:51:05Z" level=debug msg="Docker v2s2 config = {\"created\":\"1970-01-01T00:00:00Z\",\"container\":\"17a845da62d27d3e2de739ceef7bf887ef9cc3c01f8b13095b84506af0b1a2df\",\"container_config\":{\"Hostname\":\"\",\"Domainname\":\"\",\"User\":\"\",\"AttachStdin\":false,\"AttachStdout\":false,\"AttachStderr\":false,\"Tty\":false,\"OpenStdin\":false,\"StdinOnce\":false,\"Env\":[\"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"container=oci\",\"TZ=America/New_York\"],\"Cmd\":[\"/bin/bash\"],\"Image\":\"\",\"Volumes\":{},\"WorkingDir\":\"/\",\"Entrypoint\":[],\"OnBuild\":[],\"Labels\":{\"architecture\":\"x86_64\",\"build-date\":\"2025-03-25T15:58:30Z\",\"com.redhat.component\":\"ubi9-container\",\"com.redhat.license_terms\":\"https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI\",\"description\":\"The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.\",\"distribution-scope\":\"public\",\"io.buildah.version\":\"1.28.2\",\"io.k8s.description\":\"The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.\",\"io.k8s.display-name\":\"Red Hat Universal Base Image 9\",\"io.openshift.expose-services\":\"\",\"io.openshift.tags\":\"base rhel9\",\"maintainer\":\"Ribbon Communication\",\"name\":\"ubi9\",\"release\":\"1742918310\",\"summary\":\"Provides the latest release of Red Hat Universal Base Image 9.\",\"url\":\"https://www.redhat.com\",\"vcs-ref\":\"e98aeded1f394c8879effc230f1b407e9e55e58f\",\"vcs-type\":\"git\",\"vendor\":\"Red Hat, Inc.\",\"version\":\"9.5\"}},\"config\":{\"Hostname\":\"\",\"Domainname\":\"\",\"User\":\"\",\"AttachStdin\":false,\"AttachStdout\":false,\"AttachStderr\":false,\"Tty\":false,\"OpenStdin\":false,\"StdinOnce\":false,\"Env\":[\"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"container=oci\",\"TZ=America/New_York\"],\"Cmd\":[\"/bin/bash\"],\"Image\":\"\",\"Volumes\":{},\"WorkingDir\":\"/\",\"Entrypoint\":[],\"OnBuild\":[],\"Labels\":{\"architecture\":\"x86_64\",\"build-date\":\"2025-03-25T15:58:30Z\",\"com.redhat.component\":\"ubi9-container\",\"com.redhat.license_terms\":\"https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI\",\"description\":\"The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.\",\"distribution-scope\":\"public\",\"io.buildah.version\":\"1.28.2\",\"io.k8s.description\":\"The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.\",\"io.k8s.display-name\":\"Red Hat Universal Base Image 9\",\"io.openshift.expose-services\":\"\",\"io.openshift.tags\":\"base rhel9\",\"maintainer\":\"Ribbon Communication\",\"name\":\"ubi9\",\"release\":\"1742918310\",\"summary\":\"Provides the latest release of Red Hat Universal Base Image 9.\",\"url\":\"https://www.redhat.com\",\"vcs-ref\":\"e98aeded1f394c8879effc230f1b407e9e55e58f\",\"vcs-type\":\"git\",\"vendor\":\"Red Hat, Inc.\",\"version\":\"9.5\"}},\"architecture\":\"amd64\",\"os\":\"linux\",\"rootfs\":{\"type\":\"layers\",\"diff_ids\":[\"sha256:7ab8ffeb4f00de82d05ae76998fca36ca8992412af2319c84fd83dfc4588f04b\"]}}"
[2025-04-21T14:51:05.596Z] time="2025-04-21T14:51:05Z" level=debug msg="Docker v2s2 manifest = {\"schemaVersion\":2,\"mediaType\":\"application/vnd.docker.distribution.manifest.v2+json\",\"config\":{\"mediaType\":\"application/vnd.docker.container.image.v1+json\",\"size\":3793,\"digest\":\"sha256:7851b7c0ed618d7db900a80aa508680f268f92fa5afa2d9fecd4ed1ba200d3be\"},\"layers\":[{\"mediaType\":\"application/vnd.docker.image.rootfs.diff.tar\",\"size\":324636160,\"digest\":\"sha256:7ab8ffeb4f00de82d05ae76998fca36ca8992412af2319c84fd83dfc4588f04b\"}]}"
[2025-04-21T14:51:05.596Z] time="2025-04-21T14:51:05Z" level=debug msg="Using blob info cache at /var/lib/containers/cache/blob-info-cache-v1.boltdb"
[2025-04-21T14:51:05.596Z] time="2025-04-21T14:51:05Z" level=debug msg="IsRunningImageAllowed for image containers-storage:"
[2025-04-21T14:51:05.596Z] time="2025-04-21T14:51:05Z" level=debug msg=" Using transport \"containers-storage\" policy section "
[2025-04-21T14:51:05.596Z] time="2025-04-21T14:51:05Z" level=debug msg=" Requirement 0: allowed"
[2025-04-21T14:51:05.596Z] time="2025-04-21T14:51:05Z" level=debug msg="Overall: allowed"
[2025-04-21T14:51:05.596Z] time="2025-04-21T14:51:05Z" level=debug msg="start reading config"
[2025-04-21T14:51:05.596Z] time="2025-04-21T14:51:05Z" level=debug msg="finished reading config"
[2025-04-21T14:51:05.596Z] time="2025-04-21T14:51:05Z" level=debug msg="Manifest has MIME type application/vnd.oci.image.manifest.v1+json, ordered candidate list [application/vnd.oci.image.manifest.v1+json, application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.v1+prettyjws, application/vnd.docker.distribution.manifest.v1+json]"
[2025-04-21T14:51:05.597Z] time="2025-04-21T14:51:05Z" level=debug msg="... will first try using the original manifest unmodified"
[2025-04-21T14:51:05.597Z] time="2025-04-21T14:51:05Z" level=debug msg="Checking if we can reuse blob sha256:7ab8ffeb4f00de82d05ae76998fca36ca8992412af2319c84fd83dfc4588f04b: general substitution = true, compression for MIME type \"application/vnd.oci.image.layer.v1.tar\" = true"
[2025-04-21T14:51:05.597Z] time="2025-04-21T14:51:05Z" level=debug msg="Skipping blob sha256:7ab8ffeb4f00de82d05ae76998fca36ca8992412af2319c84fd83dfc4588f04b (already present):"
[2025-04-21T14:51:05.597Z] time="2025-04-21T14:51:05Z" level=debug msg="No compression detected"
[2025-04-21T14:51:05.597Z] time="2025-04-21T14:51:05Z" level=debug msg="Compression change for blob sha256:621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812 (\"application/vnd.oci.image.config.v1+json\") not supported"
[2025-04-21T14:51:05.597Z] time="2025-04-21T14:51:05Z" level=debug msg="Using original blob without modification"
[2025-04-21T14:51:05.597Z] time="2025-04-21T14:51:05Z" level=debug msg="setting image creation date to 1970-01-01 00:00:00 +0000 UTC"
[2025-04-21T14:51:05.597Z] time="2025-04-21T14:51:05Z" level=debug msg="created new image ID \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\""
[2025-04-21T14:51:05.597Z] time="2025-04-21T14:51:05Z" level=debug msg="saved image metadata \"{\\\"signatures-sizes\\\":{\\\"sha256:b9693ce3f7240abf4c95e0cab04c2de058f890dd812ae8c0187fb63ea1faacf2\\\":[]}}\""
[2025-04-21T14:51:05.597Z] time="2025-04-21T14:51:05Z" level=debug msg="added name \"docker.io/library/aaa283f17dfe17530bc19da4ae46d5f25045183d41d641a3c0dc2287f7742868-tmp:latest\" to image \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\""
[2025-04-21T14:51:05.597Z] time="2025-04-21T14:51:05Z" level=debug msg="removing aaa283f17dfe17530bc19da4ae46d5f25045183d41d641a3c0dc2287f7742868-tmp from assigned names to image \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\""
[2025-04-21T14:51:05.597Z] time="2025-04-21T14:51:05Z" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage]@621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\""
[2025-04-21T14:51:05.597Z] --> Pushing cache artifactory1-ot.rbbn.com/ccs-oci-prod-ottawa/common/sor/cache:b6ce9907e726294075f4e80ea42578f06702daef0717fee6d5792c9d07c10503
[2025-04-21T14:51:05.597Z] time="2025-04-21T14:51:05Z" level=debug msg="trying to push cache to dest: {ref:{namedRepository:{domain:artifactory1-ot.rbbn.com path:ccs-oci-prod-ottawa/common/sor/cache} tag:b6ce9907e726294075f4e80ea42578f06702daef0717fee6d5792c9d07c10503}} from src:621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812"
[2025-04-21T14:51:05.597Z] time="2025-04-21T14:51:05Z" level=debug msg="Looking up image \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" in local containers storage"
[2025-04-21T14:51:05.597Z] time="2025-04-21T14:51:05Z" level=debug msg="Trying \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" ..."
[2025-04-21T14:51:05.597Z] time="2025-04-21T14:51:05Z" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage]@621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\""
[2025-04-21T14:51:05.597Z] time="2025-04-21T14:51:05Z" level=debug msg="Found image \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" as \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" in local containers storage"
[2025-04-21T14:51:05.598Z] time="2025-04-21T14:51:05Z" level=debug msg="Found image \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" as \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage]@621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812)"
[2025-04-21T14:51:05.598Z] time="2025-04-21T14:51:05Z" level=debug msg="Pushing image 621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812 to docker://artifactory1-ot.rbbn.com/ccs-oci-prod-ottawa/common/sor/cache:b6ce9907e726294075f4e80ea42578f06702daef0717fee6d5792c9d07c10503"
[2025-04-21T14:51:05.598Z] time="2025-04-21T14:51:05Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux  [] }"
[2025-04-21T14:51:05.598Z] time="2025-04-21T14:51:05Z" level=debug msg="Copying source image [overlay@/var/lib/containers/storage+/run/containers/storage]@621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812 to destination image //artifactory1-ot.rbbn.com/ccs-oci-prod-ottawa/common/sor/cache:b6ce9907e726294075f4e80ea42578f06702daef0717fee6d5792c9d07c10503"
[2025-04-21T14:51:05.598Z] time="2025-04-21T14:51:05Z" level=debug msg="Using registries.d directory /etc/containers/registries.d"
[2025-04-21T14:51:05.598Z] time="2025-04-21T14:51:05Z" level=debug msg="Found credentials for artifactory1-ot.rbbn.com/ccs-oci-prod-ottawa/common/sor/cache in credential helper containers-auth.json in file /run/containers/0/auth.json"
[2025-04-21T14:51:05.598Z] time="2025-04-21T14:51:05Z" level=debug msg=" No signature storage configuration found for artifactory1-ot.rbbn.com/ccs-oci-prod-ottawa/common/sor/cache:b6ce9907e726294075f4e80ea42578f06702daef0717fee6d5792c9d07c10503, using built-in default file:///var/lib/containers/sigstore"
[2025-04-21T14:51:05.598Z] time="2025-04-21T14:51:05Z" level=debug msg="Looking for TLS certificates and private keys in /etc/docker/certs.d/artifactory1-ot.rbbn.com"
[2025-04-21T14:51:05.598Z] time="2025-04-21T14:51:05Z" level=debug msg="Using blob info cache at /var/lib/containers/cache/blob-info-cache-v1.boltdb"
[2025-04-21T14:51:05.598Z] time="2025-04-21T14:51:05Z" level=debug msg="IsRunningImageAllowed for image containers-storage:[overlay@/var/lib/containers/storage]@621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812"
[2025-04-21T14:51:05.598Z] time="2025-04-21T14:51:05Z" level=debug msg=" Using transport \"containers-storage\" policy section \"\""
[2025-04-21T14:51:05.598Z] time="2025-04-21T14:51:05Z" level=debug msg=" Requirement 0: allowed"
[2025-04-21T14:51:05.598Z] time="2025-04-21T14:51:05Z" level=debug msg="Overall: allowed"
[2025-04-21T14:51:05.598Z] time="2025-04-21T14:51:05Z" level=debug msg="Manifest has MIME type application/vnd.oci.image.manifest.v1+json, ordered candidate list [application/vnd.oci.image.manifest.v1+json, application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.v1+prettyjws, application/vnd.oci.image.index.v1+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.docker.distribution.manifest.v1+json]"
[2025-04-21T14:51:05.598Z] time="2025-04-21T14:51:05Z" level=debug msg="... will first try using the original manifest unmodified"
[2025-04-21T14:51:05.598Z] time="2025-04-21T14:51:05Z" level=debug msg="Checking if we can reuse blob sha256:7ab8ffeb4f00de82d05ae76998fca36ca8992412af2319c84fd83dfc4588f04b: general substitution = true, compression for MIME type \"application/vnd.oci.image.layer.v1.tar\" = true"
[2025-04-21T14:51:05.598Z] time="2025-04-21T14:51:05Z" level=debug msg="Checking /v2/ccs-oci-prod-ottawa/common/sor/cache/blobs/sha256:7ab8ffeb4f00de82d05ae76998fca36ca8992412af2319c84fd83dfc4588f04b"
[2025-04-21T14:51:05.599Z] time="2025-04-21T14:51:05Z" level=debug msg="GET https://artifactory1-ot.rbbn.com/v2/"
[2025-04-21T14:51:05.599Z] time="2025-04-21T14:51:05Z" level=debug msg="Ping https://artifactory1-ot.rbbn.com/v2/ status 401"
[2025-04-21T14:51:05.599Z] time="2025-04-21T14:51:05Z" level=debug msg="GET https://artifactory1-ot.rbbn.com:443/artifactory/api/docker/null/v2/token?account=****&scope=repository%3Accs-oci-prod-ottawa%2Fcommon%2Fsor%2Fcache%3Apull%2Cpush&service=artifactory1-ot.rbbn.com%3A443"
[2025-04-21T14:51:05.599Z] time="2025-04-21T14:51:05Z" level=debug msg="HEAD https://artifactory1-ot.rbbn.com/v2/ccs-oci-prod-ottawa/common/sor/cache/blobs/sha256:7ab8ffeb4f00de82d05ae76998fca36ca8992412af2319c84fd83dfc4588f04b"
[2025-04-21T14:51:05.599Z] time="2025-04-21T14:51:05Z" level=debug msg="... not present"
[2025-04-21T14:51:05.599Z] time="2025-04-21T14:51:05Z" level=debug msg="Trying to reuse cached location sha256:ec757c51a78ea8788c243de6595baa22dc8ac6e0be7dccc6b65e134cc3fe7789 compressed with gzip in artifactory1-ot.rbbn.com/ubi-redhat-docker-images-virtual/registry.access.redhat.com/milestones/ubi9/ubi"
[2025-04-21T14:51:05.599Z] time="2025-04-21T14:51:05Z" level=debug msg="Checking /v2/ubi-redhat-docker-images-virtual/registry.access.redhat.com/milestones/ubi9/ubi/blobs/sha256:ec757c51a78ea8788c243de6595baa22dc8ac6e0be7dccc6b65e134cc3fe7789"
[2025-04-21T14:51:05.599Z] time="2025-04-21T14:51:05Z" level=debug msg="GET https://artifactory1-ot.rbbn.com:443/artifactory/api/docker/null/v2/token?account=****&scope=repository%3Accs-oci-prod-ottawa%2Fcommon%2Fsor%2Fcache%3Apull%2Cpush&scope=repository%3Aubi-redhat-docker-images-virtual%2Fregistry.access.redhat.com%2Fmilestones%2Fubi9%2Fubi%3Apull&service=artifactory1-ot.rbbn.com%3A443"
[2025-04-21T14:51:05.599Z] time="2025-04-21T14:51:05Z" level=debug msg="HEAD https://artifactory1-ot.rbbn.com/v2/ubi-redhat-docker-images-virtual/registry.access.redhat.com/milestones/ubi9/ubi/blobs/sha256:ec757c51a78ea8788c243de6595baa22dc8ac6e0be7dccc6b65e134cc3fe7789"
[2025-04-21T14:51:05.599Z] time="2025-04-21T14:51:05Z" level=debug msg="... already exists"
[2025-04-21T14:51:05.599Z] time="2025-04-21T14:51:05Z" level=debug msg="Trying to mount /v2/ccs-oci-prod-ottawa/common/sor/cache/blobs/uploads/?from=ubi-redhat-docker-images-virtual%2Fregistry.access.redhat.com%2Fmilestones%2Fubi9%2Fubi&mount=sha256%3Aec757c51a78ea8788c243de6595baa22dc8ac6e0be7dccc6b65e134cc3fe7789"
[2025-04-21T14:51:05.599Z] time="2025-04-21T14:51:05Z" level=debug msg="POST https://artifactory1-ot.rbbn.com/v2/ccs-oci-prod-ottawa/common/sor/cache/blobs/uploads/?from=ubi-redhat-docker-images-virtual%2Fregistry.access.redhat.com%2Fmilestones%2Fubi9%2Fubi&mount=sha256%3Aec757c51a78ea8788c243de6595baa22dc8ac6e0be7dccc6b65e134cc3fe7789"
[2025-04-21T14:51:05.599Z] time="2025-04-21T14:51:05Z" level=debug msg="... mount OK"
[2025-04-21T14:51:05.599Z] time="2025-04-21T14:51:05Z" level=debug msg="Skipping blob sha256:7ab8ffeb4f00de82d05ae76998fca36ca8992412af2319c84fd83dfc4588f04b (already present):"
[2025-04-21T14:51:05.599Z] time="2025-04-21T14:51:05Z" level=debug msg="exporting opaque data as blob \"sha256:621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\""
[2025-04-21T14:51:05.599Z] time="2025-04-21T14:51:05Z" level=debug msg="No compression detected"
[2025-04-21T14:51:05.599Z] time="2025-04-21T14:51:05Z" level=debug msg="Compression change for blob sha256:621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812 (\"application/vnd.oci.image.config.v1+json\") not supported"
[2025-04-21T14:51:05.599Z] time="2025-04-21T14:51:05Z" level=debug msg="Using original blob without modification"
[2025-04-21T14:51:05.600Z] time="2025-04-21T14:51:05Z" level=debug msg="Checking /v2/ccs-oci-prod-ottawa/common/sor/cache/blobs/sha256:621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812"
[2025-04-21T14:51:05.600Z] time="2025-04-21T14:51:05Z" level=debug msg="HEAD https://artifactory1-ot.rbbn.com/v2/ccs-oci-prod-ottawa/common/sor/cache/blobs/sha256:621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812"
[2025-04-21T14:51:05.600Z] time="2025-04-21T14:51:05Z" level=debug msg="... already exists"
[2025-04-21T14:51:05.600Z] time="2025-04-21T14:51:05Z" level=debug msg="PUT https://artifactory1-ot.rbbn.com/v2/ccs-oci-prod-ottawa/common/sor/cache/manifests/b6ce9907e726294075f4e80ea42578f06702daef0717fee6d5792c9d07c10503"
[2025-04-21T14:51:05.600Z] time="2025-04-21T14:51:05Z" level=debug msg="successfully pushed cache to dest: {ref:{namedRepository:{domain:artifactory1-ot.rbbn.com path:ccs-oci-prod-ottawa/common/sor/cache} tag:b6ce9907e726294075f4e80ea42578f06702daef0717fee6d5792c9d07c10503}} with ref:artifactory1-ot.rbbn.com/ccs-oci-prod-ottawa/common/sor/cache:b6ce9907e726294075f4e80ea42578f06702daef0717fee6d5792c9d07c10503@sha256:623af3d195cd0da462596d6dbbfd7169bac81f4d233279a418e927b2ad9c3dc6 and digest: sha256:623af3d195cd0da462596d6dbbfd7169bac81f4d233279a418e927b2ad9c3dc6"
[2025-04-21T14:51:05.600Z] --> 621e7a1f24d
[2025-04-21T14:51:05.600Z] time="2025-04-21T14:51:05Z" level=debug msg="Pulling image 621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812 (policy: never)"
[2025-04-21T14:51:05.600Z] time="2025-04-21T14:51:05Z" level=debug msg="Looking up image \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" in local containers storage"
[2025-04-21T14:51:05.600Z] time="2025-04-21T14:51:05Z" level=debug msg="Trying \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" ..."
[2025-04-21T14:51:05.600Z] time="2025-04-21T14:51:05Z" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage]@621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\""
[2025-04-21T14:51:05.600Z] time="2025-04-21T14:51:05Z" level=debug msg="Found image \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" as \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" in local containers storage"
[2025-04-21T14:51:05.600Z] time="2025-04-21T14:51:05Z" level=debug msg="Found image \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" as \"621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage]@621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812)"
[2025-04-21T14:51:05.600Z] time="2025-04-21T14:51:05Z" level=debug msg="Cached value indicated that idmapped mounts for overlay are not supported"
[2025-04-21T14:51:05.600Z] time="2025-04-21T14:51:05Z" level=debug msg="Check for idmapped mounts support "
[2025-04-21T14:51:05.600Z] time="2025-04-21T14:51:05Z" level=debug msg="SetQuota path=/var/lib/containers/storage/overlay/3101d6d9435fee56902cf24527204d2997a13560e3e9faab96a4db336e3586e8, size=0, inodes=0, projectID=3149043637"
[2025-04-21T14:51:05.600Z] time="2025-04-21T14:51:05Z" level=debug msg="exporting opaque data as blob \"sha256:621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\""
[2025-04-21T14:51:05.600Z] time="2025-04-21T14:51:05Z" level=debug msg="exporting opaque data as blob \"sha256:621e7a1f24d01a6c8f981a19202b24c3146415e9523dc51ad95a7737b8750812\""
[2025-04-21T14:51:05.600Z] time="2025-04-21T14:51:05Z" level=debug msg="Normalized platform linux/amd64 to {amd64 linux  [] }"
[2025-04-21T14:51:05.600Z] time="2025-04-21T14:51:05Z" level=debug msg="[graphdriver] trying provided driver \"overlay\""
[2025-04-21T14:51:05.600Z] time="2025-04-21T14:51:05Z" level=debug msg="Cached value indicated that overlay is supported"
[2025-04-21T14:51:05.601Z] time="2025-04-21T14:51:05Z" level=debug msg="Cached value indicated that overlay is supported"
[2025-04-21T14:51:05.601Z] time="2025-04-21T14:51:05Z" level=debug msg="Cached value indicated that metacopy is not being used"
[2025-04-21T14:51:05.601Z] time="2025-04-21T14:51:05Z" level=debug msg="NewControl(/var/lib/containers/storage/overlay): nextProjectID = 3149043638"
[2025-04-21T14:51:05.601Z] time="2025-04-21T14:51:05Z" level=debug msg="backingFs=xfs, projectQuotaSupported=true, useNativeDiff=true, usingMetacopy=false"
[2025-04-21T14:51:05.601Z] time="2025-04-21T14:51:05Z" level=debug msg="Cached value indicated that volatile is being used"
[2025-04-21T14:51:05.601Z] time="2025-04-21T14:51:05Z" level=debug msg="overlay: mount_data=lowerdir=/var/lib/containers/storage/overlay/l/SXTQRD37WOOWTCXLGBRFCVSRJE,upperdir=/var/lib/containers/storage/overlay/3101d6d9435fee56902cf24527204d2997a13560e3e9faab96a4db336e3586e8/diff,workdir=/var/lib/containers/storage/overlay/3101d6d9435fee56902cf24527204d2997a13560e3e9faab96a4db336e3586e8/work,,volatile"
[2025-04-21T14:51:05.601Z] time="2025-04-21T14:51:05Z" level=debug msg="Container ID: 9770586e18f6907193adecc08845b3c50d4c8c54d0de7737cde7dee89330cf44"
[2025-04-21T14:51:05.601Z] time="2025-04-21T14:51:05Z" level=debug msg="Parsed Step: {Env:[ARTIFACTORY_URL=artifactory1-ot.rbbn.com PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci TZ=America/New_York] Command:arg Args:[TARGETOS=linux] Flags:[] Attrs:map[] Message:ARG TARGETOS=linux Original:ARG TARGETOS=linux}"
[2025-04-21T14:51:05.601Z] [1/2] STEP 3/24: ARG TARGETOS=linux
 

buildah-run-2.txt

Copy link

A friendly reminder that this issue had no activity for 30 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants