Move from Docker Hub to quay.io (#2010)

* Move from Docker Hub to quay.io

* Fix http->https

* Update registry-overviews

* Remove Docker Hub name
This commit is contained in:
Ayaz Salikhov
2023-10-20 22:31:45 +02:00
committed by GitHub
parent 3e04ded3a3
commit 00a6728161
41 changed files with 113 additions and 118 deletions

View File

@@ -1,4 +1,4 @@
FROM docker.io/jupyter/base-notebook
FROM quay.io/jupyter/base-notebook
# Name your environment and choose the python version
ARG env_name=python310