--- # 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: stable release_tag: alpine322 ls_branch: alpine322 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=''