You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: