1
0
mirror of https://github.com/Luzifer/gen-dockerfile.git synced 2024-09-19 00:12:56 +00:00
Replacement for the bash version of the generator using a proper templating engine
Go to file
Knut Ahlers 88792c4bda
Add parameter to write Dockerfile directly
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-09-12 08:33:40 +02:00
.repo-runner.yaml Add go modules support 2019-09-12 08:33:40 +02:00
gen-dockerfile.tpl Initial version 2018-04-10 13:08:17 +02:00
go.mod Add go modules support 2019-09-12 08:33:40 +02:00
go.sum Add go modules support 2019-09-12 08:33:40 +02:00
History.md prepare release v0.1.0 2018-04-10 13:13:50 +02:00
LICENSE Initial version 2018-04-10 13:08:17 +02:00
main.go Add parameter to write Dockerfile directly 2019-09-12 08:33:40 +02:00
Makefile Add automated building 2018-04-10 13:10:49 +02:00
README.md Initial version 2018-04-10 13:08:17 +02:00

Luzifer / gen-dockerfile

gen-dockerfile is a replacement for the bash version of the generator using a proper templating engine instead of a bash concatenation.