-
Notifications
You must be signed in to change notification settings - Fork 146
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
Upgrade from Buster to Bullseye Docker images #607
Conversation
12223cc
to
16740f2
Compare
Don't merge it before I update the |
16740f2
to
19df4d5
Compare
it should be good but I think the previous intermediate image hasn't been pushed so this one if failing. Maybe the github action is not triggering push well ? |
Indeed the github action skipped the build and push part on merge 😒 , will do a PR to fix that behavior and then build those containers. |
19df4d5
to
5ff0c79
Compare
/version patch |
Signed-off-by: jbpaux <9682558+jbpaux@users.noreply.github.com>
Signed-off-by: jbpaux <9682558+jbpaux@users.noreply.github.com>
6fc1bdb
to
b0b9dbd
Compare
Feel free to update version and merge :) |
/version patch |
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
What this PR does / why we need it:
Upgrade container images to Bullseye (with the exception of the intermediate opencv container image)
Part of #606
Special notes for your reviewer:
I'll have a look if doc need to be updated.
If applicable:
cargo fmt
)cargo build
)cargo clippy
)cargo test
)cargo doc
)