File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ pipeline {
2020 EXT_PIP = ' pyload-ng'
2121 BUILD_VERSION_ARG = ' PYLOAD_VERSION'
2222 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 '
2828 DIST_IMAGE = ' alpine'
2929 MULTIARCH = ' true'
3030 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
6565| Tag | Description |
6666| :----: | --- |
6767| latest | Stable releases from pyLoad Next |
68- | development | Releases from pyload Next development branch |
68+ | develop | Releases from pyload Next develop branch |
6969
7070## Application Setup
7171
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ repo_vars:
1010 - EXT_PIP = 'pyload-ng'
1111 - BUILD_VERSION_ARG = 'PYLOAD_VERSION'
1212 - 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 '
1818 - DIST_IMAGE = 'alpine'
1919 - MULTIARCH='true'
2020 - CI='true'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ available_architectures:
1717development_versions : true
1818development_versions_items :
1919 - { 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" }
2121
2222
2323# container parameters
You can’t perform that action at this time.
0 commit comments