ansible-doctor/manifest.tmpl

23 lines
600 B
Cheetah
Raw Normal View History

2019-10-09 11:05:02 +02:00
image: xoxys/freshrss:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
{{#if build.tags}}
tags:
{{#each build.tags}}
- {{ this }}
{{/each}}
{{/if}}
manifests:
2019-10-09 11:16:52 +02:00
- image: xoxys/freshrss:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}amd64
2019-10-09 11:05:02 +02:00
platform:
architecture: amd64
os: linux
2019-10-09 11:16:52 +02:00
- image: xoxys/freshrss:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}arm64
2019-10-09 11:05:02 +02:00
platform:
architecture: arm64
os: linux
2019-10-09 11:16:52 +02:00
- image: xoxys/freshrss:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}arm
2019-10-09 11:05:02 +02:00
platform:
architecture: arm
os: linux