mirror of
https://github.com/gshang2017/docker.git
synced 2025-08-01 16:06:10 +00:00
qBittorrent:5.0.0 qee:5.0.0.10
This commit is contained in:
12
.github/workflows/qBittorrent.yml
vendored
12
.github/workflows/qBittorrent.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 'Set env'
|
- name: 'Set env'
|
||||||
run: |
|
run: |
|
||||||
@ -22,31 +22,31 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
id: qemu
|
id: qemu
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v3
|
||||||
with:
|
with:
|
||||||
platforms: all
|
platforms: all
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
id: buildx
|
id: buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
|
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: Login to GHCR
|
- name: Login to GHCR
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ./qBittorrent
|
context: ./qBittorrent
|
||||||
file: ./qBittorrent/Dockerfile
|
file: ./qBittorrent/Dockerfile
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
FROM ghcr.io/gshang2017/libtorrent:1 as compilingqB
|
FROM ghcr.io/gshang2017/libtorrent:1 as compilingqB
|
||||||
|
|
||||||
ARG QBITTORRENT_VER=5.0.0
|
ARG QBITTORRENT_VER=5.0.0
|
||||||
ARG QBITTORRENT_EE_VER=4.6.7.10
|
ARG QBITTORRENT_EE_VER=5.0.0.10
|
||||||
|
|
||||||
RUN apk add --no-cache ca-certificates cmake build-base boost-dev wget samurai qt6-qttools-dev \
|
RUN apk add --no-cache ca-certificates cmake build-base boost-dev wget samurai qt6-qttools-dev \
|
||||||
#qBittorrent-Enhanced-Edition
|
#qBittorrent-Enhanced-Edition
|
||||||
@ -33,7 +33,7 @@ RUN apk add --no-cache ca-certificates cmake build-base boost-dev wget samurai q
|
|||||||
FROM ghcr.io/gshang2017/libtorrent:2 as compilingqB2
|
FROM ghcr.io/gshang2017/libtorrent:2 as compilingqB2
|
||||||
|
|
||||||
ARG QBITTORRENT_VER=5.0.0
|
ARG QBITTORRENT_VER=5.0.0
|
||||||
ARG QBITTORRENT_EE_VER=4.6.7.10
|
ARG QBITTORRENT_EE_VER=5.0.0.10
|
||||||
|
|
||||||
RUN apk add --no-cache ca-certificates cmake build-base boost-dev wget samurai qt6-qttools-dev \
|
RUN apk add --no-cache ca-certificates cmake build-base boost-dev wget samurai qt6-qttools-dev \
|
||||||
#qBittorrent-Enhanced-Edition
|
#qBittorrent-Enhanced-Edition
|
||||||
@ -64,7 +64,7 @@ RUN apk add --no-cache ca-certificates cmake build-base boost-dev wget samurai q
|
|||||||
# docker qB
|
# docker qB
|
||||||
FROM alpine:3.20
|
FROM alpine:3.20
|
||||||
|
|
||||||
ARG S6_VER=3.2.0.0
|
ARG S6_VER=3.2.0.2
|
||||||
|
|
||||||
ENV UID=1000
|
ENV UID=1000
|
||||||
ENV GID=1000
|
ENV GID=1000
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
|名称|版本|说明|
|
|名称|版本|说明|
|
||||||
|:-|:-|:-|
|
|:-|:-|:-|
|
||||||
|qBittorrent-qBittorrentEE|5.0.0-4.6.7.10|(amd64;arm64v8;arm32v7) 集成Trackers自动更新|
|
|qBittorrent-qBittorrentEE|5.0.0-5.0.0.10|(amd64;arm64v8;arm32v7) 集成Trackers自动更新|
|
||||||
|
|
||||||
#### 版本升级注意:
|
#### 版本升级注意:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user