mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-11 01:09:54 +00:00
By default, yq user created in Docker image will have UID 1000. However, the mounted volume will keep their existing UID:GID inside the container, and will cause permissoin error when they don't belong to the same UID:GID that yq belong to. This commit fixes yq's permission before building. |
||
|---|---|---|
| .. | ||
| acceptance.sh | ||
| bump-version.sh | ||
| check.sh | ||
| copy-docs.sh | ||
| coverage.sh | ||
| devtools.sh | ||
| extract-checksum.sh | ||
| format.sh | ||
| generate-man-page-md.sh | ||
| generate-man-page.sh | ||
| install-man-page.sh | ||
| release-deb.sh | ||
| secure.sh | ||
| setup.sh | ||
| shunit2 | ||
| test-docker.sh | ||
| test.sh | ||
| xcompile.sh | ||