Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chown error when using template Code-Quality.gitlab-ci.yml on Podman #1246

Open
sffortytwo opened this issue Jun 3, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@sffortytwo
Copy link

Minimal .gitlab-ci.yml illustrating the issue

---
include:
- template: Code-Quality.gitlab-ci.yml

Error output

❯ gitlab-ci-local
parsing and downloads finished in 63 ms
json schema validated in 162 ms
code_quality starting docker:20.10.12 (test)
Error: Command failed with exit code 1: docker start --attach 3cba56bb563c38c275a0444d99d194c2d421cd67bc4d87b75021f04518df55d9
chown: missing operand
Try 'chown --help' for more information.
    at makeError (/mnt/c/Users/jzaayman/AppData/Roaming/npm/node_modules/gitlab-ci-local/node_modules/execa/lib/error.js:60:11)
    at handlePromise (/mnt/c/Users/jzaayman/AppData/Roaming/npm/node_modules/gitlab-ci-local/node_modules/execa/index.js:118:26)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Job.start (/mnt/c/Users/jzaayman/AppData/Roaming/npm/node_modules/gitlab-ci-local/src/job.ts:479:13)
    at /mnt/c/Users/jzaayman/AppData/Roaming/npm/node_modules/gitlab-ci-local/node_modules/p-map/index.js:57:22

Expected behavior
https://gitlab.lelyonline.com/common/cm/images/-/jobs/12383164

Host information
Ubuntu 22.04.4
gitlab-ci-local 4.50.0

Containerd binary
podman 3.4.4

Additional context
Running Ubuntu under WSL on Windows 10 (19045.4412)

@ANGkeith ANGkeith added the bug Something isn't working label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants