Code Monkey home page Code Monkey logo

Comments (7)

r10r avatar r10r commented on August 16, 2024

There is a nice writeup for podman explaining the UID/GID limit https://www.redhat.com/sysadmin/rootless-podman

from busybox.

yosifkit avatar yosifkit commented on August 16, 2024

We just use etc/passwd provided by busybox buildroot upstream. Here is the commit where they chose 65534: https://git.busybox.net/buildroot/commit/?id=9c67af2c524ad2b6585af2f5e43f76dacd7cc109.

Running containers via a rootless daemon is still very new and rough, so I don't think it is something we should use to patch upstream source.

from busybox.

tianon avatar tianon commented on August 16, 2024

Agreed -- this was definitely an intentional choice by busybox/buildroot upstream. I'd suggest the best fix is probably modifying your host's configuration to provide a larger range for your rootless containers.

from busybox.

r10r avatar r10r commented on August 16, 2024

@yosifkit Thanks for the pointer.

I'd suggest the best fix is probably modifying your host's configuration to provide a larger range for your rootless containers.

@tianon You're right - I tried - but until now I didn't succeed :(

But maybe it's interesting that other images just work fine, because they either use / or a non-existing directory as home for nobody.

docker.io/library/archlinux:latest: nobody:x:65534:65534:Nobody:/:/usr/bin/nologin

docker.io/library/alpine:latest: nobody:x:65534:65534:nobody:/:/sbin/nologin

docker.io/library/ubuntu:latest: nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin

from busybox.

yosifkit avatar yosifkit commented on August 16, 2024

So it seems that the issue will come up in all those images if the nobody user or group ever has ownership of a file or folder.

from busybox.

r10r avatar r10r commented on August 16, 2024

Right. But I really wonder why an image should contain any files with nobody as owner at all ?

I'm quite new to rootless containers, so maybe someone more experienced should take a look at this.

from busybox.

r10r avatar r10r commented on August 16, 2024

@thisguy726 Why did you reference this issue ?

from busybox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.