Slightly smaller docker images generated#383
Merged
pgleeson merged 35 commits intodevelopmentfrom Apr 21, 2026
Merged
Conversation
auto-detect arm platform in build.sh
Add the jupyterlab for compatibility with binder
* test_all: Better run scripts Install x11-xserver-utils Improved run scripts Latest run sh and py Changes from experimental
Ubuntu 24.04 docker images now includes user ubuntu with UID/GID 1000[1], in the dockerfile we are adding user ow with the same uid. This is causing issue when trying to use the dockerfile with devcontainers and it doesn't make any sense to have two different users with same uid so removing the ubuntu user using the instructions from ubuntu bug report[2] for this change. also adding user using useradd instead of manually changing bunch of files and installing sudo package so we don't have to create /etc/sudoers.d manually [1] https://askubuntu.com/questions/1513927/ubuntu-24-04-docker-images-now-includes-user-ubuntu-with-uid-gid-1000 [2] https://bugs.launchpad.net/cloud-images/+bug/2005129/comments/2
Fix the uid conflict in Docker image by removing ubuntu user
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.