mirror of
https://github.com/linuxserver/docker-python.git
synced 2026-02-19 17:24:19 +08:00
fix sed, make alpine320 stable
This commit is contained in:
parent
a820cf25f8
commit
2d8771cb96
@ -96,7 +96,7 @@ RUN \
|
||||
\( \
|
||||
-type d -a \( -name test -o -name tests \) \
|
||||
\) -exec rm -rf '{}' + && \
|
||||
sed -i 's|pythoncompiled|usr/local|' /pythoncompiled/bin/pip /pythoncompiled/bin/pip* /pythoncompiled/bin/wheel && \
|
||||
find /pythoncompiled/bin -type f -not \( -name 'python*' \) -exec sed -i 's|pythoncompiled|usr/local|' '{}' '+' && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
build-dependencies && \
|
||||
|
||||
@ -96,7 +96,7 @@ RUN \
|
||||
\( \
|
||||
-type d -a \( -name test -o -name tests \) \
|
||||
\) -exec rm -rf '{}' + && \
|
||||
sed -i 's|pythoncompiled|usr/local|' /pythoncompiled/bin/pip /pythoncompiled/bin/pip* /pythoncompiled/bin/wheel && \
|
||||
find /pythoncompiled/bin -type f -not \( -name 'python*' \) -exec sed -i 's|pythoncompiled|usr/local|' '{}' '+' && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
build-dependencies && \
|
||||
|
||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -763,7 +763,7 @@ pipeline {
|
||||
"target_commitish": "alpine320",\
|
||||
"name": "'${META_TAG}'",\
|
||||
"body": "**LinuxServer Changes:**\\n\\n'${LS_RELEASE_NOTES}'\\n\\n**Remote Changes:**\\n\\n' > start
|
||||
printf '","draft": false,"prerelease": true}' >> releasebody.json
|
||||
printf '","draft": false,"prerelease": false}' >> releasebody.json
|
||||
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'''
|
||||
}
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# jenkins variables
|
||||
project_name: docker-python
|
||||
external_type: custom_json
|
||||
release_type: prerelease
|
||||
release_type: stable
|
||||
release_tag: alpine320
|
||||
ls_branch: alpine320
|
||||
skip_package_check: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user