Rename master->main in all the source code

This commit is contained in:
Ayaz Salikhov
2022-07-07 14:51:09 +04:00
parent f60eda163f
commit d42a0b8ffa
18 changed files with 47 additions and 53 deletions

View File

@@ -31,7 +31,7 @@ As an example of how S2I can be used to create a custom image with a bundled set
```bash
s2i build \
--scripts-url https://raw.githubusercontent.com/jupyter/docker-stacks/master/examples/source-to-image \
--scripts-url https://raw.githubusercontent.com/jupyter/docker-stacks/main/examples/source-to-image \
--context-dir docs/source/examples/Notebook \
https://github.com/jupyter/notebook \
jupyter/minimal-notebook:latest \
@@ -127,7 +127,7 @@ Templates are provided for using the S2I build mechanism with the scripts in thi
To load the templates run:
```bash
oc create -f https://raw.githubusercontent.com/jupyter/docker-stacks/master/examples/source-to-image/templates.json
oc create -f https://raw.githubusercontent.com/jupyter/docker-stacks/main/examples/source-to-image/templates.json
```
This will create the templates:

View File

@@ -27,7 +27,7 @@
},
{
"name": "BUILDER_SCRIPTS",
"value": "https://raw.githubusercontent.com/jupyter/docker-stacks/master/examples/source-to-image",
"value": "https://raw.githubusercontent.com/jupyter/docker-stacks/main/examples/source-to-image",
"required": true
},
{
@@ -37,7 +37,7 @@
},
{
"name": "GIT_REFERENCE",
"value": "master",
"value": "main",
"required": true
},
{
@@ -130,7 +130,7 @@
},
{
"name": "BUILDER_SCRIPTS",
"value": "https://raw.githubusercontent.com/jupyter/docker-stacks/master/examples/source-to-image",
"value": "https://raw.githubusercontent.com/jupyter/docker-stacks/main/examples/source-to-image",
"required": true
},
{
@@ -140,7 +140,7 @@
},
{
"name": "GIT_REFERENCE",
"value": "master",
"value": "main",
"required": true
},
{