3 Commits

Author SHA1 Message Date
844ac546e5 specify platform
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-28 22:38:01 +01:00
f121308163 Update README.md
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-28 14:06:20 +01:00
581ee0ddf7 Revert "Merge pull request 'Update ubuntu Docker tag to v24' (#2) from renovate/ubuntu-24.x into master"
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit 31a1ad4e72, reversing
changes made to f8ee0b97d6.
2025-03-27 00:32:39 +01:00
4 changed files with 6 additions and 4 deletions

View File

@@ -22,6 +22,7 @@ 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'
--- ---
kind: pipeline kind: pipeline
@@ -47,6 +48,7 @@ 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'
--- ---
kind: pipeline kind: pipeline

View File

@@ -1,7 +1,7 @@
# OpenVPN and Deluge with WebUI # OpenVPN and Deluge with WebUI
![Build/Push (master)](https://github.com/ebrianne/docker-deluge-openvpn/workflows/Build/Push%20(master)/badge.svg?branch=master) [![Build Status](https://drone.beatrice.wtf/api/badges/bea/docker-deluge-openvpn/status.svg)](https://drone.beatrice.wtf/bea/docker-deluge-openvpn)
[![Docker Pulls](https://img.shields.io/docker/pulls/ebrianne/docker-deluge-openvpn.svg)](https://hub.docker.com/r/ebrianne/docker-deluge-openvpn/) [![Docker Pulls](https://img.shields.io/docker/pulls/bottledpills/deluge-openvpn.svg)](https://hub.docker.com/r/bottledpills/deluge-openvpn/)
## Acknowledgments ## Acknowledgments

View File

@@ -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"

View File

@@ -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"