Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Commit 8ea2082

Browse files
committed
cleanup endpoint and remove 5.10 branch to avoid collision
1 parent a47c202 commit 8ea2082

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

Jenkinsfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ pipeline {
1212
GITHUB_TOKEN=credentials('498b4638-2d02-4ce5-832d-8a57d01d97ab')
1313
BUILD_VERSION_ARG = 'UNIFI_VERSION'
1414
LS_USER = 'linuxserver'
15-
LS_REPO = 'docker-unifi'
16-
CONTAINER_NAME = 'unifi'
17-
DOCKERHUB_IMAGE = 'linuxserver/unifi'
18-
DEV_DOCKERHUB_IMAGE = 'lsiodev/unifi'
19-
PR_DOCKERHUB_IMAGE = 'lspipepr/unifi'
15+
LS_REPO = 'docker-unifi-controller'
16+
CONTAINER_NAME = 'unifi-controller'
17+
DOCKERHUB_IMAGE = 'linuxserver/unifi-controller'
18+
DEV_DOCKERHUB_IMAGE = 'lsiodev/unifi-controller'
19+
PR_DOCKERHUB_IMAGE = 'lspipepr/unifi-controller'
2020
DIST_IMAGE = 'ubuntu'
2121
MULTIARCH='true'
2222
CI='true'

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ Add one of the tags, if required, to the linuxserver/unifi line of the run/creat
4545

4646
+ **latest** : releases from the latest stable branch.
4747
+ **LTS** : releases from the 5.6.x "LTS Stable" branch.
48-
+ **5.10** : releases from the 5.10.x branch.
4948
+ **5.9** : releases from the 5.9.x branch.
5049
+ **5.8** : releases from the 5.8.x branch.
5150
+ **5.7** : releases from the 5.7.x branch.

jenkins-vars.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
# jenkins variables
4-
project_name: docker-unifi
4+
project_name: docker-unifi-controller
55
external_type: na
66
custom_version_command: "curl -sX GET http://dl-origin.ubnt.com/unifi/debian/dists/unifi-5.8/ubiquiti/binary-amd64/Packages |grep -A 7 -m 1 'Package: unifi' | awk -F ': ' '/Version/{print $2;exit}' | awk -F '-' '{print $1}'"
77
release_type: prerelease
@@ -10,11 +10,11 @@ ls_branch: 5.8
1010
repo_vars:
1111
- BUILD_VERSION_ARG = 'UNIFI_VERSION'
1212
- LS_USER = 'linuxserver'
13-
- LS_REPO = 'docker-unifi'
14-
- CONTAINER_NAME = 'unifi'
15-
- DOCKERHUB_IMAGE = 'linuxserver/unifi'
16-
- DEV_DOCKERHUB_IMAGE = 'lsiodev/unifi'
17-
- PR_DOCKERHUB_IMAGE = 'lspipepr/unifi'
13+
- LS_REPO = 'docker-unifi-controller'
14+
- CONTAINER_NAME = 'unifi-controller'
15+
- DOCKERHUB_IMAGE = 'linuxserver/unifi-controller'
16+
- DEV_DOCKERHUB_IMAGE = 'lsiodev/unifi-controller'
17+
- PR_DOCKERHUB_IMAGE = 'lspipepr/unifi-controller'
1818
- DIST_IMAGE = 'ubuntu'
1919
- MULTIARCH='true'
2020
- CI='true'

readme-vars.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ full_custom_readme: |
5151
5252
+ **latest** : releases from the latest stable branch.
5353
+ **LTS** : releases from the 5.6.x "LTS Stable" branch.
54-
+ **5.10** : releases from the 5.10.x branch.
5554
+ **5.9** : releases from the 5.9.x branch.
5655
+ **5.8** : releases from the 5.8.x branch.
5756
+ **5.7** : releases from the 5.7.x branch.

0 commit comments

Comments
 (0)