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 image #666

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Upgrade base image #666

wants to merge 4 commits into from

Conversation

Taepper
Copy link
Collaborator

@Taepper Taepper commented Dec 18, 2024

resolves #663

Summary

The base image was still at ubuntu:22.04. Upgrading this gives us access to a newer compiler version

PR Checklist

- [ ] All necessary documentation has been adapted or there is an issue to do so.
- [ ] The implemented feature is covered by an appropriate test.

Copy link
Contributor

github-actions bot commented Dec 18, 2024

This is a preview of the changelog of the next release. If this branch is not up-to-date with the current main branch, the changelog may not be accurate. Rebase your branch on the main branch to get the most accurate changelog.

Note that this might contain changes that are on main, but not yet released.

Changelog:

0.5.1 (2025-01-08)

Features

  • update base image to ubuntu:24.04 (bcb4a21)

Bug Fixes

  • correctly specify and copy the conanprofile for arm architectures (a8e0007)
  • install conan with pipx instead of pip (1522497)
  • return an error if reserved value INT32_MIN is used in filter (042646b)

@Taepper
Copy link
Collaborator Author

Taepper commented Jan 6, 2025

Installing conan with pipx works seamlessly, however it is installed under ~/. local/bin, which is not in $PATH by default. Running the recommended pipx ensurepath would add it to $PATH but a new shell would need to be started, which we would need to do from the Dockerfile itself? For now I specify the full path to the conan binary instead.

@Taepper Taepper force-pushed the 663-upgrade-base-image branch 2 times, most recently from ed1a357 to 2820237 Compare January 8, 2025 07:20
@Taepper Taepper force-pushed the 663-upgrade-base-image branch from 2aaf721 to d963308 Compare January 8, 2025 14:03
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.

Update base-image version to ubuntu:24.04
1 participant