backports

This commit is contained in:
STAM 2024-12-01 21:25:12 +03:00
parent 2a9bffac3c
commit 538e5ec722
No known key found for this signature in database
GPG Key ID: 711526C6938897F1
153 changed files with 2970 additions and 736 deletions

13
.github/FUNDING.yml vendored
View File

@ -1,13 +0,0 @@
# These are supported funding model platforms
patreon: epicmorg
ko_fi: epicmorg
custom: https://ko-fi.com/alexz696
#github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
#open_collective: # Replace with a single Open Collective username
#tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
#community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
#liberapay: # Replace with a single Liberapay username
#issuehunt: # Replace with a single IssueHunt username
#otechie: # Replace with a single Otechie username
#custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

View File

@ -1,27 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug, Regular Priority'
assignees: 'stamepicmorg'
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.

View File

@ -1,18 +0,0 @@
---
name: CVE report
about: Create a report of some CVE
title: '[CVE] '
labels: 'CVE, High Priority'
assignees: 'stamepicmorg'
---
**CVE number or URL**
**Describe**
A clear and concise description of what the CVE is.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.

View File

@ -1,21 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'Feature request, help wanted'
assignees: 'stamepicmorg'
milestone: 'Due 2021 🙏'
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

View File

@ -1,17 +0,0 @@
---
name: Generic task
about: Create a generic task
title: ''
labels: 'task, Regular Priority'
assignees: 'stamepicmorg'
---
**Describe**
A clear and concise description of what the bug is.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.

View File

@ -1,65 +0,0 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug", "triage"]
projects: ["octo-org/1", "octo-org/44"]
assignees:
- octocat
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. email@example.com
validations:
required: false
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: dropdown
id: version
attributes:
label: Version
description: What version of our software are you running?
options:
- 1.0.2 (Default)
- 1.0.3 (Edge)
default: 0
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
options:
- label: I agree to follow this project's Code of Conduct
required: true

View File

@ -1,13 +0,0 @@
## Purpose
_Describe the problem or feature in addition to a link to the issues._
## Approach
_How does this change address the problem?_
#### Open Questions and Pre-Merge TODOs
- [ ] Use github checklists. When solved, check the box and explain the answer.
## Learning
_Describe the research stage_
_Links to blog posts, patterns, libraries or addons used to solve this problem_

View File

@ -1,9 +1,7 @@
name: EpicMorg Advanced Debian Python Images
on:
# push:
# branches:
# - 'master'
workflow_dispatch:
schedule:
- cron: '1 1 * * 1,3,5'

View File

@ -1,9 +1,6 @@
name: EpicMorg EcoSystem FreeGPT Images
on:
# push:
# branches:
# - 'develop'
schedule:
- cron: '0 0 * * 2,4,6'

View File

@ -1,9 +1,6 @@
name: EpicMorg Advanced Images
on:
# push:
# branches:
# - 'master'
workflow_dispatch:
schedule:
- cron: '0 02 * * 2,4,6'

View File

@ -1,9 +1,6 @@
name: EpicMorg Advanced Nextcloud Images
on:
# push:
# branches:
# - 'master'
workflow_dispatch:
schedule:
- cron: '0 02 * * 2,4,6'

View File

@ -1,9 +1,6 @@
name: "EpicMorg Advanced Vscode Server Images"
on:
# push:
# branches:
# - 'master'
workflow_dispatch:
schedule:
- cron: '0 0 * * 2,4,6'

View File

@ -1,9 +1,6 @@
name: EpicMorg Advanced Zabbix Images
on:
# push:
# branches:
# - 'master'
workflow_dispatch:
schedule:
- cron: '0 03 * * 2,4,6'

View File

@ -1,9 +1,6 @@
name: EpicMorg EcoSystem Atlassian Main Images
on:
# push:
# branches:
# - 'master'
workflow_dispatch:
schedule:
- cron: '5 5 * * 1,3,5'

View File

@ -1,9 +1,6 @@
name: EpicMorg Debian 10 Images
on:
# push:
# branches:
# - 'master'
workflow_dispatch:
schedule:
- cron: '0 0 * * 1,3,5'

View File

@ -1,9 +1,6 @@
name: EpicMorg Debian 11 Images
on:
# push:
# branches:
# - 'master'
workflow_dispatch:
schedule:
- cron: '0 0 * * 1,3,5'

View File

@ -1,9 +1,6 @@
name: EpicMorg Debian 12 Images
on:
# push:
# branches:
# - 'master'
workflow_dispatch:
schedule:
- cron: '0 0 * * 1,3,5'

View File

@ -1,9 +1,6 @@
name: EpicMorg Debian 13 Images
on:
# push:
# branches:
# - 'master'
workflow_dispatch:
schedule:
- cron: '1 1 * * 1,3,5'

View File

@ -1,9 +1,6 @@
name: EpicMorg Debian 6 Images
on:
# push:
# branches:
# - 'master'
workflow_dispatch:
schedule:
- cron: '0 0 * * 1,3,5'

View File

@ -1,9 +1,6 @@
name: EpicMorg Debian 7 Images
on:
# push:
# branches:
# - 'master'
workflow_dispatch:
schedule:
- cron: '0 0 * * 1,3,5'

View File

@ -1,9 +1,6 @@
name: EpicMorg Debian 8 Images
on:
# push:
# branches:
# - 'master'
workflow_dispatch:
schedule:
- cron: '0 0 * * 1,3,5'

View File

@ -1,9 +1,6 @@
name: EpicMorg Debian 9 Images
on:
# push:
# branches:
# - 'master'
workflow_dispatch:
schedule:
- cron: '0 0 * * 1,3,5'

View File

@ -1,9 +1,6 @@
name: EpicMorg Debian SID Images
on:
# push:
# branches:
# - 'master'
workflow_dispatch:
schedule:
- cron: '2 2 * * 1,3,5'

View File

@ -1,9 +1,6 @@
name: EpicMorg EcoSystem Gitlab Runner Images
on:
# push:
# branches:
# - 'master'
workflow_dispatch:
schedule:
- cron: '4 5 * * 2,4,6'

View File

@ -1,9 +1,6 @@
name: EpicMorg EcoSystem Perfocre Images
on:
# push:
# branches:
# - 'master'
workflow_dispatch:
schedule:
- cron: '4 4 * * 1,3,5'

View File

@ -1,9 +1,7 @@
name: EpicMorg EcoSystem PostgreSQL Images
on:
# push:
# branches:
# - 'master'
workflow_dispatch:
schedule:
- cron: '5 5 * * 1,3,5'

View File

@ -1,9 +1,7 @@
name: EpicMorg EcoSystem TeamCity Agents Images
on:
# push:
# branches:
# - 'master'
workflow_dispatch:
schedule:
- cron: '4 4 * * 2,4,6'

View File

@ -1,9 +1,7 @@
name: EpicMorg EcoSystem Testrail Images
on:
# push:
# branches:
# - 'master'
workflow_dispatch:
schedule:
- cron: '4 4 * * 1,3,5'

View File

@ -1,9 +1,7 @@
name: EpicMorg EcoSystem Web Images
on:
# push:
# branches:
# - 'master'
workflow_dispatch:
schedule:
- cron: '2 2 * * 1,3,5'

View File

