mirror of
https://github.com/mikefarah/yq.git
synced 2026-06-30 17:21:42 +00:00
Agent-Logs-Url: https://github.com/mikefarah/yq/sessions/7a8f6690-37fb-42ab-b3dc-0dd23c270fbe Co-authored-by: mikefarah <1151925+mikefarah@users.noreply.github.com>
10 lines
316 B
Docker
10 lines
316 B
Docker
FROM mikefarah/yq:4@sha256:603ebff15eb308a05f1c5b8b7613179cad859aed3ec9fdd04f2ef5d32345950e
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
# github action recommendation is to run as root.
|
|
# https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user
|
|
USER root
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|