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

feat(CSI-309): migrate from Alpine to RedHat UBI9 base image #400

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

sergeyberezansky
Copy link
Collaborator

@sergeyberezansky sergeyberezansky commented Nov 27, 2024

TL;DR

Switch base container image from Alpine to Red Hat UBI 9

What changed?

  • Replaced Alpine Linux base image with Red Hat Universal Base Image (UBI) 9
  • Updated package installation commands from apk to dnf
  • Removed unnecessary packages like nfs-utils, rpcbind, and ca-certificates
  • Added UBI image hash parameter for improved security and consistency

How to test?

  1. Build the container image using the updated Dockerfile
  2. Verify the container starts successfully
  3. Confirm all required binaries and utilities are present and functional
  4. Validate that the CSI driver operates correctly in a Kubernetes environment

Why make this change?

Red Hat UBI provides better enterprise support, security features, and compatibility with OpenShift environments. This change ensures better alignment with enterprise requirements and security standards while maintaining all necessary functionality.

@graphite-app graphite-app bot requested a review from tigrawap November 27, 2024 15:08
Copy link
Collaborator Author

sergeyberezansky commented Nov 27, 2024

Copy link

graphite-app bot commented Nov 27, 2024

Graphite Automations

"Request reviewers once CI passes" took an action on this PR • (11/27/24)

1 reviewer was added to this PR based on Sergey Berezansky's automation.

@sergeyberezansky sergeyberezansky added the enhancement New feature or request label Nov 27, 2024 — with Graphite App
@sergeyberezansky sergeyberezansky added the dependencies Pull requests that update a dependency file label Nov 28, 2024 — with Graphite App
@sergeyberezansky sergeyberezansky merged commit b8da10a into dev Nov 28, 2024
11 of 12 checks passed
@sergeyberezansky sergeyberezansky deleted the sergey/ubi9-support branch November 28, 2024 11:03
@sergeyberezansky sergeyberezansky added field issue Issue coming from field feature and removed enhancement New feature or request labels Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file feature field issue Issue coming from field
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants