Skip to content

Conversation

scottyhq
Copy link
Member

No description provided.

Copy link
Contributor

Binder 👈 Try on Mybinder.org!

@weiji14
Copy link
Member

weiji14 commented Jul 30, 2025

Traceback:

 > [linux/amd64 2/6] RUN echo "Creating jovyan user..."     && groupadd --gid 1000 jovyan      && useradd --create-home --gid 1000 --no-log-init --uid 1000 jovyan     && chown -R jovyan:jovyan /srv:
0.050 Creating jovyan user...
0.052 groupadd: GID '1000' already exists

See upstream issues jupyterhub/repo2docker#1346 and jupyterhub/repo2docker#1417 (comment). I had some code to rename /home/ubuntu to /home/jovyan at https://github.com/pangeo-data/pangeo-docker-images/pull/605/files#diff-ea8f984cc4e4b5935cc7f143714f2d9438fd931f16573f0fdef551ecd8108c97, let me apply it here.

weiji14 added 2 commits July 31, 2025 08:57
Ubuntu 24.04 comes with existing 'ubuntu' user (uid: 1000), see jupyterhub/repo2docker#1346. For consistency with previous (Ubuntu 22.04-based) pangeo docker images, rename this 'ubuntu' user to 'jovyan' instead. Code cherry-picked from 3819de6
Copy link
Member

@weiji14 weiji14 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be ok to merge once tests pass.

@@ -67,3 +67,5 @@ The primary use of these Docker images is running on Pangeo Cloud deployments wi
and `2025.01.24` due to a bug in `zarr-python>=3.0.0,<=3.0.7` that may result in
potential data loss, see more details in
https://github.com/pangeo-data/pangeo-docker-images/issues/606
* Since `2025.07.31`, the docker images are using Ubuntu-24.04 (Noble Numbat) instead of
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assuming that we'll make a tag tomorrow (31 Jul 2025). Can update the date if needed.

@weiji14 weiji14 merged commit 5435b7f into master Jul 31, 2025
8 of 9 checks passed
@weiji14 weiji14 deleted the ubuntu-bump branch July 31, 2025 04:08
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