https://github.com/dusansimic/shanghai
Build hierarchies of container images
https://github.com/dusansimic/shanghai
containers docker hierarchy podman
Last synced: 2 months ago
JSON representation
Build hierarchies of container images
- Host: GitHub
- URL: https://github.com/dusansimic/shanghai
- Owner: dusansimic
- License: mit
- Created: 2023-05-18T18:19:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T14:44:41.000Z (6 months ago)
- Last Synced: 2025-02-12T05:39:29.243Z (4 months ago)
- Topics: containers, docker, hierarchy, podman
- Language: Go
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shanghai
> Build hierarchies of container images using a simple YAML file
## Usage
Example of the `Shangaifile` and container images could be found in the [example](./example/)
directory.### Build images
```sh
$ shanghai build -i alps
Building 'example.com/alps:latest' ✔
Building 'example.com/alps-py:latest' ✔
Building 'example.com/alps-node:latest' ✔
```## Roadmap
- [x] Build images
- [x] Push images
- [x] GitHub Actions
- [x] Static binaries
- [x] Completion files
- [ ] YAML file schema## License
[MIT](./LICENSE)