File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11github : linuxserver
22open_collective : linuxserver
3+ custom : ["https://PayPal.Me/nitzo2001/0usd",]
Original file line number Diff line number Diff line change @@ -25,21 +25,11 @@ RUN \
2525 apk add --no-cache \
2626 curl \
2727 libjpeg-turbo \
28+ p7zip \
2829 py3-pip \
2930 python3 \
3031 sqlite \
3132 tesseract-ocr && \
32- echo "**** install unrar ****" && \
33- mkdir /tmp/unrar && \
34- curl -o /tmp/unrar.tar.gz \
35- -L "https://www.rarlab.com/rar/unrarsrc-6.1.4.tar.gz" && \
36- tar xf /tmp/unrar.tar.gz -C \
37- /tmp/unrar --strip-components=1 && \
38- cd /tmp/unrar && \
39- make && \
40- make install && \
41- mkdir -p /usr/share/licenses/unrar && \
42- mv license.txt /usr/share/licenses/unrar/ && \
4333 echo "**** install pyload ****" && \
4434 if [ -z ${PYLOAD_COMMIT+x} ]; then \
4535 PYLOAD_COMMIT=$(curl -sX GET "https://api.github.com/repos/pyload/pyload/branches/develop" \
Original file line number Diff line number Diff line change @@ -25,21 +25,11 @@ RUN \
2525 apk add --no-cache \
2626 curl \
2727 libjpeg-turbo \
28+ p7zip \
2829 py3-pip \
2930 python3 \
3031 sqlite \
3132 tesseract-ocr && \
32- echo "**** install unrar ****" && \
33- mkdir /tmp/unrar && \
34- curl -o /tmp/unrar.tar.gz \
35- -L "https://www.rarlab.com/rar/unrarsrc-6.1.4.tar.gz" && \
36- tar xf /tmp/unrar.tar.gz -C \
37- /tmp/unrar --strip-components=1 && \
38- cd /tmp/unrar && \
39- make && \
40- make install && \
41- mkdir -p /usr/share/licenses/unrar && \
42- mv license.txt /usr/share/licenses/unrar/ && \
4333 echo "**** install pyload ****" && \
4434 if [ -z ${PYLOAD_COMMIT+x} ]; then \
4535 PYLOAD_COMMIT=$(curl -sX GET "https://api.github.com/repos/pyload/pyload/branches/develop" \
Original file line number Diff line number Diff line change @@ -25,21 +25,11 @@ RUN \
2525 apk add --no-cache \
2626 curl \
2727 libjpeg-turbo \
28+ p7zip \
2829 py3-pip \
2930 python3 \
3031 sqlite \
3132 tesseract-ocr && \
32- echo "**** install unrar ****" && \
33- mkdir /tmp/unrar && \
34- curl -o /tmp/unrar.tar.gz \
35- -L "https://www.rarlab.com/rar/unrarsrc-6.1.4.tar.gz" && \
36- tar xf /tmp/unrar.tar.gz -C \
37- /tmp/unrar --strip-components=1 && \
38- cd /tmp/unrar && \
39- make && \
40- make install && \
41- mkdir -p /usr/share/licenses/unrar && \
42- mv license.txt /usr/share/licenses/unrar/ && \
4333 echo "**** install pyload ****" && \
4434 if [ -z ${PYLOAD_COMMIT+x} ]; then \
4535 PYLOAD_COMMIT=$(curl -sX GET "https://api.github.com/repos/pyload/pyload/branches/develop" \
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ pipeline {
5959 env. CODE_URL = ' https://github.com/' + env. LS_USER + ' /' + env. LS_REPO + ' /commit/' + env. GIT_COMMIT
6060 env. DOCKERHUB_LINK = ' https://hub.docker.com/r/' + env. DOCKERHUB_IMAGE + ' /tags/'
6161 env. PULL_REQUEST = env. CHANGE_ID
62- env. TEMPLATED_FILES = ' Jenkinsfile README.md LICENSE .editorconfig ./.github/CONTRIBUTING.md ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE/config.yml ./.github/ISSUE_TEMPLATE/issue.bug.md ./.github/ISSUE_TEMPLATE/issue.feature.md ./.github/PULL_REQUEST_TEMPLATE.md ./.github/workflows/external_trigger_scheduler.yml ./.github/workflows/greetings.yml ./.github/workflows/package_trigger_scheduler.yml ./.github/workflows/stale.yml ./.github/workflows/external_trigger.yml ./.github/workflows/package_trigger.yml'
62+ env. TEMPLATED_FILES = ' Jenkinsfile README.md LICENSE .editorconfig ./.github/CONTRIBUTING.md ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE/config.yml ./.github/ISSUE_TEMPLATE/issue.bug.md ./.github/ISSUE_TEMPLATE/issue.feature.md ./.github/PULL_REQUEST_TEMPLATE.md ./.github/workflows/external_trigger_scheduler.yml ./.github/workflows/greetings.yml ./.github/workflows/package_trigger_scheduler.yml ./.github/workflows/stale.yml ./.github/workflows/external_trigger.yml ./.github/workflows/package_trigger.yml ./root/donate.txt '
6363 }
6464 script{
6565 env. LS_RELEASE_NUMBER = sh(
Original file line number Diff line number Diff line change @@ -237,4 +237,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
237237
238238## Versions
239239
240+ * ** 24.01.22:** - Replace unrar with p7zip.
240241* ** 24.01.22:** - Initial release.
Original file line number Diff line number Diff line change @@ -27,3 +27,5 @@ repo_vars:
2727 - CI_DOCKERENV='TZ=US/Pacific'
2828 - CI_AUTH='user:password'
2929 - CI_WEBPATH=''
30+ sponsor_links :
31+ - { name: "pyLoad", url: "https://PayPal.Me/nitzo2001/0usd" }
Original file line number Diff line number Diff line change @@ -50,4 +50,5 @@ app_setup_block: |
5050
5151# changelog
5252changelogs :
53+ - { date: "24.01.22:", desc: "Replace unrar with p7zip." }
5354 - { date: "24.01.22:", desc: "Initial release." }
Original file line number Diff line number Diff line change 1+ pyLoad: https://PayPal.Me/nitzo2001/0usd
You can’t perform that action at this time.
0 commit comments