mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 01:54:04 +00:00
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:
@@ -1,8 +1,8 @@
|
||||
# Copyright (c) Jupyter Development Team.
|
||||
# Distributed under the terms of the Modified BSD License.
|
||||
|
||||
# https://hub.docker.com/r/jupyter/base-notebook/tags
|
||||
ARG REGISTRY=docker.io
|
||||
# https://quay.io/repository/jupyter/base-notebook?tab=tags
|
||||
ARG REGISTRY=quay.io
|
||||
ARG OWNER=jupyter
|
||||
ARG BASE_CONTAINER=$REGISTRY/$OWNER/base-notebook:2023-09-25
|
||||
FROM $BASE_CONTAINER
|
||||
|
Reference in New Issue
Block a user