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

Changed ID of the default user 'shiny' in rocker/shiny, now 997 instead of 999 #877

Open
akochari opened this issue Nov 20, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@akochari
Copy link

Container image name

rocker/shiny:4.4.2

Container image digest

rocker:shiny:sha256:7746a41c8bdf21a009529d4cc79e89c9b9da7b740cbef651866fdf15089f7616

What operating system are you seeing the problem on?

Linux

System information

Docker version 27.2.1-rd, build cc0ee3e

Bug description

The default user for the rocker/shiny images is shiny and according to the documentation it should have user ID 999. But starting from version 4.4.2 this user has ID 997.
I am guessing this is not intentional since the documentation page has not changed.

How to reproduce this bug?

> docker run --platform linux/amd64 rocker/shiny:4.4.1 id -u shiny
999

> docker run --platform linux/amd64 rocker/shiny:4.4.2 id -u shiny
997
@akochari akochari added the bug Something isn't working label Nov 20, 2024
@eitsupi
Copy link
Member

eitsupi commented Dec 4, 2024

Thanks for pointing this out.
I think it would be worth removing the specific ID numbers from the documentation.

@eitsupi eitsupi added documentation Improvements or additions to documentation and removed bug Something isn't working labels Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants