Skip to content

Commit b260179

Browse files
authored
Quayio py311 ubuntu24 (#648)
* Use Quay.io for python 3.12 * Update Dockerfile * libgl1-mesa-glx is deprecated Using libgl1 and libglx-mesa0 instead (https://askubuntu.com/a/1520333/178692) * Same for the cmti apt * Pip testing.yml with 3.12 * weekly.yml with python 3.12 * change to py11 image * Update testing.yml * change to py311 image
1 parent c7213c6 commit b260179

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
operating-system: [ubuntu-latest]
19-
python-version: ["3.11"]
19+
python-version: ["3.12"]
2020

2121
steps:
2222
- uses: actions/checkout@v2

base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
ARG ROOT_CONTAINER=jupyter/base-notebook:ubuntu-22.04@sha256:0ec801994602a53d3917d0f07ccf4474a1ddf5ae419483b24681a3c42abc4ce5
1+
ARG ROOT_CONTAINER=quay.io/jupyter/base-notebook:b74418220768
22
ARG BASE_CONTAINER=$ROOT_CONTAINER
33
FROM $BASE_CONTAINER
44

5-
MAINTAINER Jan Janssen <janssen@mpie.de>, Muhammad Hassani <hassani@mpie.de>
5+
MAINTAINER Jan Janssen <janssen@mpie.de>, Niklas Siemer <n.siemer@mpi-susmat.de>
66

77
USER root
88

base/apt.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
libgl1-mesa-glx
1+
libgl1
2+
libglx-mesa0
23
patch

mpie_cmti/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG ROOT_IMAGE=jupyter/base-notebook:ubuntu-22.04@sha256:0ec801994602a53d3917d0f07ccf4474a1ddf5ae419483b24681a3c42abc4ce5 AS root_image
1+
ARG ROOT_IMAGE=quay.io/jupyter/base-notebook:b74418220768 AS root_image
22
FROM $ROOT_IMAGE
33

44
MAINTAINER Jan Janssen <janssen@mpie.de>, Marian Bruns <m.bruns@mpie.de>

mpie_cmti/apt.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
libgl1-mesa-glx
1+
libgl1
2+
libglx-mesa0
23
patch

0 commit comments

Comments
 (0)