atomist-skills / yamllint-skill

Atomist Skill to find problems in your Yaml files
Apache License 2.0
0 stars 0 forks source link

yamllint fails to find module when running under gVisor #6

Closed ddgenome closed 3 years ago

ddgenome commented 3 years ago

When running in a container under gVisor, the yamllint script is unable to locate the yamllint module:

Traceback (most recent call last):
  File "/usr/local/bin/yamllint", line 5, in <module>
    from yamllint.cli import run
ModuleNotFoundError: No module named 'yamllint'
ddgenome commented 3 years ago

Hopefully this https://github.com/atomist-skills/yamllint-skill/commit/abda842a5da8b1be453beb24301dc1782cfdb20f fixes it.

ddgenome commented 3 years ago

This seems related https://github.com/google/gvisor/issues/2295

ddgenome commented 3 years ago

Looks good.