Skip to content

Commit

Permalink
Merge pull request jupyterhub#1289 from danielballan/document-rare-pr…
Browse files Browse the repository at this point in the history
…oblem

Suggest quotes around tag.
  • Loading branch information
consideRatio authored May 23, 2019
2 parents 36634b0 + a9f69fa commit 6caee6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/source/repo2docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,11 @@ to configure JupyterHub to build off of this image:
singleuser:
image:
name: <your-image-reference>
tag: <tag>
tag: "<tag>"
If the tag is the first several characters of the SHA and they happen to
all be numerical, you *must* use quotes around the tag as above in order
for the YAML to be parsed correctly.
7. **Tell helm to update JupyterHub to use this configuration.**

Expand Down

0 comments on commit 6caee6f

Please sign in to comment.