Skip to content

Commit

Permalink
Replace master with HEAD in jupyter/* GitHub URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed May 21, 2021
1 parent 1a72c24 commit 7067b16
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Welcome dear open source colleague! As this is a [Jupyter](https://jupyter.org)
project please start by looking at the [Jupyter contributor
guide](https://jupyter.readthedocs.io/en/latest/contributing/content-contributor.html),
and follow [Project Jupyter's Code of
Conduct](https://github.com/jupyter/governance/blob/master/conduct/code_of_conduct.md)
Conduct](https://github.com/jupyter/governance/blob/HEAD/conduct/code_of_conduct.md)
to help us sustain a warm and welcoming collaborative environment.

If you don't have [git](https://www.git-scm.com/) already, install it and clone
Expand Down
4 changes: 2 additions & 2 deletions doc/source/jupyterhub/customizing/user-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ image containing useful tools and libraries for datascience, complete these step
# You should replace the "latest" tag with a fixed version from:
# https://hub.docker.com/r/jupyter/datascience-notebook/tags/
# Inspect the Dockerfile at:
# https://github.com/jupyter/docker-stacks/tree/master/datascience-notebook/Dockerfile
# https://github.com/jupyter/docker-stacks/tree/HEAD/datascience-notebook/Dockerfile
name: jupyter/datascience-notebook
tag: latest
```
Expand Down Expand Up @@ -109,7 +109,7 @@ FROM jupyter/minimal-notebook:177037d09156
# Get the latest image tag at:
# https://hub.docker.com/r/jupyter/minimal-notebook/tags/
# Inspect the Dockerfile at:
# https://github.com/jupyter/docker-stacks/tree/master/minimal-notebook/Dockerfile
# https://github.com/jupyter/docker-stacks/tree/HEAD/minimal-notebook/Dockerfile

# install additional package...
RUN pip install --no-cache-dir astropy
Expand Down
2 changes: 1 addition & 1 deletion images/singleuser-sample/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM jupyter/base-notebook:cf9a75c29789
# Built from... https://hub.docker.com/r/jupyter/base-notebook/
# https://github.com/jupyter/docker-stacks/blob/master/base-notebook/Dockerfile
# https://github.com/jupyter/docker-stacks/blob/HEAD/base-notebook/Dockerfile
# Built from... Ubuntu 20.04

# VULN_SCAN_TIME=2021-04-13_00:03:33
Expand Down
2 changes: 1 addition & 1 deletion images/singleuser-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This Docker image is the Helm chart's default user image. It contains the
fundamentals only so that it can get pulled quickly. It is based on the
[base-notebook image](https://github.com/jupyter/docker-stacks/blob/master/base-notebook/Dockerfile)
[base-notebook image](https://github.com/jupyter/docker-stacks/blob/HEAD/base-notebook/Dockerfile)
from Project Jupyter's [jupyter/docker-stacks repository](https://github.com/jupyter/docker-stacks)
which also contains many other images suitable for use with the Helm chart. To
help you choose another one see [the docker-stacks documentation on selecting a
Expand Down

0 comments on commit 7067b16

Please sign in to comment.