Baleia is a template engine used to manage Docker images templates repositories. The project is based on three philosophies KISS, DRY and YAGNI.
Baleia is available on Linux, OSX and Windows platforms.
-
Binaries for Mac OS, Linux and Windows are available as tarballs in the release page.
-
Via Homebrew (Mac OS) or LinuxBrew (Linux)
brew tap JulienBreux/baleia brew install baleia
-
Building from source Baleia was built using go 1.12 or above. In order to build Baleia from source you must:
-
Clone this repository
-
Enable Go module via env var
GO111MODULE=on
-
Add the following command in your go.mod file
replace ( github.com/JulienBreux/baleia => CLONED_GIT_REPOSITORY )
-
Build and run the executable
go run main.go
-
Use it
./baleia
-
- Email: [email protected]
- GitHub: @JulienBreux
- Twitter: @JulienBreux
You can download Julien Breux's public key to verify the signature.
gpg --keyserver hkps://hkps.pool.sks-keyservers.net --recv-keys 0BD023FA