File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 35
35
36
36
37
37
38
- # Note that `ROOT_IMAGE` and `PYTHON_VERSION` arguments are only applicable to `docker-stacks-foundation` image
38
+ # Note that `ROOT_IMAGE` and `PYTHON_VERSION` arguments are only applicable to the `docker-stacks-foundation` image
39
39
build/% : DOCKER_BUILD_ARGS?=
40
40
build/% : ROOT_IMAGE?=ubuntu:24.04
41
41
build/% : PYTHON_VERSION?=3.12
@@ -71,7 +71,7 @@ cont-clean-all: cont-stop-all cont-rm-all ## clean all containers (stop + rm)
71
71
72
72
docs : # # build HTML documentation
73
73
sphinx-build -W --keep-going --color docs/ docs/_build/
74
- linkcheck-docs : # # check broken links
74
+ linkcheck-docs : # # check for broken links
75
75
sphinx-build -W --keep-going --color -b linkcheck docs/ docs/_build/
76
76
77
77
Original file line number Diff line number Diff line change @@ -52,8 +52,7 @@ When there's a new stack definition, check before merging the PR:
52
52
1 . PR includes an update to the stack overview diagram
53
53
[ in the documentation] ( ../using/selecting.md#image-relationships ) .
54
54
The image links to the [ blockdiag source] ( http://interactive.blockdiag.com/ ) used to create it.
55
- 2 . PR updates the [ Makefile] ( https://github.com/jupyter/docker-stacks/blob/main/Makefile ) ,
56
- which is used to build the stacks in order on GitHub Actions.
55
+ 2 . PR updates the [ Makefile] ( https://github.com/jupyter/docker-stacks/blob/main/Makefile ) .
57
56
3 . Necessary Tagger(s)/Manifest(s) are added for the new image
58
57
in the [ tagging] ( https://github.com/jupyter/docker-stacks/tree/main/tagging ) folder.
59
58
4 . A new repository is created in the ` jupyter ` organization in the Registry,
You can’t perform that action at this time.
0 commit comments