Skip to content

Ubuntu Resolute base image contains world-writable /var/lib/pebble/default directory #7054

@lbussell

Description

@lbussell

The ubuntu.azurecr.io:resolute base image ships with /var/lib/pebble/default as a world-writable directory without the sticky bit set. This causes the VerifyInsecureFiles test to fail for all .NET 11.

docker run --rm -u root --entrypoint /bin/sh ubuntu.azurecr.io/ubuntu:resolute -c "find / -xdev -type d \( -perm -0002 -a ! -perm -1000 \)"

Output:

/var/lib/pebble/default

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-externalIssues in external projects or services that affect .NET container images

    Type

    No fields configured for Bug.

    Projects

    Status

    Tracking

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions