Upgrade docker base ubuntu image to 24.04#790
Conversation
Signed-off-by: Satyam Zode <satyamz@users.noreply.github.com>
There was a problem hiding this comment.
⚠️ Not ready to approve
The Dockerfiles now use Ubuntu 24.04 while still configuring Ubuntu 22.04 (“jammy”) APT repositories, which is likely to break builds or produce mismatched dependencies.
Pull request overview
This PR upgrades the Ubuntu base image used in the project’s Docker build and release images from 22.04 to 24.04, updating the runtime environment for stellar-rpc container images.
Changes:
- Update
cmd/stellar-rpc/docker/Dockerfile.releasebase image toubuntu:24.04. - Update
cmd/stellar-rpc/docker/Dockerfileruntime stage base image toubuntu:24.04.
File summaries
| File | Description |
|---|---|
| cmd/stellar-rpc/docker/Dockerfile.release | Bumps the release container base image to Ubuntu 24.04. |
| cmd/stellar-rpc/docker/Dockerfile | Bumps the runtime stage base image to Ubuntu 24.04. |
Copilot's findings
- Files reviewed: 2/2 changed files
- Comments generated: 2
Note
Your feedback helps us improve the quality of this feature.
Please use 👍 or 👎 to tell us whether this assessment is correct.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 827b7d9012
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Signed-off-by: Satyam Zode <satyamz@users.noreply.github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a60e765e60
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
What
Upgrade docker base ubuntu image to 24.04
Why
We need to upgrade to 24.04 Ubuntu for this project.
Known limitations
NA
Issue:
https://github.com/stellar/ops/issues/4358