update endpoint

This commit is contained in:
thelamer 2024-04-25 19:32:15 -07:00
parent 7f6ca9dc97
commit e607daca62
2 changed files with 10 additions and 10 deletions

10
Jenkinsfile vendored
View File

@ -19,11 +19,11 @@ pipeline {
DOCKERHUB_TOKEN=credentials('docker-hub-ci-pat')
BUILD_VERSION_ARG = 'EDGE_VERSION'
LS_USER = 'linuxserver'
LS_REPO = 'docker-edge'
CONTAINER_NAME = 'edge'
DOCKERHUB_IMAGE = 'linuxserver/edge'
DEV_DOCKERHUB_IMAGE = 'lsiodev/edge'
PR_DOCKERHUB_IMAGE = 'lspipepr/edge'
LS_REPO = 'docker-msedge'
CONTAINER_NAME = 'msedge'
DOCKERHUB_IMAGE = 'linuxserver/msedge'
DEV_DOCKERHUB_IMAGE = 'lsiodev/msedge'
PR_DOCKERHUB_IMAGE = 'lspipepr/msedge'
DIST_IMAGE = 'ubuntu'
MULTIARCH = 'false'
CI = 'true'

View File

@ -10,11 +10,11 @@ ls_branch: master
repo_vars:
- BUILD_VERSION_ARG = 'EDGE_VERSION'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-edge'
- CONTAINER_NAME = 'edge'
- DOCKERHUB_IMAGE = 'linuxserver/edge'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/edge'
- PR_DOCKERHUB_IMAGE = 'lspipepr/edge'
- LS_REPO = 'docker-msedge'
- CONTAINER_NAME = 'msedge'
- DOCKERHUB_IMAGE = 'linuxserver/msedge'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/msedge'
- PR_DOCKERHUB_IMAGE = 'lspipepr/msedge'
- DIST_IMAGE = 'ubuntu'
- MULTIARCH = 'false'
- CI = 'true'