mirror of
https://github.com/linuxserver/docker-python.git
synced 2026-02-19 17:24:19 +08:00
31 lines
926 B
YAML
31 lines
926 B
YAML
---
|
|
|
|
# jenkins variables
|
|
project_name: docker-python
|
|
external_type: na
|
|
custom_version_command: "curl -sX GET https://api.github.com/repos/python/cpython/tags | jq -r '.[] | select(.name | contains(\"rc\") or contains(\"a\") or contains(\"b\") | not) | .name' | sed 's|^v||g' | sort -rV | head -1"
|
|
release_type: prerelease
|
|
release_tag: alpine320
|
|
ls_branch: alpine320
|
|
skip_package_check: true
|
|
unraid_template_sync: false
|
|
unraid_template: false
|
|
repo_vars:
|
|
- BUILD_VERSION_ARG = 'PYTHON_VERSION'
|
|
- LS_USER = 'linuxserver'
|
|
- LS_REPO = 'docker-python'
|
|
- CONTAINER_NAME='python'
|
|
- DOCKERHUB_IMAGE = 'linuxserver/python'
|
|
- DEV_DOCKERHUB_IMAGE = 'lsiodev/python'
|
|
- PR_DOCKERHUB_IMAGE = 'lspipepr/python'
|
|
- DIST_IMAGE = 'alpine'
|
|
- MULTIARCH='true'
|
|
- CI='false'
|
|
- CI_WEB='false'
|
|
- CI_PORT='8090'
|
|
- CI_SSL='false'
|
|
- CI_DELAY='120'
|
|
- CI_DOCKERENV='TZ=US/Pacific'
|
|
- CI_AUTH='user:password'
|
|
- CI_WEBPATH=''
|