Skip to content

Slightly smaller docker images generated#383

Merged
pgleeson merged 35 commits intodevelopmentfrom
experimental
Apr 21, 2026
Merged

Slightly smaller docker images generated#383
pgleeson merged 35 commits intodevelopmentfrom
experimental

Conversation

@pgleeson
Copy link
Copy Markdown
Member

No description provided.

tijszwinkels and others added 30 commits July 5, 2024 11:54
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
pgleeson and others added 5 commits March 24, 2026 09:20
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
@pgleeson pgleeson merged commit a1fb350 into development Apr 21, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants