Skip to content

Commit

Permalink
Updated README.md with some details on the UBI based base image
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
  • Loading branch information
l0rd committed Sep 22, 2021
1 parent af18fa4 commit 8cba148
Showing 1 changed file with 65 additions and 2 deletions.
67 changes: 65 additions & 2 deletions README.md
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) |


















0 comments on commit 8cba148

Please sign in to comment.