File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ pipeline {
20
20
EXT_PIP = ' pyload-ng'
21
21
BUILD_VERSION_ARG = ' PYLOAD_VERSION'
22
22
LS_USER = ' linuxserver'
23
- LS_REPO = ' docker-pyload'
24
- CONTAINER_NAME = ' pyload'
25
- DOCKERHUB_IMAGE = ' linuxserver/pyload'
26
- DEV_DOCKERHUB_IMAGE = ' lsiodev/pyload'
27
- PR_DOCKERHUB_IMAGE = ' lspipepr/pyload'
23
+ LS_REPO = ' docker-pyload-ng '
24
+ CONTAINER_NAME = ' pyload-ng '
25
+ DOCKERHUB_IMAGE = ' linuxserver/pyload-ng '
26
+ DEV_DOCKERHUB_IMAGE = ' lsiodev/pyload-ng '
27
+ PR_DOCKERHUB_IMAGE = ' lspipepr/pyload-ng '
28
28
DIST_IMAGE = ' alpine'
29
29
MULTIARCH = ' true'
30
30
CI = ' true'
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ This image provides various versions that are available via tags. `latest` tag u
65
65
| Tag | Description |
66
66
| :----: | --- |
67
67
| latest | Stable releases from pyLoad Next |
68
- | development | Releases from pyload Next development branch |
68
+ | develop | Releases from pyload Next develop branch |
69
69
70
70
## Application Setup
71
71
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ repo_vars:
10
10
- EXT_PIP = 'pyload-ng'
11
11
- BUILD_VERSION_ARG = 'PYLOAD_VERSION'
12
12
- LS_USER = 'linuxserver'
13
- - LS_REPO = 'docker-pyload'
14
- - CONTAINER_NAME = 'pyload'
15
- - DOCKERHUB_IMAGE = 'linuxserver/pyload'
16
- - DEV_DOCKERHUB_IMAGE = 'lsiodev/pyload'
17
- - PR_DOCKERHUB_IMAGE = 'lspipepr/pyload'
13
+ - LS_REPO = 'docker-pyload-ng '
14
+ - CONTAINER_NAME = 'pyload-ng '
15
+ - DOCKERHUB_IMAGE = 'linuxserver/pyload-ng '
16
+ - DEV_DOCKERHUB_IMAGE = 'lsiodev/pyload-ng '
17
+ - PR_DOCKERHUB_IMAGE = 'lspipepr/pyload-ng '
18
18
- DIST_IMAGE = 'alpine'
19
19
- MULTIARCH='true'
20
20
- CI='true'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ available_architectures:
17
17
development_versions : true
18
18
development_versions_items :
19
19
- { tag: "latest", desc: "Stable releases from pyLoad Next" }
20
- - { tag: "development ", desc: "Releases from pyload Next development branch" }
20
+ - { tag: "develop ", desc: "Releases from pyload Next develop branch" }
21
21
22
22
23
23
# container parameters
You can’t perform that action at this time.
0 commit comments