Skip to content

chore(deps): update python docker tag to v3.12.0 #7787

chore(deps): update python docker tag to v3.12.0

chore(deps): update python docker tag to v3.12.0 #7787

Triggered via pull request October 13, 2023 22:46
Status Failure
Total duration 4m 28s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

deploy-hato-bot.yml

on: pull_request
update-dockle
8s
update-dockle
deploy_docker_image
3m 32s
deploy_docker_image
update-version-python-version
0s
update-version-python-version
deploy-complete
2s
deploy-complete
Fit to window
Zoom out
Zoom in

Annotations

2 errors
deploy_docker_image
buildx bake failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update && apt-get install -y --no-install-recommends git gcc libc6-dev libopencv-dev libgl1-mesa-dev libglib2.0-0 curl && curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && apt-get install -y --no-install-recommends nodejs && pip install pipenv==2023.10.3 --no-cache-dir && if [ \"${ENV}\" = 'dev' ]; then pipenv install --system --skip-lock --dev; else pipenv install --system --skip-lock; fi && npm install && pip uninstall -y pipenv virtualenv && apt-get remove -y git gcc libc6-dev && apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists ~/.cache /tmp /root/.npm /usr/src/app/node_modules/re2/.github/actions/*/Dockerfile && find / -type f -perm /u+s -ignore_readdir_race -exec chmod u-s {} \\; && find / -type f -perm /g+s -ignore_readdir_race -exec chmod g-s {} \\; && useradd -l -m -s /bin/bash -N -u \"1000\" \"nonroot\" && chown -R nonroot /usr/src/app" did not complete successfully: exit code: 1
deploy-complete
Process completed with exit code 1.