File tree Expand file tree Collapse file tree 9 files changed +10
-34
lines changed Expand file tree Collapse file tree 9 files changed +10
-34
lines changed Original file line number Diff line number Diff line change 1
1
github : linuxserver
2
2
open_collective : linuxserver
3
+ custom : ["https://PayPal.Me/nitzo2001/0usd",]
Original file line number Diff line number Diff line change @@ -25,21 +25,11 @@ RUN \
25
25
apk add --no-cache \
26
26
curl \
27
27
libjpeg-turbo \
28
+ p7zip \
28
29
py3-pip \
29
30
python3 \
30
31
sqlite \
31
32
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/ && \
43
33
echo "**** install pyload ****" && \
44
34
if [ -z ${PYLOAD_COMMIT+x} ]; then \
45
35
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 \
25
25
apk add --no-cache \
26
26
curl \
27
27
libjpeg-turbo \
28
+ p7zip \
28
29
py3-pip \
29
30
python3 \
30
31
sqlite \
31
32
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/ && \
43
33
echo "**** install pyload ****" && \
44
34
if [ -z ${PYLOAD_COMMIT+x} ]; then \
45
35
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 \
25
25
apk add --no-cache \
26
26
curl \
27
27
libjpeg-turbo \
28
+ p7zip \
28
29
py3-pip \
29
30
python3 \
30
31
sqlite \
31
32
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/ && \
43
33
echo "**** install pyload ****" && \
44
34
if [ -z ${PYLOAD_COMMIT+x} ]; then \
45
35
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 {
59
59
env. CODE_URL = ' https://github.com/' + env. LS_USER + ' /' + env. LS_REPO + ' /commit/' + env. GIT_COMMIT
60
60
env. DOCKERHUB_LINK = ' https://hub.docker.com/r/' + env. DOCKERHUB_IMAGE + ' /tags/'
61
61
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 '
63
63
}
64
64
script{
65
65
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
237
237
238
238
## Versions
239
239
240
+ * ** 24.01.22:** - Replace unrar with p7zip.
240
241
* ** 24.01.22:** - Initial release.
Original file line number Diff line number Diff line change @@ -27,3 +27,5 @@ repo_vars:
27
27
- CI_DOCKERENV='TZ=US/Pacific'
28
28
- CI_AUTH='user:password'
29
29
- 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: |
50
50
51
51
# changelog
52
52
changelogs :
53
+ - { date: "24.01.22:", desc: "Replace unrar with p7zip." }
53
54
- { 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