Container: step-build INFO: Using mounted CA bundle: /tekton-custom-certs/ca-bundle.crt '/tekton-custom-certs/ca-bundle.crt' -> '/etc/pki/ca-trust/source/anchors/ca-bundle.crt' [2025-09-11T17:01:38,060195928+00:00] Validate context path STEP 1/7: FROM registry.access.redhat.com/ubi9/python-312:latest Trying to pull registry.access.redhat.com/ubi9/python-312:latest... Getting image source signatures Checking if image destination supports signatures Copying blob sha256:1afa39dd1b239cb1e882eec1b1e4579bcb2b4b0481551e8242648175f05134f5 Copying blob sha256:d3cc7dd0729141f3fc64ea3f5d623225b86f29c02caefee54aa160c837b9b68e Copying blob sha256:5421398e4c94a8cf3b8024b51b9d86a177bfc25ab072ea2bd0da5fc28c5b211e Copying blob sha256:f1cb8c857177c7524711e894ec399eb85f7725c36919fe67682aff9ad5fd9802 Copying config sha256:83bdb13228a3325fccef4a6809b8ff65c5692b5ee9a8e57f15d7ed0af36b879a Writing manifest to image destination Storing signatures STEP 2/7: EXPOSE 8081/tcp STEP 3/7: ENV FLASK_PORT=8081 STEP 4/7: WORKDIR /projects STEP 5/7: COPY . . STEP 6/7: 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 blinker==1.9.0 (from -r requirements.txt (line 7)) Downloading blinker-1.9.0-py3-none-any.whl (8.5 kB) Collecting click==8.1.8 (from -r requirements.txt (line 11)) Downloading click-8.1.8-py3-none-any.whl (98 kB) Collecting flask==3.1.0 (from -r requirements.txt (line 15)) Downloading flask-3.1.0-py3-none-any.whl (102 kB) Collecting itsdangerous==2.2.0 (from -r requirements.txt (line 19)) Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) Collecting jinja2==3.1.6 (from -r requirements.txt (line 23)) Downloading jinja2-3.1.6-py3-none-any.whl (134 kB) Collecting markupsafe==3.0.2 (from -r requirements.txt (line 27)) Downloading MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB) Collecting werkzeug==3.1.3 (from -r requirements.txt (line 92)) Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB) Installing collected packages: markupsafe, itsdangerous, click, blinker, werkzeug, jinja2, flask Successfully installed blinker-1.9.0 click-8.1.8 flask-3.1.0 itsdangerous-2.2.0 jinja2-3.1.6 markupsafe-3.0.2 werkzeug-3.1.3 [notice] A new release of pip is available: 24.2 -> 25.2 [notice] To update, run: pip install --upgrade pip STEP 7/7: CMD [ "python", "./app.py" ] COMMIT quay.io/rhtap_qe/rhtap-qe-python:b44109249d0f6af0336b76fdbc010abf82322c92 Getting image source signatures Copying blob sha256:b989f0b527ca3362fbfd6c387a16da6e8f5d56d8d850fd3562b774d8cd84e819 Copying blob sha256:142e9f9476ebeb3e2f585cbdd86770dfb68d28f0cead495f585142ca1ca83961 Copying blob sha256:ccad7ccb8516bfbc90ad2ba9106ff67cc70ebed6ef328904346d481b46077565 Copying blob sha256:18c10bb2c1dd56b3e877c866446c9f4de70b6216d025f561d586d83a5eb8e81c Copying blob sha256:80652f2945bd2de94a550d00cd5d3733024708b2d313c7243f4fd0ba1365c54e Copying config sha256:a463b57c7c3981ec164df48e2299f312375f5e6ca31f52f137dc44ee3f8de23f Writing manifest to image destination --> a463b57c7c39 Successfully tagged quay.io/rhtap_qe/rhtap-qe-python:b44109249d0f6af0336b76fdbc010abf82322c92 a463b57c7c3981ec164df48e2299f312375f5e6ca31f52f137dc44ee3f8de23f Getting image source signatures Copying blob sha256:80652f2945bd2de94a550d00cd5d3733024708b2d313c7243f4fd0ba1365c54e Copying blob sha256:ccad7ccb8516bfbc90ad2ba9106ff67cc70ebed6ef328904346d481b46077565 Copying blob sha256:18c10bb2c1dd56b3e877c866446c9f4de70b6216d025f561d586d83a5eb8e81c Copying blob sha256:b989f0b527ca3362fbfd6c387a16da6e8f5d56d8d850fd3562b774d8cd84e819 Copying blob sha256:142e9f9476ebeb3e2f585cbdd86770dfb68d28f0cead495f585142ca1ca83961 Copying config sha256:a463b57c7c3981ec164df48e2299f312375f5e6ca31f52f137dc44ee3f8de23f Writing manifest to image destination Getting image source signatures Copying blob sha256:80652f2945bd2de94a550d00cd5d3733024708b2d313c7243f4fd0ba1365c54e Copying blob sha256:18c10bb2c1dd56b3e877c866446c9f4de70b6216d025f561d586d83a5eb8e81c Copying blob sha256:b989f0b527ca3362fbfd6c387a16da6e8f5d56d8d850fd3562b774d8cd84e819 Copying blob sha256:ccad7ccb8516bfbc90ad2ba9106ff67cc70ebed6ef328904346d481b46077565 Copying blob sha256:142e9f9476ebeb3e2f585cbdd86770dfb68d28f0cead495f585142ca1ca83961 Copying config sha256:a463b57c7c3981ec164df48e2299f312375f5e6ca31f52f137dc44ee3f8de23f Writing manifest to image destination sha256:a87aa0456be128868c5b0ec0912ed3a44b1c2333f6607b20aa245c500d2468b8quay.io/rhtap_qe/rhtap-qe-python:b44109249d0f6af0336b76fdbc010abf82322c92Getting image source signatures Copying blob sha256:b989f0b527ca3362fbfd6c387a16da6e8f5d56d8d850fd3562b774d8cd84e819 Copying blob sha256:80652f2945bd2de94a550d00cd5d3733024708b2d313c7243f4fd0ba1365c54e Copying blob sha256:ccad7ccb8516bfbc90ad2ba9106ff67cc70ebed6ef328904346d481b46077565 Copying blob sha256:18c10bb2c1dd56b3e877c866446c9f4de70b6216d025f561d586d83a5eb8e81c Copying blob sha256:142e9f9476ebeb3e2f585cbdd86770dfb68d28f0cead495f585142ca1ca83961 Copying config sha256:a463b57c7c3981ec164df48e2299f312375f5e6ca31f52f137dc44ee3f8de23f Writing manifest to image destination