Skip to content
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 base docker image #9415

Merged
merged 1 commit into from
Sep 26, 2022
Merged

Upgrade base docker image #9415

merged 1 commit into from
Sep 26, 2022

Conversation

bmw
Copy link
Member

@bmw bmw commented Sep 22, 2022

This fixes the test failures last night caused by #9412. The problem was our rust version was too old which is fixed by upgrading our Docker images.

I also opened #9414 to try to help avoid problems like this slipping through in the future. I ran a combination of these two PRs testing the problematic builds at https://dev.azure.com/certbot/certbot/_build/results?buildId=5874&view=results.

Copy link
Collaborator

@alexzorin alexzorin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do the Docker images generated by the full test suite end up anywhere?

@alexzorin alexzorin merged commit 758cfb9 into master Sep 26, 2022
@alexzorin alexzorin deleted the upgrade-docker-base branch September 26, 2022 10:36
@bmw
Copy link
Member Author

bmw commented Sep 26, 2022

Docker images created by the full test suite end up as "artifacts" of the CI run that created them, but they're not published anywhere else.

This was referenced Feb 7, 2024
bmw added a commit that referenced this pull request Feb 8, 2024
Fixes #9892 and https://github.com/certbot/certbot/security/dependabot

Upgrading the base docker image has been done in previous PRs like #9415. Doing this was needed because the [newer versions of `cryptography` need a newer version of rust](https://dev.azure.com/certbot/certbot/_build/results?buildId=7451&view=logs&j=fdd3565a-f3c6-5154-eca9-9ae03666f7bd&t=5dbd9851-46a4-524f-73a8-4028241afcde&l=475).

I ran the full test suite on this branch which you can see in the GitHub status checks below. The boulder tests should fail as they're to be fixed by #9889 but everything else should pass.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants