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

[BUG] - Docker image jupyter/minimal-notebook:python-3.9.13 install python version 3.10 #1718

Closed
piotr-vimn opened this issue May 31, 2022 · 1 comment
Labels
type:Bug A problem with the definition of one of the docker images maintained here

Comments

@piotr-vimn
Copy link

What docker image(s) are you using?

minimal-notebook

OS system and architecture running docker image

linux/amd64

What Docker command are you running?

n/a

How to Reproduce the problem?

  1. Open https://hub.docker.com/layers/minimal-notebook/jupyter/minimal-notebook/python-3.9.13/images/sha256-702125eb8fb0a6e20d55fc7314fba6421708060e37a7d67dee8bee0a5c1951ca?context=explore
  2. Check line 18 of image layer
ARG PYTHON_VERSION=3.10

Command output

No response

Expected behavior

No response

Actual behavior

On docker default is python 3.10 instead of 3.8

Anything else?

No response

@piotr-vimn piotr-vimn added the type:Bug A problem with the definition of one of the docker images maintained here label May 31, 2022
@mathbunnyru
Copy link
Member

Unfortunately, this is a well-known issue.
Instead of building images on top of freshly built ones, we end up using images from dockerhub.
This makes many things really awkward or in many cases wrong.

#1407

We will definitely address this issue (see #1703), but this is not finished yet, because we don't have self-hosted arm runners (and we actually need them).

For now, I will close this issue, no not have duplicates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:Bug A problem with the definition of one of the docker images maintained here
Projects
None yet
Development

No branches or pull requests

2 participants