mirror of
https://gitee.com/mirrors_adrian-thurston/yq.git
synced 2026-01-14 23:43:38 +08:00
9 lines
151 B
Docker
9 lines
151 B
Docker
FROM mikefarah/yq:4
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
# this seems to be the default user in github actions
|
|
USER 1001
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|