mirror of
https://github.com/linuxserver/docker-qbittorrent.git
synced 2025-04-24 14:09:01 -04:00
29 lines
767 B
YAML
29 lines
767 B
YAML
---
|
|
|
|
# jenkins variables
|
|
project_name: docker-qbittorrent
|
|
external_type: alpine_repo
|
|
release_type: stable
|
|
release_tag: latest
|
|
ls_branch: master
|
|
repo_vars:
|
|
- CONTAINER_NAME = 'qbittorrent'
|
|
- BUILD_VERSION_ARG = 'QBITTORRENT_VERSION'
|
|
- LS_USER = 'linuxserver'
|
|
- LS_REPO = 'docker-qbittorrent'
|
|
- DOCKERHUB_IMAGE = 'linuxserver/qbittorrent'
|
|
- DEV_DOCKERHUB_IMAGE = 'lsiodev/qbittorrent'
|
|
- PR_DOCKERHUB_IMAGE = 'lspipepr/qbittorrent'
|
|
- DIST_IMAGE = 'alpine'
|
|
- DIST_TAG = 'edge'
|
|
- DIST_REPO = 'http://dl-cdn.alpinelinux.org/alpine/edge/community/'
|
|
- DIST_REPO_PACKAGES = 'qbittorrent-nox'
|
|
- MULTIARCH='true'
|
|
- CI='true'
|
|
- CI_WEB='true'
|
|
- CI_PORT='8080'
|
|
- CI_SSL='false'
|
|
- CI_DELAY='60'
|
|
- CI_DOCKERENV=''
|
|
- CI_AUTH=''
|
|
- CI_WEBPATH=''
|