Skip to content

fix: docker build fails installing git #426

fix: docker build fails installing git

fix: docker build fails installing git #426

Re-run triggered June 15, 2023 07:58
Status Failure
Total duration 52s
Artifacts

pr.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 error
commitlint
You have commit messages with errors ⧗ input: fix: docker build fails installing git git was installed from bullseye-backports, but base image is referencing latest python:3.10 since bookworm was recently released, this now points at bookworm and installing the backport of git is actually trying to downgrade, resulting in this error: > E: Packages were downgraded and -y was used without --allow-downgrades. > ERROR: failed to solve: process "/bin/sh -c echo \"deb http://deb.debian.org/debian bullseye-backports main\" >> /etc/apt/sources.list; apt-get update; apt-get install -y git/bullseye-backports" did not complete successfully: exit code: 100 ✖ body's lines must not be longer than 100 characters [body-max-line-length] ✖ found 1 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint