Compare commits
3 Commits
31a1ad4e72
...
v1.8.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 844ac546e5 | |||
| f121308163 | |||
| 581ee0ddf7 |
@@ -22,6 +22,7 @@ steps:
|
||||
repo: bottledpills/deluge-openvpn
|
||||
auto_tag: true
|
||||
auto_tag_suffix: linux-amd64
|
||||
platform: 'linux/amd64'
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@@ -47,6 +48,7 @@ steps:
|
||||
repo: bottledpills/deluge-openvpn
|
||||
auto_tag: true
|
||||
auto_tag_suffix: linux-arm64
|
||||
platform: 'linux/arm64'
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# OpenVPN and Deluge with WebUI
|
||||
|
||||
/badge.svg?branch=master)
|
||||
[](https://hub.docker.com/r/ebrianne/docker-deluge-openvpn/)
|
||||
[](https://drone.beatrice.wtf/bea/docker-deluge-openvpn)
|
||||
[](https://hub.docker.com/r/bottledpills/deluge-openvpn/)
|
||||
|
||||
## Acknowledgments
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM ubuntu:24.04
|
||||
FROM ubuntu:22.04
|
||||
|
||||
ARG DEBIAN_FRONTEND="noninteractive"
|
||||
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"
|
||||
ENV DUMB_INIT_BASE_URL="https://github.com/Yelp/dumb-init/releases/download/v1.2.5"
|
||||
|
||||
Reference in New Issue
Block a user