https://github.com/emersion/bakah
Build Bake files using Buildah
https://github.com/emersion/bakah
Last synced: about 1 year ago
JSON representation
Build Bake files using Buildah
- Host: GitHub
- URL: https://github.com/emersion/bakah
- Owner: emersion
- License: mit
- Created: 2025-02-22T12:31:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-17T18:54:33.000Z (about 1 year ago)
- Last Synced: 2025-05-06T15:18:19.590Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 83 KB
- Stars: 16
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bakah
Build [Bake] files using [Buildah].
## Usage
bakah can be used to build JSON Bake files:
bakah docker-bake.json
bakah can also be used to build Docker Compose projects:
docker compose build --print 2>&1 | bakah -f -
## License
MIT
[Bake]: https://docs.docker.com/build/bake/introduction/
[Buildah]: https://buildah.io/