Skip to content

Commit 942a01a

Browse files
authored
Merge pull request #3 from linuxserver/p7zip
replace unrar with p7zip
2 parents b306349 + 2bbdd6c commit 942a01a

File tree

9 files changed

+10
-34
lines changed

9 files changed

+10
-34
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
github: linuxserver
22
open_collective: linuxserver
3+
custom: ["https://PayPal.Me/nitzo2001/0usd",]

Dockerfile

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,11 @@ RUN \
2424
apk add --no-cache \
2525
curl \
2626
libjpeg-turbo \
27+
p7zip \
2728
py3-pip \
2829
python3 \
2930
sqlite \
3031
tesseract-ocr && \
31-
echo "**** install unrar ****" && \
32-
mkdir /tmp/unrar && \
33-
curl -o /tmp/unrar.tar.gz \
34-
-L "https://www.rarlab.com/rar/unrarsrc-6.1.4.tar.gz" && \
35-
tar xf /tmp/unrar.tar.gz -C \
36-
/tmp/unrar --strip-components=1 && \
37-
cd /tmp/unrar && \
38-
make && \
39-
make install && \
40-
mkdir -p /usr/share/licenses/unrar && \
41-
mv license.txt /usr/share/licenses/unrar/ && \
4232
echo "**** install pyload ****" && \
4333
if [ -z ${PYLOAD_VERSION+x} ]; then \
4434
PYLOAD="pyload-ng[all]"; \

Dockerfile.aarch64

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,11 @@ RUN \
2424
apk add --no-cache \
2525
curl \
2626
libjpeg-turbo \
27+
p7zip \
2728
py3-pip \
2829
python3 \
2930
sqlite \
3031
tesseract-ocr && \
31-
echo "**** install unrar ****" && \
32-
mkdir /tmp/unrar && \
33-
curl -o /tmp/unrar.tar.gz \
34-
-L "https://www.rarlab.com/rar/unrarsrc-6.1.4.tar.gz" && \
35-
tar xf /tmp/unrar.tar.gz -C \
36-
/tmp/unrar --strip-components=1 && \
37-
cd /tmp/unrar && \
38-
make && \
39-
make install && \
40-
mkdir -p /usr/share/licenses/unrar && \
41-
mv license.txt /usr/share/licenses/unrar/ && \
4232
echo "**** install pyload ****" && \
4333
if [ -z ${PYLOAD_VERSION+x} ]; then \
4434
PYLOAD="pyload-ng[all]"; \

Dockerfile.armhf

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,11 @@ RUN \
2424
apk add --no-cache \
2525
curl \
2626
libjpeg-turbo \
27+
p7zip \
2728
py3-pip \
2829
python3 \
2930
sqlite \
3031
tesseract-ocr && \
31-
echo "**** install unrar ****" && \
32-
mkdir /tmp/unrar && \
33-
curl -o /tmp/unrar.tar.gz \
34-
-L "https://www.rarlab.com/rar/unrarsrc-6.1.4.tar.gz" && \
35-
tar xf /tmp/unrar.tar.gz -C \
36-
/tmp/unrar --strip-components=1 && \
37-
cd /tmp/unrar && \
38-
make && \
39-
make install && \
40-
mkdir -p /usr/share/licenses/unrar && \
41-
mv license.txt /usr/share/licenses/unrar/ && \
4232
echo "**** install pyload ****" && \
4333
if [ -z ${PYLOAD_VERSION+x} ]; then \
4434
PYLOAD="pyload-ng[all]"; \

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pipeline {
5757
env.CODE_URL = 'https://github.com/' + env.LS_USER + '/' + env.LS_REPO + '/commit/' + env.GIT_COMMIT
5858
env.DOCKERHUB_LINK = 'https://hub.docker.com/r/' + env.DOCKERHUB_IMAGE + '/tags/'
5959
env.PULL_REQUEST = env.CHANGE_ID
60-
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'
60+
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'
6161
}
6262
script{
6363
env.LS_RELEASE_NUMBER = sh(

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

jenkins-vars.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ repo_vars:
2525
- CI_DOCKERENV='TZ=US/Pacific'
2626
- CI_AUTH='user:password'
2727
- CI_WEBPATH=''
28+
sponsor_links:
29+
- { name: "pyLoad", url: "https://PayPal.Me/nitzo2001/0usd" }

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@ app_setup_block: |
5050
5151
# changelog
5252
changelogs:
53+
- { date: "24.01.22:", desc: "Replace unrar with p7zip." }
5354
- { date: "24.01.22:", desc: "Initial release." }

root/donate.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pyLoad: https://PayPal.Me/nitzo2001/0usd

0 commit comments

Comments
 (0)