@ -1,9 +1,7 @@
name: EpicMorg EcoSystem Misc Images
on:
# push:
# branches:
# - 'develop'
workflow_dispatch:
schedule:
- cron: '0 0 * * 2,4,6'
@ -163,6 +161,38 @@ jobs:
- name: Build and Deploy qBittorrent 4.6.4
run: cd linux/ecosystem/qbittorrent/4.6.4 && make build && make deploy
- name: Build and Deploy qBittorrent 4.6.5
run: cd linux/ecosystem/qbittorrent/4.6.5 && make build && make deploy
##################################################################################
- name: Cleanup
run: make docker-clean
##################################################################################
- name: Build and Deploy qBittorrent 4.6.6
run: cd linux/ecosystem/qbittorrent/4.6.6 && make build && make deploy
- name: Build and Deploy qBittorrent 4.6.7
run: cd linux/ecosystem/qbittorrent/4.6.7 && make build && make deploy
- name: Build and Deploy qBittorrent 5.0.0
run: cd linux/ecosystem/qbittorrent/5.0.0 && make build && make deploy
##################################################################################
- name: Cleanup
run: make docker-clean
##################################################################################
- name: Build and Deploy qBittorrent 5.0.1
run: cd linux/ecosystem/qbittorrent/5.0.1 && make build && make deploy
- name: Build and Deploy qBittorrent 5.0.2
run: cd linux/ecosystem/qbittorrent/5.0.2 && make build && make deploy
- name: Build and Deploy qBittorrent Testing
run: cd linux/ecosystem/qbittorrent/testing && make build && make deploy

View File

@ -1,9 +1,7 @@
name: EpicMorg experimental Images
on:
# push:
# branches:
# - 'master'
workflow_dispatch:
schedule:
- cron: '0 01 * * 2,4,6'

View File

@ -1,5 +1,7 @@
# Changelog
## 2024
* `dec`
* migrated `qbittorrent` images to new baseline
* `sep`, `oct`, `nov`
* fixed some bugs in `Makefile`
* fixed `Dockerfile` bugs

View File

@ -1028,6 +1028,12 @@ ecosystem-qbittorrent-images:
cd `pwd`/linux/ecosystem/qbittorrent/4.6.2 && pwd && make build && make deploy
cd `pwd`/linux/ecosystem/qbittorrent/4.6.3 && pwd && make build && make deploy
cd `pwd`/linux/ecosystem/qbittorrent/4.6.4 && pwd && make build && make deploy
cd `pwd`/linux/ecosystem/qbittorrent/4.6.5 && pwd && make build && make deploy
cd `pwd`/linux/ecosystem/qbittorrent/4.6.6 && pwd && make build && make deploy
cd `pwd`/linux/ecosystem/qbittorrent/4.6.7 && pwd && make build && make deploy
cd `pwd`/linux/ecosystem/qbittorrent/5.0.0 && pwd && make build && make deploy
cd `pwd`/linux/ecosystem/qbittorrent/5.0.1 && pwd && make build && make deploy
cd `pwd`/linux/ecosystem/qbittorrent/5.0.2 && pwd && make build && make deploy
cd `pwd`/linux/ecosystem/qbittorrent/testing && pwd && make build && make deploy
ecosystem-retracker-images:

View File

@ -1,3 +0,0 @@
QBT_RELEASE=4.4.0
LT1_RELEASE=1.2.15
LT2_RELEASE=2.0.5

View File

