mirror of
https://github.com/linuxserver/docker-python.git
synced 2026-02-19 17:24:19 +08:00
Compare commits
2 Commits
alpine321
...
alpine320-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4ae11e8305 | ||
|
|
0923673c5f |
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -826,7 +826,7 @@ pipeline {
|
|||||||
"target_commitish": "alpine320",\
|
"target_commitish": "alpine320",\
|
||||||
"name": "'${META_TAG}'",\
|
"name": "'${META_TAG}'",\
|
||||||
"body": "**CI Report:**\\n\\n'${CI_URL:-N/A}'\\n\\n**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**Remote Changes:**\\n\\n' > start
|
"body": "**CI Report:**\\n\\n'${CI_URL:-N/A}'\\n\\n**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**Remote Changes:**\\n\\n' > start
|
||||||
printf '","draft": false,"prerelease": false}' >> releasebody.json
|
printf '","draft": false,"prerelease": true}' >> releasebody.json
|
||||||
paste -d'\\0' start releasebody.json > releasebody.json.done
|
paste -d'\\0' start releasebody.json > releasebody.json.done
|
||||||
curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST https://api.github.com/repos/${LS_USER}/${LS_REPO}/releases -d @releasebody.json.done'''
|
curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST https://api.github.com/repos/${LS_USER}/${LS_REPO}/releases -d @releasebody.json.done'''
|
||||||
}
|
}
|
||||||
|
|||||||
@ -44,5 +44,6 @@ This image only contains the compiled python files for Alpine, and is meant to b
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **05.12.24:** - Release `alpine321` tag.
|
||||||
* **07.06.24:** - Release `alpine320` tag.
|
* **07.06.24:** - Release `alpine320` tag.
|
||||||
* **07.03.24:** - Initial release.
|
* **07.03.24:** - Initial release.
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
project_name: docker-python
|
project_name: docker-python
|
||||||
external_type: na
|
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"
|
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_type: prerelease
|
||||||
release_tag: alpine320
|
release_tag: alpine320
|
||||||
ls_branch: alpine320
|
ls_branch: alpine320
|
||||||
skip_package_check: true
|
skip_package_check: true
|
||||||
|
|||||||
@ -47,5 +47,6 @@ full_custom_readme: |
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **05.12.24:** - Release `alpine321` tag.
|
||||||
* **07.06.24:** - Release `alpine320` tag.
|
* **07.06.24:** - Release `alpine320` tag.
|
||||||
* **07.03.24:** - Initial release.
|
* **07.03.24:** - Initial release.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user