mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-10 00:05:38 +00:00
9 lines
175 B
Docker
9 lines
175 B
Docker
FROM public.ecr.aws/i1i0w6p5/mikefarah/yq:4
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
# this seems to be the default user in github actions
|
|
USER 1001
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|