feat: add plugin code, dockerfile, and docs
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
ARG YQVERSION=4.48.1
|
||||
FROM mikefarah/yq:${YQVERSION}
|
||||
|
||||
COPY --link --chmod=755 YqTransformer.sh /usr/local/bin/YqTransformer.sh
|
||||
USER root
|
||||
RUN apk add --no-cache bash
|
||||
USER 1000
|
||||
ENTRYPOINT ["/usr/local/bin/YqTransformer.sh"]
|
||||
Reference in New Issue
Block a user