Compare commits
10 Commits
2ba53a33b6
...
v2.0.1
Author | SHA1 | Date | |
---|---|---|---|
3b63958dce | |||
d8a3cba654 | |||
844ac546e5 | |||
f121308163 | |||
581ee0ddf7 | |||
31a1ad4e72 | |||
f8ee0b97d6 | |||
a7a9d8da38 | |||
9f94cce6e1 | |||
f268698aa6 |
22
.drone.yml
22
.drone.yml
@@ -5,9 +5,11 @@ name: linux-amd64
|
|||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
|
node_selector:
|
||||||
|
kubernetes.io/arch: amd64
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- push
|
- tag
|
||||||
steps:
|
steps:
|
||||||
- name: docker
|
- name: docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@@ -20,6 +22,9 @@ steps:
|
|||||||
repo: bottledpills/deluge-openvpn
|
repo: bottledpills/deluge-openvpn
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
auto_tag_suffix: linux-amd64
|
auto_tag_suffix: linux-amd64
|
||||||
|
platform: 'linux/amd64'
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@@ -28,9 +33,11 @@ name: linux-arm64
|
|||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
node_selector:
|
||||||
|
kubernetes.io/arch: arm64
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- push
|
- tag
|
||||||
steps:
|
steps:
|
||||||
- name: docker
|
- name: docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@@ -43,6 +50,9 @@ steps:
|
|||||||
repo: bottledpills/deluge-openvpn
|
repo: bottledpills/deluge-openvpn
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
auto_tag_suffix: linux-arm64
|
auto_tag_suffix: linux-arm64
|
||||||
|
platform: 'linux/arm64'
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@@ -50,10 +60,12 @@ type: kubernetes
|
|||||||
name: manifest
|
name: manifest
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: arm64
|
||||||
|
node_selector:
|
||||||
|
kubernetes.io/arch: arm64
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- push
|
- tag
|
||||||
steps:
|
steps:
|
||||||
- name: manifest
|
- name: manifest
|
||||||
image: plugins/manifest
|
image: plugins/manifest
|
||||||
@@ -65,6 +77,8 @@ steps:
|
|||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
ignore_missing: true
|
ignore_missing: true
|
||||||
|
tags:
|
||||||
|
- latest
|
||||||
depends_on:
|
depends_on:
|
||||||
- linux-amd64
|
- linux-amd64
|
||||||
- linux-arm64
|
- linux-arm64
|
@@ -1,7 +1,7 @@
|
|||||||
# OpenVPN and Deluge with WebUI
|
# OpenVPN and Deluge with WebUI
|
||||||
|
|
||||||
/badge.svg?branch=master)
|
[](https://drone.beatrice.wtf/bea/docker-deluge-openvpn)
|
||||||
[](https://hub.docker.com/r/ebrianne/docker-deluge-openvpn/)
|
[](https://hub.docker.com/r/bottledpills/deluge-openvpn/)
|
||||||
|
|
||||||
## Acknowledgments
|
## Acknowledgments
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu:24.04
|
FROM ubuntu:22.04
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND="noninteractive"
|
ARG DEBIAN_FRONTEND="noninteractive"
|
||||||
ENV DUMB_INIT_BASE_URL="https://github.com/Yelp/dumb-init/releases/download/v1.2.5"
|
ENV DUMB_INIT_BASE_URL="https://github.com/Yelp/dumb-init/releases/download/v1.2.5"
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu:24.04
|
FROM ubuntu:22.04
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND="noninteractive"
|
ARG DEBIAN_FRONTEND="noninteractive"
|
||||||
ENV DUMB_INIT_BASE_URL="https://github.com/Yelp/dumb-init/releases/download/v1.2.5"
|
ENV DUMB_INIT_BASE_URL="https://github.com/Yelp/dumb-init/releases/download/v1.2.5"
|
||||||
|
Reference in New Issue
Block a user