yj 0.7.9

Command line tool that converts YAML to JSON
1
2
3
4
5
FROM scratch

ADD https://github.com/bruceadams/yj/releases/download/$SOURCE_BRANCH/yj.linux /yj

ENTRYPOINT [ "/yj" ]