mirror of
https://github.com/Luzifer/hetzner-alpine-k8s.git
synced 2024-12-21 02:11:19 +00:00
Switch to go-yq
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
c71c4b623a
commit
7332db9f8a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ export DOCKER_BUILDKIT:=1
|
||||||
default:
|
default:
|
||||||
|
|
||||||
config.json:
|
config.json:
|
||||||
yq -S . config.yaml >config.json
|
yq -ojson . config.yaml | jq -S . >config.json
|
||||||
|
|
||||||
create-snapshot: docker-build config.json
|
create-snapshot: docker-build config.json
|
||||||
envrun -- docker run --rm -i \
|
envrun -- docker run --rm -i \
|
||||||
|
|
Loading…
Reference in a new issue