@ -5,11 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG QBT_RELEASE
ARG LT_RELEASE
ENV QBT_VERSION=${QBT_RELEASE}
ENV QBT_LIBTORRENT_VERSION=${LT_RELEASE}
ENV QBT_VERSION=4.4.0
ENV QBT_LIBTORRENT_VERSION=2.0.5
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
@ -37,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue
##################################################################
# cleaninig up
##################################################################
RUN apt clean -y && \
apt autoclean -y && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/archives/*.deb && \
rm -rf /builds/* && \
rm -rf /valve/*
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}

View File

@ -0,0 +1,59 @@
FROM epicmorg/debian:bookworm
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ENV QBT_VERSION=4.4.0
ENV QBT_LIBTORRENT_VERSION=1.2.15
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
ENV QBT_PORT_WEBUI=8282
ENV QBT_PORT_TRACKER=9000
ENV QBT_PORT_NAT=1337
ENV QBT_PROTOCOL=http
##################################################################
# Files and folders
##################################################################
RUN mkdir -p ${QBT_DIR}
############################# ####################################
# qbittorrent install
##################################################################
RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ${QBT_URL} -O /usr/bin/qbittorrent-nox && \
chmod +x /usr/bin/qbittorrent-nox && \
qbittorrent-nox --version
##################################################################
# other customisations
##################################################################
##################################################################
# cleaninig up
##################################################################
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}
#healthcheck. good practice
HEALTHCHECK --interval=2m --timeout=3s CMD curl --insecure -f ${QBT_PROTOCOL}://localhost:${QBT_PORT_WEBUI}/ || exit 1
# Add image configuration and scripts
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod 755 /usr/bin/docker-entrypoint.sh
RUN updatedb
#Final config
EXPOSE ${QBT_PORT_WEBUI} ${QBT_PORT_WEBUI}/udp ${QBT_PORT_NAT} ${QBT_PORT_NAT}/udp ${QBT_PORT_TRACKER} ${QBT_PORT_TRACKER}/udp
ENTRYPOINT ["tini", "-s", "--", "docker-entrypoint.sh"]
CMD ["docker-entrypoint.sh"]

View File

@ -1,24 +1,15 @@
#version: '3'
services:
qbt:
image: "epicmorg/qbittorrent:${QBT_RELEASE}"
image: "epicmorg/qbittorrent:4.4.0"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent2:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT2_RELEASE}"
image: "epicmorg/qbittorrent:4.4.0-libtorrent2.0.5"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent1:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT1_RELEASE}"
image: "epicmorg/qbittorrent:4.4.0-libtorrent1.2.15"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT1_RELEASE}
dockerfile: ./Dockerfile.libtorrent1

View File

@ -1,3 +0,0 @@
QBT_RELEASE=4.4.1
LT1_RELEASE=1.2.15
LT2_RELEASE=2.0.5

View File

@ -5,11 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG QBT_RELEASE
ARG LT_RELEASE
ENV QBT_VERSION=${QBT_RELEASE}
ENV QBT_LIBTORRENT_VERSION=${LT_RELEASE}
ENV QBT_VERSION=4.4.1
ENV QBT_LIBTORRENT_VERSION=2.0.5
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
@ -37,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue
##################################################################
# cleaninig up
##################################################################
RUN apt clean -y && \
apt autoclean -y && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/archives/*.deb && \
rm -rf /builds/* && \
rm -rf /valve/*
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}

View File

@ -0,0 +1,59 @@
FROM epicmorg/debian:bookworm
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ENV QBT_VERSION=4.4.1
ENV QBT_LIBTORRENT_VERSION=1.2.15
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
ENV QBT_PORT_WEBUI=8282
ENV QBT_PORT_TRACKER=9000
ENV QBT_PORT_NAT=1337
ENV QBT_PROTOCOL=http
##################################################################
# Files and folders
##################################################################
RUN mkdir -p ${QBT_DIR}
############################# ####################################
# qbittorrent install
##################################################################
RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ${QBT_URL} -O /usr/bin/qbittorrent-nox && \
chmod +x /usr/bin/qbittorrent-nox && \
qbittorrent-nox --version
##################################################################
# other customisations
##################################################################
##################################################################
# cleaninig up
##################################################################
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}
#healthcheck. good practice
HEALTHCHECK --interval=2m --timeout=3s CMD curl --insecure -f ${QBT_PROTOCOL}://localhost:${QBT_PORT_WEBUI}/ || exit 1
# Add image configuration and scripts
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod 755 /usr/bin/docker-entrypoint.sh
RUN updatedb
#Final config
EXPOSE ${QBT_PORT_WEBUI} ${QBT_PORT_WEBUI}/udp ${QBT_PORT_NAT} ${QBT_PORT_NAT}/udp ${QBT_PORT_TRACKER} ${QBT_PORT_TRACKER}/udp
ENTRYPOINT ["tini", "-s", "--", "docker-entrypoint.sh"]
CMD ["docker-entrypoint.sh"]

View File

@ -1,24 +1,15 @@
#version: '3'
services:
qbt:
image: "epicmorg/qbittorrent:${QBT_RELEASE}"
image: "epicmorg/qbittorrent:4.4.1"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent2:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT2_RELEASE}"
image: "epicmorg/qbittorrent:4.4.1-libtorrent2.0.5"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent1:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT1_RELEASE}"
image: "epicmorg/qbittorrent:4.4.1-libtorrent1.2.15"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT1_RELEASE}
dockerfile: ./Dockerfile.libtorrent1

View File

@ -1,3 +0,0 @@
QBT_RELEASE=4.4.2
LT1_RELEASE=1.2.16
LT2_RELEASE=2.0.6

View File

@ -5,11 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG QBT_RELEASE
ARG LT_RELEASE
ENV QBT_VERSION=${QBT_RELEASE}
ENV QBT_LIBTORRENT_VERSION=${LT_RELEASE}
ENV QBT_VERSION=4.4.2
ENV QBT_LIBTORRENT_VERSION=2.0.6
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
@ -37,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue
##################################################################
# cleaninig up
##################################################################
RUN apt clean -y && \
apt autoclean -y && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/archives/*.deb && \
rm -rf /builds/* && \
rm -rf /valve/*
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}

View File

@ -0,0 +1,59 @@
FROM epicmorg/debian:bookworm
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ENV QBT_VERSION=4.4.2
ENV QBT_LIBTORRENT_VERSION=1.2.16
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
ENV QBT_PORT_WEBUI=8282
ENV QBT_PORT_TRACKER=9000
ENV QBT_PORT_NAT=1337
ENV QBT_PROTOCOL=http
##################################################################
# Files and folders
##################################################################
RUN mkdir -p ${QBT_DIR}
############################# ####################################
# qbittorrent install
##################################################################
RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ${QBT_URL} -O /usr/bin/qbittorrent-nox && \
chmod +x /usr/bin/qbittorrent-nox && \
qbittorrent-nox --version
##################################################################
# other customisations
##################################################################
##################################################################
# cleaninig up
##################################################################
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}
#healthcheck. good practice
HEALTHCHECK --interval=2m --timeout=3s CMD curl --insecure -f ${QBT_PROTOCOL}://localhost:${QBT_PORT_WEBUI}/ || exit 1
# Add image configuration and scripts
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod 755 /usr/bin/docker-entrypoint.sh
RUN updatedb
#Final config
EXPOSE ${QBT_PORT_WEBUI} ${QBT_PORT_WEBUI}/udp ${QBT_PORT_NAT} ${QBT_PORT_NAT}/udp ${QBT_PORT_TRACKER} ${QBT_PORT_TRACKER}/udp
ENTRYPOINT ["tini", "-s", "--", "docker-entrypoint.sh"]
CMD ["docker-entrypoint.sh"]

View File

@ -1,24 +1,15 @@
#version: '3'
services:
qbt:
image: "epicmorg/qbittorrent:${QBT_RELEASE}"
image: "epicmorg/qbittorrent:4.4.2"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent2:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT2_RELEASE}"
image: "epicmorg/qbittorrent:4.4.2-libtorrent2.0.6"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent1:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT1_RELEASE}"
image: "epicmorg/qbittorrent:4.4.2-libtorrent1.2.16"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT1_RELEASE}
dockerfile: ./Dockerfile.libtorrent1

View File

@ -1,3 +0,0 @@
QBT_RELEASE=4.4.3.1
LT1_RELEASE=1.2.17
LT2_RELEASE=2.0.7

View File

@ -5,11 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG QBT_RELEASE
ARG LT_RELEASE
ENV QBT_VERSION=${QBT_RELEASE}
ENV QBT_LIBTORRENT_VERSION=${LT_RELEASE}
ENV QBT_VERSION=4.4.3.1
ENV QBT_LIBTORRENT_VERSION=2.0.7
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
@ -37,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue
##################################################################
# cleaninig up
##################################################################
RUN apt clean -y && \
apt autoclean -y && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/archives/*.deb && \
rm -rf /builds/* && \
rm -rf /valve/*
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}

View File

@ -0,0 +1,59 @@
FROM epicmorg/debian:bookworm
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ENV QBT_VERSION=4.4.3.1
ENV QBT_LIBTORRENT_VERSION=1.2.17
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
ENV QBT_PORT_WEBUI=8282
ENV QBT_PORT_TRACKER=9000
ENV QBT_PORT_NAT=1337
ENV QBT_PROTOCOL=http
##################################################################
# Files and folders
##################################################################
RUN mkdir -p ${QBT_DIR}
############################# ####################################
# qbittorrent install
##################################################################
RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ${QBT_URL} -O /usr/bin/qbittorrent-nox && \
chmod +x /usr/bin/qbittorrent-nox && \
qbittorrent-nox --version
##################################################################
# other customisations
##################################################################
##################################################################
# cleaninig up
##################################################################
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}
#healthcheck. good practice
HEALTHCHECK --interval=2m --timeout=3s CMD curl --insecure -f ${QBT_PROTOCOL}://localhost:${QBT_PORT_WEBUI}/ || exit 1
# Add image configuration and scripts
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod 755 /usr/bin/docker-entrypoint.sh
RUN updatedb
#Final config
EXPOSE ${QBT_PORT_WEBUI} ${QBT_PORT_WEBUI}/udp ${QBT_PORT_NAT} ${QBT_PORT_NAT}/udp ${QBT_PORT_TRACKER} ${QBT_PORT_TRACKER}/udp
ENTRYPOINT ["tini", "-s", "--", "docker-entrypoint.sh"]
CMD ["docker-entrypoint.sh"]

View File

@ -1,24 +1,15 @@
#version: '3'
services:
qbt:
image: "epicmorg/qbittorrent:${QBT_RELEASE}"
image: "epicmorg/qbittorrent:4.4.3.1"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent2:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT2_RELEASE}"
image: "epicmorg/qbittorrent:4.4.3.1-libtorrent2.0.7"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent1:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT1_RELEASE}"
image: "epicmorg/qbittorrent:4.4.3.1-libtorrent1.2.17"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT1_RELEASE}
dockerfile: ./Dockerfile.libtorrent1

View File

@ -1,3 +0,0 @@
QBT_RELEASE=4.4.4
LT1_RELEASE=1.2.17
LT2_RELEASE=2.0.7

View File

@ -5,11 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG QBT_RELEASE
ARG LT_RELEASE
ENV QBT_VERSION=${QBT_RELEASE}
ENV QBT_LIBTORRENT_VERSION=${LT_RELEASE}
ENV QBT_VERSION=4.4.4
ENV QBT_LIBTORRENT_VERSION=2.0.7
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
@ -37,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue
##################################################################
# cleaninig up
##################################################################
RUN apt clean -y && \
apt autoclean -y && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/archives/*.deb && \
rm -rf /builds/* && \
rm -rf /valve/*
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}

View File

@ -0,0 +1,59 @@
FROM epicmorg/debian:bookworm
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ENV QBT_VERSION=4.4.4
ENV QBT_LIBTORRENT_VERSION=1.2.17
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
ENV QBT_PORT_WEBUI=8282
ENV QBT_PORT_TRACKER=9000
ENV QBT_PORT_NAT=1337
ENV QBT_PROTOCOL=http
##################################################################
# Files and folders
##################################################################
RUN mkdir -p ${QBT_DIR}
############################# ####################################
# qbittorrent install
##################################################################
RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ${QBT_URL} -O /usr/bin/qbittorrent-nox && \
chmod +x /usr/bin/qbittorrent-nox && \
qbittorrent-nox --version
##################################################################
# other customisations
##################################################################
##################################################################
# cleaninig up
##################################################################
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}
#healthcheck. good practice
HEALTHCHECK --interval=2m --timeout=3s CMD curl --insecure -f ${QBT_PROTOCOL}://localhost:${QBT_PORT_WEBUI}/ || exit 1
# Add image configuration and scripts
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod 755 /usr/bin/docker-entrypoint.sh
RUN updatedb
#Final config
EXPOSE ${QBT_PORT_WEBUI} ${QBT_PORT_WEBUI}/udp ${QBT_PORT_NAT} ${QBT_PORT_NAT}/udp ${QBT_PORT_TRACKER} ${QBT_PORT_TRACKER}/udp
ENTRYPOINT ["tini", "-s", "--", "docker-entrypoint.sh"]
CMD ["docker-entrypoint.sh"]

View File

@ -1,24 +1,15 @@
#version: '3'
services:
qbt:
image: "epicmorg/qbittorrent:${QBT_RELEASE}"
image: "epicmorg/qbittorrent:4.4.4"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent2:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT2_RELEASE}"
image: "epicmorg/qbittorrent:4.4.4-libtorrent2.0.7"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent1:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT1_RELEASE}"
image: "epicmorg/qbittorrent:4.4.4-libtorrent1.2.17"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT1_RELEASE}
dockerfile: ./Dockerfile.libtorrent1

View File

@ -1,3 +0,0 @@
QBT_RELEASE=4.4.5
LT1_RELEASE=1.2.18
LT2_RELEASE=2.0.8

View File

@ -5,11 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG QBT_RELEASE
ARG LT_RELEASE
ENV QBT_VERSION=${QBT_RELEASE}
ENV QBT_LIBTORRENT_VERSION=${LT_RELEASE}
ENV QBT_VERSION=4.4.5
ENV QBT_LIBTORRENT_VERSION=2.0.8
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
@ -37,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue
##################################################################
# cleaninig up
##################################################################
RUN apt clean -y && \
apt autoclean -y && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/archives/*.deb && \
rm -rf /builds/* && \
rm -rf /valve/*
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}

View File

@ -0,0 +1,59 @@
FROM epicmorg/debian:bookworm
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ENV QBT_VERSION=4.4.5
ENV QBT_LIBTORRENT_VERSION=1.2.18
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
ENV QBT_PORT_WEBUI=8282
ENV QBT_PORT_TRACKER=9000
ENV QBT_PORT_NAT=1337
ENV QBT_PROTOCOL=http
##################################################################
# Files and folders
##################################################################
RUN mkdir -p ${QBT_DIR}
############################# ####################################
# qbittorrent install
##################################################################
RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ${QBT_URL} -O /usr/bin/qbittorrent-nox && \
chmod +x /usr/bin/qbittorrent-nox && \
qbittorrent-nox --version
##################################################################
# other customisations
##################################################################
##################################################################
# cleaninig up
##################################################################
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}
#healthcheck. good practice
HEALTHCHECK --interval=2m --timeout=3s CMD curl --insecure -f ${QBT_PROTOCOL}://localhost:${QBT_PORT_WEBUI}/ || exit 1
# Add image configuration and scripts
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod 755 /usr/bin/docker-entrypoint.sh
RUN updatedb
#Final config
EXPOSE ${QBT_PORT_WEBUI} ${QBT_PORT_WEBUI}/udp ${QBT_PORT_NAT} ${QBT_PORT_NAT}/udp ${QBT_PORT_TRACKER} ${QBT_PORT_TRACKER}/udp
ENTRYPOINT ["tini", "-s", "--", "docker-entrypoint.sh"]
CMD ["docker-entrypoint.sh"]

View File

@ -1,24 +1,15 @@
#version: '3'
services:
qbt:
image: "epicmorg/qbittorrent:${QBT_RELEASE}"
image: "epicmorg/qbittorrent:4.4.5"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent2:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT2_RELEASE}"
image: "epicmorg/qbittorrent:4.4.5-libtorrent2.0.8"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent1:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT1_RELEASE}"
image: "epicmorg/qbittorrent:4.4.5-libtorrent1.2.18"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT1_RELEASE}
dockerfile: ./Dockerfile.libtorrent1

View File

@ -1,3 +0,0 @@
QBT_RELEASE=4.5.0
LT1_RELEASE=1.2.18
LT2_RELEASE=2.0.8

View File

@ -5,11 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG QBT_RELEASE
ARG LT_RELEASE
ENV QBT_VERSION=${QBT_RELEASE}
ENV QBT_LIBTORRENT_VERSION=${LT_RELEASE}
ENV QBT_VERSION=4.5.0
ENV QBT_LIBTORRENT_VERSION=2.0.8
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
@ -37,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue
##################################################################
# cleaninig up
##################################################################
RUN apt clean -y && \
apt autoclean -y && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/archives/*.deb && \
rm -rf /builds/* && \
rm -rf /valve/*
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}

View File

@ -0,0 +1,59 @@
FROM epicmorg/debian:bookworm
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ENV QBT_VERSION=4.5.0
ENV QBT_LIBTORRENT_VERSION=1.2.18
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
ENV QBT_PORT_WEBUI=8282
ENV QBT_PORT_TRACKER=9000
ENV QBT_PORT_NAT=1337
ENV QBT_PROTOCOL=http
##################################################################
# Files and folders
##################################################################
RUN mkdir -p ${QBT_DIR}
############################# ####################################
# qbittorrent install
##################################################################
RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ${QBT_URL} -O /usr/bin/qbittorrent-nox && \
chmod +x /usr/bin/qbittorrent-nox && \
qbittorrent-nox --version
##################################################################
# other customisations
##################################################################
##################################################################
# cleaninig up
##################################################################
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}
#healthcheck. good practice
HEALTHCHECK --interval=2m --timeout=3s CMD curl --insecure -f ${QBT_PROTOCOL}://localhost:${QBT_PORT_WEBUI}/ || exit 1
# Add image configuration and scripts
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod 755 /usr/bin/docker-entrypoint.sh
RUN updatedb
#Final config
EXPOSE ${QBT_PORT_WEBUI} ${QBT_PORT_WEBUI}/udp ${QBT_PORT_NAT} ${QBT_PORT_NAT}/udp ${QBT_PORT_TRACKER} ${QBT_PORT_TRACKER}/udp
ENTRYPOINT ["tini", "-s", "--", "docker-entrypoint.sh"]
CMD ["docker-entrypoint.sh"]

View File

@ -1,24 +1,15 @@
#version: '3'
services:
qbt:
image: "epicmorg/qbittorrent:${QBT_RELEASE}"
image: "epicmorg/qbittorrent:4.5.0"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent2:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT2_RELEASE}"
image: "epicmorg/qbittorrent:4.5.0-libtorrent2.0.8"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent1:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT1_RELEASE}"
image: "epicmorg/qbittorrent:4.5.0-libtorrent1.2.18"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT1_RELEASE}
dockerfile: ./Dockerfile.libtorrent1

View File

@ -1,3 +0,0 @@
QBT_RELEASE=4.5.1
LT1_RELEASE=1.2.18
LT2_RELEASE=2.0.8

View File

@ -5,11 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG QBT_RELEASE
ARG LT_RELEASE
ENV QBT_VERSION=${QBT_RELEASE}
ENV QBT_LIBTORRENT_VERSION=${LT_RELEASE}
ENV QBT_VERSION=4.5.1
ENV QBT_LIBTORRENT_VERSION=2.0.8
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
@ -37,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue
##################################################################
# cleaninig up
##################################################################
RUN apt clean -y && \
apt autoclean -y && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/archives/*.deb && \
rm -rf /builds/* && \
rm -rf /valve/*
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}

View File

@ -0,0 +1,59 @@
FROM epicmorg/debian:bookworm
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ENV QBT_VERSION=4.5.1
ENV QBT_LIBTORRENT_VERSION=1.2.18
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
ENV QBT_PORT_WEBUI=8282
ENV QBT_PORT_TRACKER=9000
ENV QBT_PORT_NAT=1337
ENV QBT_PROTOCOL=http
##################################################################
# Files and folders
##################################################################
RUN mkdir -p ${QBT_DIR}
############################# ####################################
# qbittorrent install
##################################################################
RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ${QBT_URL} -O /usr/bin/qbittorrent-nox && \
chmod +x /usr/bin/qbittorrent-nox && \
qbittorrent-nox --version
##################################################################
# other customisations
##################################################################
##################################################################
# cleaninig up
##################################################################
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}
#healthcheck. good practice
HEALTHCHECK --interval=2m --timeout=3s CMD curl --insecure -f ${QBT_PROTOCOL}://localhost:${QBT_PORT_WEBUI}/ || exit 1
# Add image configuration and scripts
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod 755 /usr/bin/docker-entrypoint.sh
RUN updatedb
#Final config
EXPOSE ${QBT_PORT_WEBUI} ${QBT_PORT_WEBUI}/udp ${QBT_PORT_NAT} ${QBT_PORT_NAT}/udp ${QBT_PORT_TRACKER} ${QBT_PORT_TRACKER}/udp
ENTRYPOINT ["tini", "-s", "--", "docker-entrypoint.sh"]
CMD ["docker-entrypoint.sh"]

View File

@ -1,24 +1,15 @@
#version: '3'
services:
qbt:
image: "epicmorg/qbittorrent:${QBT_RELEASE}"
image: "epicmorg/qbittorrent:4.5.1"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent2:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT2_RELEASE}"
image: "epicmorg/qbittorrent:4.5.1-libtorrent2.0.8"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent1:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT1_RELEASE}"
image: "epicmorg/qbittorrent:4.5.1-libtorrent1.2.18"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT1_RELEASE}
dockerfile: ./Dockerfile.libtorrent1

View File

@ -1,3 +0,0 @@
QBT_RELEASE=4.5.2
LT1_RELEASE=1.2.19
LT2_RELEASE=2.0.9

View File

@ -5,11 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG QBT_RELEASE
ARG LT_RELEASE
ENV QBT_VERSION=${QBT_RELEASE}
ENV QBT_LIBTORRENT_VERSION=${LT_RELEASE}
ENV QBT_VERSION=4.5.2
ENV QBT_LIBTORRENT_VERSION=2.0.9
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
@ -37,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue
##################################################################
# cleaninig up
##################################################################
RUN apt clean -y && \
apt autoclean -y && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/archives/*.deb && \
rm -rf /builds/* && \
rm -rf /valve/*
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}

View File

@ -0,0 +1,59 @@
FROM epicmorg/debian:bookworm
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ENV QBT_VERSION=4.5.2
ENV QBT_LIBTORRENT_VERSION=1.2.19
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
ENV QBT_PORT_WEBUI=8282
ENV QBT_PORT_TRACKER=9000
ENV QBT_PORT_NAT=1337
ENV QBT_PROTOCOL=http
##################################################################
# Files and folders
##################################################################
RUN mkdir -p ${QBT_DIR}
############################# ####################################
# qbittorrent install
##################################################################
RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ${QBT_URL} -O /usr/bin/qbittorrent-nox && \
chmod +x /usr/bin/qbittorrent-nox && \
qbittorrent-nox --version
##################################################################
# other customisations
##################################################################
##################################################################
# cleaninig up
##################################################################
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}
#healthcheck. good practice
HEALTHCHECK --interval=2m --timeout=3s CMD curl --insecure -f ${QBT_PROTOCOL}://localhost:${QBT_PORT_WEBUI}/ || exit 1
# Add image configuration and scripts
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod 755 /usr/bin/docker-entrypoint.sh
RUN updatedb
#Final config
EXPOSE ${QBT_PORT_WEBUI} ${QBT_PORT_WEBUI}/udp ${QBT_PORT_NAT} ${QBT_PORT_NAT}/udp ${QBT_PORT_TRACKER} ${QBT_PORT_TRACKER}/udp
ENTRYPOINT ["tini", "-s", "--", "docker-entrypoint.sh"]
CMD ["docker-entrypoint.sh"]

View File

@ -1,24 +1,15 @@
#version: '3'
services:
qbt:
image: "epicmorg/qbittorrent:${QBT_RELEASE}"
image: "epicmorg/qbittorrent:4.5.2"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent2:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT2_RELEASE}"
image: "epicmorg/qbittorrent:4.5.2-libtorrent2.0.9"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent1:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT1_RELEASE}"
image: "epicmorg/qbittorrent:4.5.2-libtorrent1.2.19"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT1_RELEASE}
dockerfile: ./Dockerfile.libtorrent1

View File

@ -1,3 +0,0 @@
QBT_RELEASE=4.5.3
LT1_RELEASE=1.2.19
LT2_RELEASE=2.0.9

View File

@ -5,11 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG QBT_RELEASE
ARG LT_RELEASE
ENV QBT_VERSION=${QBT_RELEASE}
ENV QBT_LIBTORRENT_VERSION=${LT_RELEASE}
ENV QBT_VERSION=4.5.3
ENV QBT_LIBTORRENT_VERSION=2.0.9
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
@ -37,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue
##################################################################
# cleaninig up
##################################################################
RUN apt clean -y && \
apt autoclean -y && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/archives/*.deb && \
rm -rf /builds/* && \
rm -rf /valve/*
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}

View File

@ -0,0 +1,59 @@
FROM epicmorg/debian:bookworm
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ENV QBT_VERSION=4.5.3
ENV QBT_LIBTORRENT_VERSION=1.2.19
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
ENV QBT_PORT_WEBUI=8282
ENV QBT_PORT_TRACKER=9000
ENV QBT_PORT_NAT=1337
ENV QBT_PROTOCOL=http
##################################################################
# Files and folders
##################################################################
RUN mkdir -p ${QBT_DIR}
############################# ####################################
# qbittorrent install
##################################################################
RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ${QBT_URL} -O /usr/bin/qbittorrent-nox && \
chmod +x /usr/bin/qbittorrent-nox && \
qbittorrent-nox --version
##################################################################
# other customisations
##################################################################
##################################################################
# cleaninig up
##################################################################
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}
#healthcheck. good practice
HEALTHCHECK --interval=2m --timeout=3s CMD curl --insecure -f ${QBT_PROTOCOL}://localhost:${QBT_PORT_WEBUI}/ || exit 1
# Add image configuration and scripts
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod 755 /usr/bin/docker-entrypoint.sh
RUN updatedb
#Final config
EXPOSE ${QBT_PORT_WEBUI} ${QBT_PORT_WEBUI}/udp ${QBT_PORT_NAT} ${QBT_PORT_NAT}/udp ${QBT_PORT_TRACKER} ${QBT_PORT_TRACKER}/udp
ENTRYPOINT ["tini", "-s", "--", "docker-entrypoint.sh"]
CMD ["docker-entrypoint.sh"]

View File

@ -1,24 +1,15 @@
#version: '3'
services:
qbt:
image: "epicmorg/qbittorrent:${QBT_RELEASE}"
image: "epicmorg/qbittorrent:4.5.3"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent2:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT2_RELEASE}"
image: "epicmorg/qbittorrent:4.5.3-libtorrent2.0.9"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent1:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT1_RELEASE}"
image: "epicmorg/qbittorrent:4.5.3-libtorrent1.2.19"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT1_RELEASE}
dockerfile: ./Dockerfile.libtorrent1

View File

@ -1,3 +0,0 @@
QBT_RELEASE=4.5.4
LT1_RELEASE=1.2.19
LT2_RELEASE=2.0.9

View File

@ -5,11 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG QBT_RELEASE
ARG LT_RELEASE
ENV QBT_VERSION=${QBT_RELEASE}
ENV QBT_LIBTORRENT_VERSION=${LT_RELEASE}
ENV QBT_VERSION=4.5.4
ENV QBT_LIBTORRENT_VERSION=2.0.9
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
@ -37,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue
##################################################################
# cleaninig up
##################################################################
RUN apt clean -y && \
apt autoclean -y && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/archives/*.deb && \
rm -rf /builds/* && \
rm -rf /valve/*
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}

View File

@ -0,0 +1,59 @@
FROM epicmorg/debian:bookworm
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ENV QBT_VERSION=4.5.4
ENV QBT_LIBTORRENT_VERSION=1.2.19
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
ENV QBT_PORT_WEBUI=8282
ENV QBT_PORT_TRACKER=9000
ENV QBT_PORT_NAT=1337
ENV QBT_PROTOCOL=http
##################################################################
# Files and folders
##################################################################
RUN mkdir -p ${QBT_DIR}
############################# ####################################
# qbittorrent install
##################################################################
RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ${QBT_URL} -O /usr/bin/qbittorrent-nox && \
chmod +x /usr/bin/qbittorrent-nox && \
qbittorrent-nox --version
##################################################################
# other customisations
##################################################################
##################################################################
# cleaninig up
##################################################################
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}
#healthcheck. good practice
HEALTHCHECK --interval=2m --timeout=3s CMD curl --insecure -f ${QBT_PROTOCOL}://localhost:${QBT_PORT_WEBUI}/ || exit 1
# Add image configuration and scripts
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod 755 /usr/bin/docker-entrypoint.sh
RUN updatedb
#Final config
EXPOSE ${QBT_PORT_WEBUI} ${QBT_PORT_WEBUI}/udp ${QBT_PORT_NAT} ${QBT_PORT_NAT}/udp ${QBT_PORT_TRACKER} ${QBT_PORT_TRACKER}/udp
ENTRYPOINT ["tini", "-s", "--", "docker-entrypoint.sh"]
CMD ["docker-entrypoint.sh"]

View File

@ -1,24 +1,15 @@
#version: '3'
services:
qbt:
image: "epicmorg/qbittorrent:${QBT_RELEASE}"
image: "epicmorg/qbittorrent:4.5.4"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent2:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT2_RELEASE}"
image: "epicmorg/qbittorrent:4.5.4-libtorrent2.0.9"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent1:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT1_RELEASE}"
image: "epicmorg/qbittorrent:4.5.4-libtorrent1.2.19"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT1_RELEASE}
dockerfile: ./Dockerfile.libtorrent1

View File

@ -1,3 +0,0 @@
QBT_RELEASE=4.5.5
LT1_RELEASE=1.2.19
LT2_RELEASE=2.0.9

View File

@ -5,11 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG QBT_RELEASE
ARG LT_RELEASE
ENV QBT_VERSION=${QBT_RELEASE}
ENV QBT_LIBTORRENT_VERSION=${LT_RELEASE}
ENV QBT_VERSION=4.5.5
ENV QBT_LIBTORRENT_VERSION=2.0.9
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
@ -37,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue
##################################################################
# cleaninig up
##################################################################
RUN apt clean -y && \
apt autoclean -y && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/archives/*.deb && \
rm -rf /builds/* && \
rm -rf /valve/*
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}

View File

@ -0,0 +1,59 @@
FROM epicmorg/debian:bookworm
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ENV QBT_VERSION=4.5.5
ENV QBT_LIBTORRENT_VERSION=1.2.19
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
ENV QBT_PORT_WEBUI=8282
ENV QBT_PORT_TRACKER=9000
ENV QBT_PORT_NAT=1337
ENV QBT_PROTOCOL=http
##################################################################
# Files and folders
##################################################################
RUN mkdir -p ${QBT_DIR}
############################# ####################################
# qbittorrent install
##################################################################
RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ${QBT_URL} -O /usr/bin/qbittorrent-nox && \
chmod +x /usr/bin/qbittorrent-nox && \
qbittorrent-nox --version
##################################################################
# other customisations
##################################################################
##################################################################
# cleaninig up
##################################################################
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}
#healthcheck. good practice
HEALTHCHECK --interval=2m --timeout=3s CMD curl --insecure -f ${QBT_PROTOCOL}://localhost:${QBT_PORT_WEBUI}/ || exit 1
# Add image configuration and scripts
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod 755 /usr/bin/docker-entrypoint.sh
RUN updatedb
#Final config
EXPOSE ${QBT_PORT_WEBUI} ${QBT_PORT_WEBUI}/udp ${QBT_PORT_NAT} ${QBT_PORT_NAT}/udp ${QBT_PORT_TRACKER} ${QBT_PORT_TRACKER}/udp
ENTRYPOINT ["tini", "-s", "--", "docker-entrypoint.sh"]
CMD ["docker-entrypoint.sh"]

View File

@ -1,24 +1,15 @@
#version: '3'
services:
qbt:
image: "epicmorg/qbittorrent:${QBT_RELEASE}"
image: "epicmorg/qbittorrent:4.5.5"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent2:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT2_RELEASE}"
image: "epicmorg/qbittorrent:4.5.5-libtorrent2.0.9"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent1:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT1_RELEASE}"
image: "epicmorg/qbittorrent:4.5.5-libtorrent1.2.19"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT1_RELEASE}
dockerfile: ./Dockerfile.libtorrent1

View File

@ -1,3 +0,0 @@
QBT_RELEASE=4.6.0
LT1_RELEASE=1.2.19
LT2_RELEASE=2.0.9

View File

@ -5,11 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG QBT_RELEASE
ARG LT_RELEASE
ENV QBT_VERSION=${QBT_RELEASE}
ENV QBT_LIBTORRENT_VERSION=${LT_RELEASE}
ENV QBT_VERSION=4.6.0
ENV QBT_LIBTORRENT_VERSION=2.0.9
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
@ -37,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue
##################################################################
# cleaninig up
##################################################################
RUN apt clean -y && \
apt autoclean -y && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/archives/*.deb && \
rm -rf /builds/* && \
rm -rf /valve/*
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}

View File

@ -0,0 +1,59 @@
FROM epicmorg/debian:bookworm
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ENV QBT_VERSION=4.6.0
ENV QBT_LIBTORRENT_VERSION=1.2.19
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
ENV QBT_PORT_WEBUI=8282
ENV QBT_PORT_TRACKER=9000
ENV QBT_PORT_NAT=1337
ENV QBT_PROTOCOL=http
##################################################################
# Files and folders
##################################################################
RUN mkdir -p ${QBT_DIR}
############################# ####################################
# qbittorrent install
##################################################################
RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ${QBT_URL} -O /usr/bin/qbittorrent-nox && \
chmod +x /usr/bin/qbittorrent-nox && \
qbittorrent-nox --version
##################################################################
# other customisations
##################################################################
##################################################################
# cleaninig up
##################################################################
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}
#healthcheck. good practice
HEALTHCHECK --interval=2m --timeout=3s CMD curl --insecure -f ${QBT_PROTOCOL}://localhost:${QBT_PORT_WEBUI}/ || exit 1
# Add image configuration and scripts
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod 755 /usr/bin/docker-entrypoint.sh
RUN updatedb
#Final config
EXPOSE ${QBT_PORT_WEBUI} ${QBT_PORT_WEBUI}/udp ${QBT_PORT_NAT} ${QBT_PORT_NAT}/udp ${QBT_PORT_TRACKER} ${QBT_PORT_TRACKER}/udp
ENTRYPOINT ["tini", "-s", "--", "docker-entrypoint.sh"]
CMD ["docker-entrypoint.sh"]

View File

@ -1,24 +1,15 @@
#version: '3'
services:
qbt:
image: "epicmorg/qbittorrent:${QBT_RELEASE}"
image: "epicmorg/qbittorrent:4.6.0"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent2:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT2_RELEASE}"
image: "epicmorg/qbittorrent:4.6.0-libtorrent2.0.9"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent1:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT1_RELEASE}"
image: "epicmorg/qbittorrent:4.6.0-libtorrent1.2.19"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT1_RELEASE}
dockerfile: ./Dockerfile.libtorrent1

View File

@ -1,3 +0,0 @@
QBT_RELEASE=4.6.1
LT1_RELEASE=1.2.19
LT2_RELEASE=2.0.9

View File

@ -5,11 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG QBT_RELEASE
ARG LT_RELEASE
ENV QBT_VERSION=${QBT_RELEASE}
ENV QBT_LIBTORRENT_VERSION=${LT_RELEASE}
ENV QBT_VERSION=4.6.1
ENV QBT_LIBTORRENT_VERSION=2.0.9
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
@ -37,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue
##################################################################
# cleaninig up
##################################################################
RUN apt clean -y && \
apt autoclean -y && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/archives/*.deb && \
rm -rf /builds/* && \
rm -rf /valve/*
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}

View File

@ -0,0 +1,59 @@
FROM epicmorg/debian:bookworm
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ENV QBT_VERSION=4.6.1
ENV QBT_LIBTORRENT_VERSION=1.2.19
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
ENV QBT_PORT_WEBUI=8282
ENV QBT_PORT_TRACKER=9000
ENV QBT_PORT_NAT=1337
ENV QBT_PROTOCOL=http
##################################################################
# Files and folders
##################################################################
RUN mkdir -p ${QBT_DIR}
############################# ####################################
# qbittorrent install
##################################################################
RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ${QBT_URL} -O /usr/bin/qbittorrent-nox && \
chmod +x /usr/bin/qbittorrent-nox && \
qbittorrent-nox --version
##################################################################
# other customisations
##################################################################
##################################################################
# cleaninig up
##################################################################
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}
#healthcheck. good practice
HEALTHCHECK --interval=2m --timeout=3s CMD curl --insecure -f ${QBT_PROTOCOL}://localhost:${QBT_PORT_WEBUI}/ || exit 1
# Add image configuration and scripts
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod 755 /usr/bin/docker-entrypoint.sh
RUN updatedb
#Final config
EXPOSE ${QBT_PORT_WEBUI} ${QBT_PORT_WEBUI}/udp ${QBT_PORT_NAT} ${QBT_PORT_NAT}/udp ${QBT_PORT_TRACKER} ${QBT_PORT_TRACKER}/udp
ENTRYPOINT ["tini", "-s", "--", "docker-entrypoint.sh"]
CMD ["docker-entrypoint.sh"]

View File

@ -1,24 +1,15 @@
#version: '3'
services:
qbt:
image: "epicmorg/qbittorrent:${QBT_RELEASE}"
image: "epicmorg/qbittorrent:4.6.1"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent2:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT2_RELEASE}"
image: "epicmorg/qbittorrent:4.6.1-libtorrent2.0.9"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent1:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT1_RELEASE}"
image: "epicmorg/qbittorrent:4.6.1-libtorrent1.2.19"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT1_RELEASE}
dockerfile: ./Dockerfile.libtorrent1

View File

@ -1,3 +0,0 @@
QBT_RELEASE=4.6.2
LT1_RELEASE=1.2.19
LT2_RELEASE=2.0.9

View File

@ -5,11 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG QBT_RELEASE
ARG LT_RELEASE
ENV QBT_VERSION=${QBT_RELEASE}
ENV QBT_LIBTORRENT_VERSION=${LT_RELEASE}
ENV QBT_VERSION=4.6.2
ENV QBT_LIBTORRENT_VERSION=2.0.9
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
@ -37,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue
##################################################################
# cleaninig up
##################################################################
RUN apt clean -y && \
apt autoclean -y && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/archives/*.deb && \
rm -rf /builds/* && \
rm -rf /valve/*
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}

View File

@ -0,0 +1,59 @@
FROM epicmorg/debian:bookworm
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ENV QBT_VERSION=4.6.2
ENV QBT_LIBTORRENT_VERSION=1.2.19
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
ENV QBT_PORT_WEBUI=8282
ENV QBT_PORT_TRACKER=9000
ENV QBT_PORT_NAT=1337
ENV QBT_PROTOCOL=http
##################################################################
# Files and folders
##################################################################
RUN mkdir -p ${QBT_DIR}
############################# ####################################
# qbittorrent install
##################################################################
RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ${QBT_URL} -O /usr/bin/qbittorrent-nox && \
chmod +x /usr/bin/qbittorrent-nox && \
qbittorrent-nox --version
##################################################################
# other customisations
##################################################################
##################################################################
# cleaninig up
##################################################################
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}
#healthcheck. good practice
HEALTHCHECK --interval=2m --timeout=3s CMD curl --insecure -f ${QBT_PROTOCOL}://localhost:${QBT_PORT_WEBUI}/ || exit 1
# Add image configuration and scripts
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod 755 /usr/bin/docker-entrypoint.sh
RUN updatedb
#Final config
EXPOSE ${QBT_PORT_WEBUI} ${QBT_PORT_WEBUI}/udp ${QBT_PORT_NAT} ${QBT_PORT_NAT}/udp ${QBT_PORT_TRACKER} ${QBT_PORT_TRACKER}/udp
ENTRYPOINT ["tini", "-s", "--", "docker-entrypoint.sh"]
CMD ["docker-entrypoint.sh"]

View File

@ -1,24 +1,15 @@
#version: '3'
services:
qbt:
image: "epicmorg/qbittorrent:${QBT_RELEASE}"
image: "epicmorg/qbittorrent:4.6.2"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent2:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT2_RELEASE}"
image: "epicmorg/qbittorrent:4.6.2-libtorrent2.0.9"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent1:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT1_RELEASE}"
image: "epicmorg/qbittorrent:4.6.2-libtorrent1.2.19"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT1_RELEASE}
dockerfile: ./Dockerfile.libtorrent1

View File

@ -1,3 +0,0 @@
QBT_RELEASE=4.6.3
LT1_RELEASE=1.2.19
LT2_RELEASE=2.0.9

View File

@ -5,11 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG QBT_RELEASE
ARG LT_RELEASE
ENV QBT_VERSION=${QBT_RELEASE}
ENV QBT_LIBTORRENT_VERSION=${LT_RELEASE}
ENV QBT_VERSION=4.6.3
ENV QBT_LIBTORRENT_VERSION=2.0.9
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
@ -37,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue
##################################################################
# cleaninig up
##################################################################
RUN apt clean -y && \
apt autoclean -y && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/archives/*.deb && \
rm -rf /builds/* && \
rm -rf /valve/*
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}

View File

@ -0,0 +1,59 @@
FROM epicmorg/debian:bookworm
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ENV QBT_VERSION=4.6.3
ENV QBT_LIBTORRENT_VERSION=1.2.19
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
ENV QBT_PORT_WEBUI=8282
ENV QBT_PORT_TRACKER=9000
ENV QBT_PORT_NAT=1337
ENV QBT_PROTOCOL=http
##################################################################
# Files and folders
##################################################################
RUN mkdir -p ${QBT_DIR}
############################# ####################################
# qbittorrent install
##################################################################
RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ${QBT_URL} -O /usr/bin/qbittorrent-nox && \
chmod +x /usr/bin/qbittorrent-nox && \
qbittorrent-nox --version
##################################################################
# other customisations
##################################################################
##################################################################
# cleaninig up
##################################################################
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}
#healthcheck. good practice
HEALTHCHECK --interval=2m --timeout=3s CMD curl --insecure -f ${QBT_PROTOCOL}://localhost:${QBT_PORT_WEBUI}/ || exit 1
# Add image configuration and scripts
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod 755 /usr/bin/docker-entrypoint.sh
RUN updatedb
#Final config
EXPOSE ${QBT_PORT_WEBUI} ${QBT_PORT_WEBUI}/udp ${QBT_PORT_NAT} ${QBT_PORT_NAT}/udp ${QBT_PORT_TRACKER} ${QBT_PORT_TRACKER}/udp
ENTRYPOINT ["tini", "-s", "--", "docker-entrypoint.sh"]
CMD ["docker-entrypoint.sh"]

View File

@ -1,23 +1,15 @@
#version: '3'
services:
qbt:
image: "epicmorg/qbittorrent:${QBT_RELEASE}"
image: "epicmorg/qbittorrent:4.6.3"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent2:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT2_RELEASE}"
image: "epicmorg/qbittorrent:4.6.3-libtorrent2.0.9"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT2_RELEASE}
qbt-libtorrent1:
image: "epicmorg/qbittorrent:${QBT_RELEASE}-libtorrent${LT1_RELEASE}"
image: "epicmorg/qbittorrent:4.6.3-libtorrent1.2.19"
build:
context: .
args:
QBT_RELEASE: ${QBT_RELEASE}
LT_RELEASE: ${LT1_RELEASE}
dockerfile: ./Dockerfile.libtorrent1

View File

@ -1,3 +0,0 @@
QBT_RELEASE=4.6.4
LT1_RELEASE=1.2.19
LT2_RELEASE=2.0.10

View File

@ -5,11 +5,8 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG QBT_RELEASE
ARG LT_RELEASE
ENV QBT_VERSION=${QBT_RELEASE}
ENV QBT_LIBTORRENT_VERSION=${LT_RELEASE}
ENV QBT_VERSION=4.6.4
ENV QBT_LIBTORRENT_VERSION=2.0.10
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
@ -37,12 +34,12 @@ RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue
##################################################################
# cleaninig up
##################################################################
RUN apt clean -y && \
apt autoclean -y && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/archives/*.deb && \
rm -rf /builds/* && \
rm -rf /valve/*
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}

View File

@ -0,0 +1,59 @@
FROM epicmorg/debian:bookworm
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ENV QBT_VERSION=4.6.4
ENV QBT_LIBTORRENT_VERSION=1.2.19
ENV QBT_URL=https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-${QBT_VERSION}_v${QBT_LIBTORRENT_VERSION}/x86_64-qbittorrent-nox
ENV QBT_DIR=/opt/qbittorrent
ENV QBT_PORT_WEBUI=8282
ENV QBT_PORT_TRACKER=9000
ENV QBT_PORT_NAT=1337
ENV QBT_PROTOCOL=http
##################################################################
# Files and folders
##################################################################
RUN mkdir -p ${QBT_DIR}
############################# ####################################
# qbittorrent install
##################################################################
RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue ${QBT_URL} -O /usr/bin/qbittorrent-nox && \
chmod +x /usr/bin/qbittorrent-nox && \
qbittorrent-nox --version
##################################################################
# other customisations
##################################################################
##################################################################
# cleaninig up
##################################################################
RUN echo "clean up" && \
apt-get clean -y && \
apt-get autoclean -y && \
rm -rfv /var/lib/apt/lists/* && \
rm -rfv /tmp/* && \
rm -rfv /var/cache/apt/archives/*.deb
VOLUME ${QBT_DIR}
#healthcheck. good practice
HEALTHCHECK --interval=2m --timeout=3s CMD curl --insecure -f ${QBT_PROTOCOL}://localhost:${QBT_PORT_WEBUI}/ || exit 1
# Add image configuration and scripts
COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod 755 /usr/bin/docker-entrypoint.sh
RUN updatedb
#Final config
EXPOSE ${QBT_PORT_WEBUI} ${QBT_PORT_WEBUI}/udp ${QBT_PORT_NAT} ${QBT_PORT_NAT}/udp ${QBT_PORT_TRACKER} ${QBT_PORT_TRACKER}/udp
ENTRYPOINT ["tini", "-s", "--", "docker-entrypoint.sh"]
CMD ["docker-entrypoint.sh"]

Some files were not shown because too many files have changed in this diff Show More