Skip to content

typescript-node:22 (at least) has wrong /tmp permissions #1556

Description

@robynrox

Actual:

$ ls -ld /tmp
drwxr-xr-x. 1 root root 892 Sep 18 15:40 /tmp

Expected:

$ ls -ld /tmp
drwxrwxrwt. 1 root root 892 Sep 18 15:40 /tmp

It can be corrected at runtime with sudo chmod 1777 /tmp.

It causes an error when devcontainer.json features contains "ghcr.io/devcontainers/features/java:1": {"version": "21"} at least.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions