Skip to content

Upgrade to Ubuntu 24.04. #205

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

Merged
merged 1 commit into from
May 27, 2025
Merged

Upgrade to Ubuntu 24.04. #205

merged 1 commit into from
May 27, 2025

Conversation

YPCrumble
Copy link
Owner

No description provided.

@YPCrumble YPCrumble requested a review from Copilot May 25, 2025 23:10
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates references to Ubuntu 20.04 (“focal”) to Ubuntu 24.04 (“noble”) across the Molecule config, Docker setup, and documentation.

  • Bump Molecule platform name and image_version from focal to noble
  • Adjust Dockerfile header comment to a newer Ubuntu release (though base image remains unchanged)
  • Revise README to list Ubuntu 24.04 LTS and Vagrant box noble64

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
molecule/default/molecule.yml Renamed instance-focal to instance-noble and updated image_version to noble
docker/Dockerfile Changed header comment from “20.04” to “22.04” but base image still uses jammy
README.md Updated “Tested with OS” to include Ubuntu 24.04 and Vagrant box to ubuntu/noble64
Comments suppressed due to low confidence (1)

docker/Dockerfile:2

  • Change the base image tag from ubuntu:jammy (22.04) to ubuntu:noble (24.04) to actually upgrade the container OS.
FROM ubuntu:jammy

Comment on lines +1 to 2
# Use the official Ubuntu 22.04 base image from the Docker repository
FROM ubuntu:jammy
Copy link
Preview

Copilot AI May 25, 2025

Choose a reason for hiding this comment

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

Update this comment to refer to Ubuntu 24.04 LTS (noble) instead of 22.04 to match the PR’s intent.

Suggested change
# Use the official Ubuntu 22.04 base image from the Docker repository
FROM ubuntu:jammy
# Use the official Ubuntu 24.04 LTS (noble) base image from the Docker repository
FROM ubuntu:noble

Copilot uses AI. Check for mistakes.

@YPCrumble YPCrumble merged commit efacdc5 into master May 27, 2025
4 checks passed
@YPCrumble YPCrumble deleted the feature/upgrade-ubuntu-24 branch May 27, 2025 11:56
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.

1 participant