mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-12 22:57:55 +03:00
backports
This commit is contained in:
parent
2a9bffac3c
commit
538e5ec722
13
.github/FUNDING.yml
vendored
13
.github/FUNDING.yml
vendored
@ -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']
|
27
.github/ISSUE_TEMPLATE/bug_report.md
vendored
27
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -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.
|
18
.github/ISSUE_TEMPLATE/cve_report.md
vendored
18
.github/ISSUE_TEMPLATE/cve_report.md
vendored
@ -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.
|
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
21
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -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.
|
17
.github/ISSUE_TEMPLATE/task_generic.md
vendored
17
.github/ISSUE_TEMPLATE/task_generic.md
vendored
@ -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.
|
65
.github/ISSUE_TEMPLATE/test_form.yml
vendored
65
.github/ISSUE_TEMPLATE/test_form.yml
vendored
@ -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
|
||||
|
13
.github/pull_request_template.md
vendored
13
.github/pull_request_template.md
vendored
@ -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_
|
@ -1,9 +1,7 @@
|
||||
name: EpicMorg Advanced Debian Python Images
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '1 1 * * 1,3,5'
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
name: EpicMorg EcoSystem FreeGPT Images
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'develop'
|
||||
schedule:
|
||||
- cron: '0 0 * * 2,4,6'
|
||||
|
||||
|
@ -1,9 +1,6 @@
|
||||
name: EpicMorg Advanced Images
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 02 * * 2,4,6'
|
||||
|
@ -1,9 +1,6 @@
|
||||
name: EpicMorg Advanced Nextcloud Images
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 02 * * 2,4,6'
|
||||
|
@ -1,9 +1,6 @@
|
||||
name: "EpicMorg Advanced Vscode Server Images"
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * 2,4,6'
|
||||
|
@ -1,9 +1,6 @@
|
||||
name: EpicMorg Advanced Zabbix Images
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 03 * * 2,4,6'
|
||||
|
@ -1,9 +1,6 @@
|
||||
name: EpicMorg EcoSystem Atlassian Main Images
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '5 5 * * 1,3,5'
|
||||
|
@ -1,9 +1,6 @@
|
||||
name: EpicMorg Debian 10 Images
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * 1,3,5'
|
||||
|
@ -1,9 +1,6 @@
|
||||
name: EpicMorg Debian 11 Images
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * 1,3,5'
|
||||
|
@ -1,9 +1,6 @@
|
||||
name: EpicMorg Debian 12 Images
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * 1,3,5'
|
||||
|
@ -1,9 +1,6 @@
|
||||
name: EpicMorg Debian 13 Images
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '1 1 * * 1,3,5'
|
||||
|
@ -1,9 +1,6 @@
|
||||
name: EpicMorg Debian 6 Images
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * 1,3,5'
|
||||
|
@ -1,9 +1,6 @@
|
||||
name: EpicMorg Debian 7 Images
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * 1,3,5'
|
||||
|
@ -1,9 +1,6 @@
|
||||
name: EpicMorg Debian 8 Images
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * 1,3,5'
|
||||
|
@ -1,9 +1,6 @@
|
||||
name: EpicMorg Debian 9 Images
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * 1,3,5'
|
||||
|
@ -1,9 +1,6 @@
|
||||
name: EpicMorg Debian SID Images
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '2 2 * * 1,3,5'
|
||||
|
@ -1,9 +1,6 @@
|
||||
name: EpicMorg EcoSystem Gitlab Runner Images
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '4 5 * * 2,4,6'
|
||||
|
@ -1,9 +1,6 @@
|
||||
name: EpicMorg EcoSystem Perfocre Images
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '4 4 * * 1,3,5'
|
||||
|
@ -1,9 +1,7 @@
|
||||
name: EpicMorg EcoSystem PostgreSQL Images
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '5 5 * * 1,3,5'
|
||||
|
||||
|
@ -1,9 +1,7 @@
|
||||
name: EpicMorg EcoSystem TeamCity Agents Images
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '4 4 * * 2,4,6'
|
||||
|
||||
|
@ -1,9 +1,7 @@
|
||||
name: EpicMorg EcoSystem Testrail Images
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '4 4 * * 1,3,5'
|
||||
|
||||
|
@ -1,9 +1,7 @@
|
||||
name: EpicMorg EcoSystem Web Images
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '2 2 * * 1,3,5'
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,9 +1,7 @@
|
||||
name: EpicMorg experimental Images
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'master'
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 01 * * 2,4,6'
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
# Changelog
|
||||
## 2024
|
||||
* `dec`
|
||||
* migrated `qbittorrent` images to new baseline
|
||||
* `sep`, `oct`, `nov`
|
||||
* fixed some bugs in `Makefile`
|
||||
* fixed `Dockerfile` bugs
|
||||
|
6
Makefile
6
Makefile
@ -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:
|
||||
|
@ -1,3 +0,0 @@
|
||||
QBT_RELEASE=4.4.0
|
||||
LT1_RELEASE=1.2.15
|
||||
LT2_RELEASE=2.0.5
|
@ -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}
|
||||
|
||||
|
59
linux/ecosystem/qbittorrent/4.4.0/Dockerfile.libtorrent1
Normal file
59
linux/ecosystem/qbittorrent/4.4.0/Dockerfile.libtorrent1
Normal 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"]
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
QBT_RELEASE=4.4.1
|
||||
LT1_RELEASE=1.2.15
|
||||
LT2_RELEASE=2.0.5
|
@ -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}
|
||||
|
||||
|
59
linux/ecosystem/qbittorrent/4.4.1/Dockerfile.libtorrent1
Normal file
59
linux/ecosystem/qbittorrent/4.4.1/Dockerfile.libtorrent1
Normal 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"]
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
QBT_RELEASE=4.4.2
|
||||
LT1_RELEASE=1.2.16
|
||||
LT2_RELEASE=2.0.6
|
@ -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}
|
||||
|
||||
|
59
linux/ecosystem/qbittorrent/4.4.2/Dockerfile.libtorrent1
Normal file
59
linux/ecosystem/qbittorrent/4.4.2/Dockerfile.libtorrent1
Normal 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"]
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
QBT_RELEASE=4.4.3.1
|
||||
LT1_RELEASE=1.2.17
|
||||
LT2_RELEASE=2.0.7
|
@ -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}
|
||||
|
||||
|
59
linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile.libtorrent1
Normal file
59
linux/ecosystem/qbittorrent/4.4.3.1/Dockerfile.libtorrent1
Normal 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"]
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
QBT_RELEASE=4.4.4
|
||||
LT1_RELEASE=1.2.17
|
||||
LT2_RELEASE=2.0.7
|
@ -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}
|
||||
|
||||
|
59
linux/ecosystem/qbittorrent/4.4.4/Dockerfile.libtorrent1
Normal file
59
linux/ecosystem/qbittorrent/4.4.4/Dockerfile.libtorrent1
Normal 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"]
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
QBT_RELEASE=4.4.5
|
||||
LT1_RELEASE=1.2.18
|
||||
LT2_RELEASE=2.0.8
|
@ -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}
|
||||
|
||||
|
59
linux/ecosystem/qbittorrent/4.4.5/Dockerfile.libtorrent1
Normal file
59
linux/ecosystem/qbittorrent/4.4.5/Dockerfile.libtorrent1
Normal 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"]
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
QBT_RELEASE=4.5.0
|
||||
LT1_RELEASE=1.2.18
|
||||
LT2_RELEASE=2.0.8
|
@ -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}
|
||||
|
||||
|
59
linux/ecosystem/qbittorrent/4.5.0/Dockerfile.libtorrent1
Normal file
59
linux/ecosystem/qbittorrent/4.5.0/Dockerfile.libtorrent1
Normal 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"]
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
QBT_RELEASE=4.5.1
|
||||
LT1_RELEASE=1.2.18
|
||||
LT2_RELEASE=2.0.8
|
@ -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}
|
||||
|
||||
|
59
linux/ecosystem/qbittorrent/4.5.1/Dockerfile.libtorrent1
Normal file
59
linux/ecosystem/qbittorrent/4.5.1/Dockerfile.libtorrent1
Normal 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"]
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
QBT_RELEASE=4.5.2
|
||||
LT1_RELEASE=1.2.19
|
||||
LT2_RELEASE=2.0.9
|
@ -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}
|
||||
|
||||
|
59
linux/ecosystem/qbittorrent/4.5.2/Dockerfile.libtorrent1
Normal file
59
linux/ecosystem/qbittorrent/4.5.2/Dockerfile.libtorrent1
Normal 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"]
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
QBT_RELEASE=4.5.3
|
||||
LT1_RELEASE=1.2.19
|
||||
LT2_RELEASE=2.0.9
|
@ -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}
|
||||
|
||||
|
59
linux/ecosystem/qbittorrent/4.5.3/Dockerfile.libtorrent1
Normal file
59
linux/ecosystem/qbittorrent/4.5.3/Dockerfile.libtorrent1
Normal 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"]
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
QBT_RELEASE=4.5.4
|
||||
LT1_RELEASE=1.2.19
|
||||
LT2_RELEASE=2.0.9
|
@ -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}
|
||||
|
||||
|
59
linux/ecosystem/qbittorrent/4.5.4/Dockerfile.libtorrent1
Normal file
59
linux/ecosystem/qbittorrent/4.5.4/Dockerfile.libtorrent1
Normal 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"]
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
QBT_RELEASE=4.5.5
|
||||
LT1_RELEASE=1.2.19
|
||||
LT2_RELEASE=2.0.9
|
@ -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}
|
||||
|
||||
|
59
linux/ecosystem/qbittorrent/4.5.5/Dockerfile.libtorrent1
Normal file
59
linux/ecosystem/qbittorrent/4.5.5/Dockerfile.libtorrent1
Normal 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"]
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
QBT_RELEASE=4.6.0
|
||||
LT1_RELEASE=1.2.19
|
||||
LT2_RELEASE=2.0.9
|
@ -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}
|
||||
|
||||
|
59
linux/ecosystem/qbittorrent/4.6.0/Dockerfile.libtorrent1
Normal file
59
linux/ecosystem/qbittorrent/4.6.0/Dockerfile.libtorrent1
Normal 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"]
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
QBT_RELEASE=4.6.1
|
||||
LT1_RELEASE=1.2.19
|
||||
LT2_RELEASE=2.0.9
|
@ -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}
|
||||
|
||||
|
59
linux/ecosystem/qbittorrent/4.6.1/Dockerfile.libtorrent1
Normal file
59
linux/ecosystem/qbittorrent/4.6.1/Dockerfile.libtorrent1
Normal 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"]
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
QBT_RELEASE=4.6.2
|
||||
LT1_RELEASE=1.2.19
|
||||
LT2_RELEASE=2.0.9
|
@ -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}
|
||||
|
||||
|
59
linux/ecosystem/qbittorrent/4.6.2/Dockerfile.libtorrent1
Normal file
59
linux/ecosystem/qbittorrent/4.6.2/Dockerfile.libtorrent1
Normal 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"]
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
QBT_RELEASE=4.6.3
|
||||
LT1_RELEASE=1.2.19
|
||||
LT2_RELEASE=2.0.9
|
@ -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}
|
||||
|
||||
|
59
linux/ecosystem/qbittorrent/4.6.3/Dockerfile.libtorrent1
Normal file
59
linux/ecosystem/qbittorrent/4.6.3/Dockerfile.libtorrent1
Normal 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"]
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
QBT_RELEASE=4.6.4
|
||||
LT1_RELEASE=1.2.19
|
||||
LT2_RELEASE=2.0.10
|
@ -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}
|
||||
|
||||
|
59
linux/ecosystem/qbittorrent/4.6.4/Dockerfile.libtorrent1
Normal file
59
linux/ecosystem/qbittorrent/4.6.4/Dockerfile.libtorrent1
Normal 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
Loading…
x
Reference in New Issue
Block a user