[2026-07-03T22:18:17,384710618+00:00] Validate context path [2026-07-03T22:18:17,390155970+00:00] Update CA trust [2026-07-03T22:18:17,391812196+00:00] Using mounted CA bundle: /mnt/trusted-ca/ca-bundle.crt '/mnt/trusted-ca/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' [2026-07-03T22:18:23,312190180+00:00] Prepare Dockerfile Checking if /var/workdir/cachi2/output/bom.json exists. Could not find prefetched sbom. No content_sets found for ICM [2026-07-03T22:18:23,322590280+00:00] Prepare system (architecture: x86_64) [2026-07-03T22:18:23,394210431+00:00] Setup prefetched Trying to pull registry.access.redhat.com/ubi9/python-312-minimal:9.7-1777392261... Getting image source signatures Checking if image destination supports signatures Copying blob sha256:72c1da5df399264a8c6b035c246d023523ff0af5682c2e2ceb489c33addd8186 Copying blob sha256:c770e69088fa05bea8942da1c1e3fa6066cc7c288153d81443e0c9435861e0b1 Copying config sha256:7deab7336ecc64e21c0ac1da4d7eccb836d77efe5f446769d0a7d0ea4383930d Writing manifest to image destination Storing signatures [2026-07-03T22:18:34,572161018+00:00] Unsetting proxy { "architecture": "x86_64", "build-date": "2026-07-03T22:18:23Z", "com.redhat.component": "python-312-container", "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI", "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream", "description": "Python 3.12 available as container is a base platform for building and running various Python 3.12 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.", "distribution-scope": "public", "io.buildah.version": "1.42.2", "io.buildpacks.stack.id": "com.redhat.stacks.ubi9-python-312-minimal", "io.k8s.description": "Python 3.12 available as container is a base platform for building and running various Python 3.12 applications and frameworks. Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.", "io.k8s.display-name": "Python 3.12", "io.openshift.expose-services": "8080:http", "io.openshift.tags": "builder,python,python312,python-312,rh-python312", "maintainer": "SoftwareCollections.org ", "name": "ubi9/python-312-minimal", "org.opencontainers.image.created": "2026-07-03T22:18:23Z", "org.opencontainers.image.revision": "a80e1575d9576e15f9bc641fa90eaa0b5097ad99", "release": "1777392261", "summary": "Minimal platform for building and running Python 3.12 applications", "url": "https://catalog.redhat.com/en/search?searchType=containers", "usage": "s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.12-minimal/test/setup-test-app/ ubi9/python-312-minimal python-sample-app", "vcs-ref": "a80e1575d9576e15f9bc641fa90eaa0b5097ad99", "vcs-type": "git", "vendor": "Red Hat, Inc.", "version": "9.7", "org.opencontainers.image.source": "https://github.com/redhat-appstudio-qe/sample-multi-component", "quay.expires-after": "5d" } [2026-07-03T22:18:34,692232066+00:00] Register sub-man Adding the entitlement to the build [2026-07-03T22:18:34,697401726+00:00] Add secrets [2026-07-03T22:18:34,717873503+00:00] Run buildah build [2026-07-03T22:18:34,719514349+00:00] buildah build --volume /tmp/entitlement:/etc/pki/entitlement --security-opt=unmask=/proc/interrupts --label architecture=x86_64 --label vcs-type=git --label vcs-ref=a80e1575d9576e15f9bc641fa90eaa0b5097ad99 --label org.opencontainers.image.revision=a80e1575d9576e15f9bc641fa90eaa0b5097ad99 --label org.opencontainers.image.source=https://github.com/redhat-appstudio-qe/sample-multi-component --label quay.expires-after=5d --label build-date=2026-07-03T22:18:23Z --label org.opencontainers.image.created=2026-07-03T22:18:23Z --annotation org.opencontainers.image.revision=a80e1575d9576e15f9bc641fa90eaa0b5097ad99 --annotation org.opencontainers.image.source=https://github.com/redhat-appstudio-qe/sample-multi-component --annotation org.opencontainers.image.created=2026-07-03T22:18:23Z --tls-verify=true --no-cache --ulimit nofile=4096:4096 --http-proxy=false -f /tmp/Dockerfile.HCGhNr -t quay.io/redhat-appstudio-qe/build-e2e-oifp/python-component-yisneq:on-pr-a80e1575d9576e15f9bc641fa90eaa0b5097ad99 . STEP 1/10: FROM registry.access.redhat.com/ubi9/python-312-minimal:9.7-1777392261 STEP 2/10: EXPOSE 8081/tcp STEP 3/10: ENV FLASK_PORT=8081 STEP 4/10: WORKDIR /projects STEP 5/10: COPY . . STEP 6/10: RUN if [ -f requirements.txt ]; then pip install -r requirements.txt; elif [ `ls -1q *.txt | wc -l` == 1 ]; then pip install -r *.txt; fi Collecting Flask==2.3.3 (from -r requirements.txt (line 1)) Downloading flask-2.3.3-py3-none-any.whl.metadata (3.6 kB) Collecting Werkzeug>=2.3.7 (from Flask==2.3.3->-r requirements.txt (line 1)) Downloading werkzeug-3.1.8-py3-none-any.whl.metadata (4.0 kB) Collecting Jinja2>=3.1.2 (from Flask==2.3.3->-r requirements.txt (line 1)) Downloading jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) Collecting itsdangerous>=2.1.2 (from Flask==2.3.3->-r requirements.txt (line 1)) Downloading itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB) Collecting click>=8.1.3 (from Flask==2.3.3->-r requirements.txt (line 1)) Downloading click-8.4.2-py3-none-any.whl.metadata (2.6 kB) Collecting blinker>=1.6.2 (from Flask==2.3.3->-r requirements.txt (line 1)) Downloading blinker-1.9.0-py3-none-any.whl.metadata (1.6 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.1.2->Flask==2.3.3->-r requirements.txt (line 1)) Downloading markupsafe-3.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (2.7 kB) Downloading flask-2.3.3-py3-none-any.whl (96 kB) Downloading blinker-1.9.0-py3-none-any.whl (8.5 kB) Downloading click-8.4.2-py3-none-any.whl (119 kB) Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Downloading werkzeug-3.1.8-py3-none-any.whl (226 kB) Downloading markupsafe-3.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (22 kB) Installing collected packages: MarkupSafe, itsdangerous, click, blinker, Werkzeug, Jinja2, Flask Successfully installed Flask-2.3.3 Jinja2-3.1.6 MarkupSafe-3.0.3 Werkzeug-3.1.8 blinker-1.9.0 click-8.4.2 itsdangerous-2.2.0 [notice] A new release of pip is available: 24.2 -> 26.1.2 [notice] To update, run: pip install --upgrade pip STEP 7/10: CMD [ "python", "./app.py" ] STEP 8/10: COPY labels.json /usr/share/buildinfo/labels.json STEP 9/10: COPY labels.json /root/buildinfo/labels.json STEP 10/10: LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="a80e1575d9576e15f9bc641fa90eaa0b5097ad99" "org.opencontainers.image.revision"="a80e1575d9576e15f9bc641fa90eaa0b5097ad99" "org.opencontainers.image.source"="https://github.com/redhat-appstudio-qe/sample-multi-component" "quay.expires-after"="5d" "build-date"="2026-07-03T22:18:23Z" "org.opencontainers.image.created"="2026-07-03T22:18:23Z" COMMIT quay.io/redhat-appstudio-qe/build-e2e-oifp/python-component-yisneq:on-pr-a80e1575d9576e15f9bc641fa90eaa0b5097ad99 --> 97e8c369385e Successfully tagged quay.io/redhat-appstudio-qe/build-e2e-oifp/python-component-yisneq:on-pr-a80e1575d9576e15f9bc641fa90eaa0b5097ad99 97e8c369385e87445d420f474c392b2f13f9971a9c59fb7f0875d0da61ea801d [2026-07-03T22:18:40,265388813+00:00] Unsetting proxy [2026-07-03T22:18:40,267256171+00:00] Add metadata Recording base image digests used registry.access.redhat.com/ubi9/python-312-minimal:9.7-1777392261 registry.access.redhat.com/ubi9/python-312-minimal:9.7-1777392261@sha256:3748c2b2908ade249fc7197f3d357562e18adeb37ce15621bda818fc7e8c0582 Getting image source signatures Copying blob sha256:fe2051b379d69a56c1f1ca24dbb3e6f80afc26adabf3e7de7d735a27421e6ef8 Copying blob sha256:bb24329e281c372fcdf5da3e7b9c0c4615f87f560e91f3e951c851fcaf595968 Copying blob sha256:73dd5047f87493ec5a883a7efcc591fcf9fd17284490e83ae258105607396e34 Copying config sha256:97e8c369385e87445d420f474c392b2f13f9971a9c59fb7f0875d0da61ea801d Writing manifest to image destination [2026-07-03T22:18:46,266902897+00:00] End build