https://github.com/ohmyzsh/docker
Oh My Zsh docker images
https://github.com/ohmyzsh/docker
docker docker-image dockerfile dockerfiles ohmyzsh zsh
Last synced: 3 months ago
JSON representation
Oh My Zsh docker images
- Host: GitHub
- URL: https://github.com/ohmyzsh/docker
- Owner: ohmyzsh
- License: mit
- Created: 2021-06-10T10:48:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T14:49:12.000Z (about 1 year ago)
- Last Synced: 2025-06-05T12:41:39.601Z (4 months ago)
- Topics: docker, docker-image, dockerfile, dockerfiles, ohmyzsh, zsh
- Language: Dockerfile
- Size: 36.1 KB
- Stars: 18
- Watchers: 5
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Oh My Zsh docker images
[](https://github.com/ohmyzsh/docker/actions/workflows/main.yml)
This repository holds the Dockerfile files for the various docker images hosted in the
[ohmyzsh organization at Docker Hub](https://hub.docker.com/u/ohmyzsh).The code structure is as follows: each top-level folder with a `Dockerfile` file is named after
the image that will be created (e.g. `zsh` folder for [ohmyzsh/zsh](https://hub.docker.com/r/ohmyzsh/zsh)
image).Inside this folder there needs to be:
- `Dockerfile` for building the Docker image. See [`ohmyzsh/ohmyzsh`](ohmyzsh/Dockerfile) for
an example of how to set it up, including metadata `LABEL`s.- `README.md` which provides information regarding the Docker image. If the image has a README.md
file, this will be used to automatically update the README in Docker Hub.There also needs to be a separate build job for each image in the [`.github/workflows/main.yml`](https://github.com/ohmyzsh/docker/actions/workflows/main.yml) file.