Skip to content

Commit

Permalink
Update README.md with instructions to test the images
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 23, 2021
1 parent 6b80437 commit 81403f3
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@ 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-latest](https://quay.io/repository/devfile/base-developer-image/)
### [Red Hat Universal Base Image (UBI)](https://developers.redhat.com/articles/ubi-faq#) based image ([quay.io/devfile/base-developer-image:ubi8-latest](https://quay.io/repository/devfile/base-developer-image/))

Run the following command to test it with docker

```bash
docker run -ti --rm \
--entrypoint=bash \
quay.io/devfile/base-developer-image:ubi8-latest
```
### Tools included in the images

| Tool | ubi8 based imate |
|---------------------|-------------------------------------|
Expand Down Expand Up @@ -50,7 +59,16 @@ Containers images with tools for developers πŸ‘¨β€πŸ’»πŸ‘©β€πŸ’»

## Universal Images

- [Red Hat Universal Base Image (UBI)](https://developers.redhat.com/articles/ubi-faq#) based image: [quay.io/universal-developer-image:ubi8-latest](https://quay.io/repository/devfile/universal-developer-image/)
### [Red Hat Universal Base Image (UBI)](https://developers.redhat.com/articles/ubi-faq#) based image ([quay.io/devfile/universal-developer-image:ubi8-latest](https://quay.io/repository/devfile/universal-developer-image/))

Run the following command to test it with docker

```bash
docker run -ti --rm \
--entrypoint=bash \
quay.io/devfile/universal-developer-image:ubi8-latest
```


| Tool or language | ubi8 based image |
|---------------------|-------------------------------------|
Expand Down

0 comments on commit 81403f3

Please sign in to comment.