Skip to content

Commit 5ed8ab3

Browse files
authored
Merge pull request #51 from linuxserver/main-3.20
2 parents bcba689 + 98008dd commit 5ed8ab3

File tree

6 files changed

+16
-18
lines changed

6 files changed

+16
-18
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM ghcr.io/linuxserver/unrar:latest as unrar
44

5-
FROM ghcr.io/linuxserver/baseimage-alpine:3.19
5+
FROM ghcr.io/linuxserver/baseimage-alpine:3.20
66

77
# set version label
88
ARG BUILD_DATE
@@ -40,8 +40,9 @@ RUN \
4040
pip install -U --no-cache-dir \
4141
pip \
4242
wheel && \
43-
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19/ \
43+
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ \
4444
pyload-ng[all]=="${PYLOAD_VERSION}" && \
45+
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
4546
echo "**** cleanup ****" && \
4647
apk del --purge \
4748
build-dependencies && \

Dockerfile.aarch64

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM ghcr.io/linuxserver/unrar:arm64v8-latest as unrar
44

5-
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.19
5+
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.20
66

77
# set version label
88
ARG BUILD_DATE
@@ -40,8 +40,9 @@ RUN \
4040
pip install -U --no-cache-dir \
4141
pip \
4242
wheel && \
43-
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.19/ \
43+
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ \
4444
pyload-ng[all]=="${PYLOAD_VERSION}" && \
45+
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
4546
echo "**** cleanup ****" && \
4647
apk del --purge \
4748
build-dependencies && \

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ pipeline {
3232
CI_PORT='8000'
3333
CI_SSL='false'
3434
CI_DELAY='120'
35-
CI_DOCKERENV='TZ=US/Pacific'
36-
CI_AUTH='user:password'
35+
CI_DOCKERENV=''
36+
CI_AUTH=''
3737
CI_WEBPATH=''
3838
}
3939
stages {

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Find us at:
4141

4242
[pyLoad](https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.
4343

44-
[![pyload-ng](https://pyload.net/img/banner.png)](https://pyload.net/)
44+
[![pyload-ng](https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/pyload-logo.png)](https://pyload.net/)
4545

4646
## Supported Architectures
4747

@@ -68,7 +68,7 @@ This image provides various versions that are available via tags. Please read th
6868

6969
## Application Setup
7070

71-
Access the web interface at `http://your-ip:8000` the default login is:
71+
Access the web interface at `http://your-ip:8000` the default login is:
7272
username - **pyload**
7373
password - **pyload**
7474

@@ -290,6 +290,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
290290

291291
## Versions
292292

293+
* **27.06.24:** - Rebase to Alpine 3.20.
293294
* **23.12.23:** - Rebase to Alpine 3.19.
294295
* **08.10.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar).
295296
* **10.08.23:** - Bump unrar to 6.2.10.

jenkins-vars.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ external_type: pip_version
66
release_type: stable
77
release_tag: latest
88
ls_branch: main
9-
build_armhf: false
109
repo_vars:
1110
- EXT_PIP = 'pyload-ng'
1211
- BUILD_VERSION_ARG = 'PYLOAD_VERSION'
@@ -23,8 +22,8 @@ repo_vars:
2322
- CI_PORT='8000'
2423
- CI_SSL='false'
2524
- CI_DELAY='120'
26-
- CI_DOCKERENV='TZ=US/Pacific'
27-
- CI_AUTH='user:password'
25+
- CI_DOCKERENV=''
26+
- CI_AUTH=''
2827
- CI_WEBPATH=''
2928
sponsor_links:
3029
- { name: "pyLoad", url: "https://PayPal.Me/nitzo2001/0usd" }

readme-vars.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# project information
44
project_name: pyload-ng
55
project_url: "https://pyload.net/"
6-
project_logo: "https://pyload.net/img/banner.png"
6+
project_logo: "https://github.com/linuxserver/docker-templates/raw/master/linuxserver.io/img/pyload-logo.png"
77
project_blurb: "[pyLoad]({{ project_url }}) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web."
88
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
99

@@ -18,7 +18,6 @@ development_versions_items:
1818
- { tag: "latest", desc: "Stable releases from pyLoad Next" }
1919
- { tag: "develop", desc: "Releases from pyload Next develop branch" }
2020

21-
2221
# container parameters
2322
param_container_name: "{{ project_name }}"
2423
param_usage_include_vols: true
@@ -28,27 +27,24 @@ param_volumes:
2827
param_usage_include_ports: true
2928
param_ports:
3029
- { external_port: "8000", internal_port: "8000", port_desc: "Allows HTTP access to the application" }
31-
param_usage_include_env: true
32-
param_env_vars:
33-
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"}
3430

3531
# optional params
3632
opt_param_usage_include_ports: true
3733
opt_param_ports:
3834
- { external_port: "9666", internal_port: "9666", port_desc: "Click'n'Load port." }
3935

40-
4136
# application setup block
4237
app_setup_block_enabled: true
4338
app_setup_block: |
44-
Access the web interface at `http://your-ip:8000` the default login is:
39+
Access the web interface at `http://your-ip:8000` the default login is:
4540
username - **pyload**
4641
password - **pyload**
4742
4843
For general usage please see the pyLoad wiki [here](https://github.com/pyload/pyload/wiki) .
4944
5045
# changelog
5146
changelogs:
47+
- { date: "27.06.24:", desc: "Rebase to Alpine 3.20."}
5248
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
5349
- { date: "08.10.23:", desc: "Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar)."}
5450
- { date: "10.08.23:", desc: "Bump unrar to 6.2.10."}

0 commit comments

Comments
 (0)