8000 feat: add Red Hat UBI9 minimal base image by blink-so[bot] · Pull Request #298 · coder/images · GitHub
[go: up one dir, main page]

Skip to content

feat: add Red Hat UBI9 minimal base image #298

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: format README.md with dprint
- Add required blank lines after headings
- Fixes CI formatting check failure
  • Loading branch information
Blink committed Jun 4, 2025
commit f9d25f55d81e2ac19c3e3f5ab83a3989399d50c3
4 changes: 4 additions & 0 deletions images/redhat-ubi9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ A minimal base image based on Red Hat Universal Base Image 9 (UBI9) for use with
## Features

### Base Operating System

- **Red Hat UBI9**: Enterprise-grade, security-focused base image
- **Enterprise Ready**: Red Hat supported with regular security updates
- **Compliance**: Meets enterprise security and compliance requirements
Expand All @@ -17,13 +18,15 @@ A minimal base image based on Red Hat Universal Base Image 9 (UBI9) for use with
### Included Tools

#### Essential Development Tools

- **Development Tools**: GCC, make, and essential build tools
- **Docker CE**: Container development and deployment
- **Git**: Version control
- **Python 3**: System Python with pip
- **Bash**: Default shell

#### System Utilities

- **curl/wget**: HTTP clients
- **jq**: JSON processing
- **htop**: Process monitoring
Expand Down Expand Up @@ -121,6 +124,7 @@ This base image is ideal for:
## Support

For issues related to:

- **This image**: Open an issue in the [coder/images](https://github.com/coder/images) repository
- **Coder platform**: Visit [coder.com/docs](https://coder.com/docs)
- **Red Hat UBI9**: Check [Red Hat documentation](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9)
Expand Down
0