open-horizon-services/service-fledge
Upgrade to Ubuntu 24.04 for image builds
Open
#11 opened on Nov 11, 2025
enhancementgood first issuehacktoberfesthelp wanted
Repository metrics
- Stars
- (2 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Description
Upgrade the codebase to use Ubuntu 24.04 (Noble Numbat) as the base image when building new container images.
Motivation
Ubuntu 24.04 LTS provides:
- Extended support until 2029
- Latest security updates and patches
- Improved performance and stability
- Updated package versions
Tasks
- Update Dockerfile(s) to use Ubuntu 24.04 base image
- Update any Ubuntu version references in documentation
- Test image builds with Ubuntu 24.04
- Verify service functionality with new base image
- Update CI/CD pipelines if needed