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

New sagemath/sagemath images failing #33274

Closed
perllaghu mannequin opened this issue Feb 2, 2022 · 6 comments
Closed

New sagemath/sagemath images failing #33274

perllaghu mannequin opened this issue Feb 2, 2022 · 6 comments

Comments

@perllaghu
Copy link
Mannequin

perllaghu mannequin commented Feb 2, 2022

❯ docker run -it --rm -p 8888:8888 sagemath/sagemath:latest
/usr/bin/sage: no Sage installation found in $SAGE_ROOT=/home/sage/sage
❯ docker run -it --rm -p 8888:8888 sagemath/sagemath:9.4
/usr/bin/sage: no Sage installation found in $SAGE_ROOT=/home/sage/sage
❯ docker run -it --rm -p 8888:8888 sagemath/sagemath:9.3
/usr/bin/sage: no Sage installation found in $SAGE_ROOT=/home/sage/sage
❯ docker run -it --rm -p 8888:8888 sagemath/sagemath:9.1-py3
┌────────────────────────────────────────────────────────────────────┐
│ SageMath version 9.1, Release Date: 2020-05-20                     │
│ Using Python 3.7.3. Type "help()" for help.                        │
└────────────────────────────────────────────────────────────────────┘
sage: 

(The "beta" releases all seem to be OK - 9.3.beta8 good; 9.3 fails)

CC: @videlec @saraedum

Component: docker

Issue created by migration from https://trac.sagemath.org/ticket/33274

@perllaghu perllaghu mannequin added this to the sage-9.6 milestone Feb 2, 2022
@perllaghu perllaghu mannequin added c: docker labels Feb 2, 2022
@perllaghu

This comment has been minimized.

@perllaghu
Copy link
Mannequin Author

perllaghu mannequin commented Feb 2, 2022

comment:2

This actually came to light when a Dockerfile failed:

FROM sagemath/sagemath:9.3
USER root
RUN apt-get update

fails with a "GPG error: http://security.ubuntu.com/ubuntu hirsute-security InRelease: gpgv, gpgv2 or gpgv1 required for verification, but neither seems installed" error

@mkoeppe mkoeppe modified the milestones: sage-9.6, sage-9.7 May 3, 2022
@saraedum
Copy link
Member

comment:5

I tried all the images before I uploaded them, so either something has changed in docker since then or there's something specific about your setup here.

@saraedum
Copy link
Member

comment:6

Just tried again sagemath/sagemath:9.4 and sagemath/sagemath:9.5 both work fine for me.

@mkoeppe
Copy link
Member

mkoeppe commented Aug 15, 2022

comment:7

What changes is that non-LTS distributions such as hirsute and impish get their repositories deleted soon after EOL. Then apt-get update will fail.

@mkoeppe mkoeppe modified the milestones: sage-9.7, sage-9.8 Sep 19, 2022
@mkoeppe mkoeppe removed this from the sage-9.8 milestone Jan 29, 2023
@mkoeppe
Copy link
Member

mkoeppe commented Oct 28, 2023

outdated

@mkoeppe mkoeppe closed this as not planned Won't fix, can't repro, duplicate, stale Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants