Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
aad30fda0f | |||
3b63958dce |
@@ -1,12 +1,23 @@
|
|||||||
|
# Versioned manifest
|
||||||
image: bottledpills/deluge-openvpn:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
|
image: bottledpills/deluge-openvpn:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
|
||||||
manifests:
|
manifests:
|
||||||
-
|
- image: bottledpills/deluge-openvpn:{{#if build.tag}}{{trimPrefix "v" build.tag}}-linux-amd64{{else}}latest-linux-amd64{{/if}}
|
||||||
image: bottledpills/deluge-openvpn:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-amd64
|
|
||||||
platform:
|
platform:
|
||||||
architecture: amd64
|
architecture: amd64
|
||||||
os: linux
|
os: linux
|
||||||
-
|
- image: bottledpills/deluge-openvpn:{{#if build.tag}}{{trimPrefix "v" build.tag}}-linux-arm64{{else}}latest-linux-arm64{{/if}}
|
||||||
image: bottledpills/deluge-openvpn:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm64
|
platform:
|
||||||
|
architecture: arm64
|
||||||
|
os: linux
|
||||||
|
---
|
||||||
|
# Latest manifest
|
||||||
|
image: bottledpills/deluge-openvpn:latest
|
||||||
|
manifests:
|
||||||
|
- image: bottledpills/deluge-openvpn:latest-linux-amd64
|
||||||
|
platform:
|
||||||
|
architecture: amd64
|
||||||
|
os: linux
|
||||||
|
- image: bottledpills/deluge-openvpn:latest-linux-arm64
|
||||||
platform:
|
platform:
|
||||||
architecture: arm64
|
architecture: arm64
|
||||||
os: linux
|
os: linux
|
Reference in New Issue
Block a user