-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated README.md with some details on the UBI based base image
Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
- Loading branch information
Showing
1 changed file
with
65 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,65 @@ | ||
# development-images | ||
Specification of containers images for developers | ||
# Developer Images | ||
|
||
[![Build of UBI 8 based Developer Images](https://github.com/devfile/developer-images/actions/workflows/ubi8-build.yaml/badge.svg)](https://github.com/devfile/developer-images/actions/workflows/ubi8-build.yaml) | ||
|
||
Containers images with tools for developers 👨💻👩💻 | ||
|
||
## Base Images | ||
|
||
- [Red Hat Universal Base Image (UBI)](https://developers.redhat.com/articles/ubi-faq#) based image: [quay.io/base-developer-image:ubi8](https://quay.io/repository/devfile/base-developer-image/) | ||
|
||
| Tool | ubi8 package | | ||
|---------------------|-----------------------| | ||
| `bash` |`bash` | | ||
| `curl` |`curl` | | ||
| `diff` |`diffutils` | | ||
| `emacs` |**`emacs <fedora>`** | | ||
| `fish` |**`fish <fedora>`** | | ||
| `git` |`git` | | ||
| `ip` |`iproute` | | ||
| `jq` |`jq` | | ||
| `htop` |**`htop <fedora>`** | | ||
| `less` |`less` | | ||
| `lsof` |`lsof` | | ||
| `man` |`man` | | ||
| `nano` |`nano` | | ||
| `netcat` |`<not found>` | | ||
| `netstat` |`net-tools` | | ||
| `openssh-client` |`openssh-clients` | | ||
| `ripgrep` |**`ripgrep <fedora>`** | | ||
| `rsync` |`rsync` | | ||
| `scp` |`openssh-clients` | | ||
| `screen` |`<not found>` | | ||
| `sed` |`sed` | | ||
| `socat` |`socat` | | ||
| `sudo` |`sudo` | | ||
| `ss` |`<not found>` | | ||
| `ssl-cert` |`<not found>` | | ||
| `tail` |`<built in>` | | ||
| `tar` |`tar` | | ||
| `time` |`time` | | ||
| `tldr` |`<not found>` | | ||
| `tmux` |**`tmux <fedora>`** | | ||
| `vim` |`vim` | | ||
| `wget` |`wget` | | ||
| `zip` |`zip` | | ||
| `zsh` |**`zsh <fedora>`** | | ||
| **TOTAL SIZE** | **1.04GB** (364.4MB compressed) | | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|