ansible-doctor/docker/manifest.tmpl

25 lines
678 B
Cheetah
Raw Normal View History

2020-09-27 12:21:54 +00:00
image: thegeeklab/ansible-doctor:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
2019-10-09 09:05:02 +00:00
{{#if build.tags}}
tags:
{{#each build.tags}}
2019-10-09 11:03:55 +00:00
- {{this}}
2019-10-09 09:05:02 +00:00
{{/each}}
{{/if}}
manifests:
2020-09-27 12:21:54 +00:00
- image: thegeeklab/ansible-doctor:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}amd64
2019-10-09 09:05:02 +00:00
platform:
architecture: amd64
os: linux
2020-09-27 12:21:54 +00:00
- image: thegeeklab/ansible-doctor:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}arm64
2019-10-09 09:05:02 +00:00
platform:
architecture: arm64
os: linux
2019-10-09 11:03:55 +00:00
variant: v8
2019-10-09 09:05:02 +00:00
2020-09-27 12:21:54 +00:00
- image: thegeeklab/ansible-doctor:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}arm
2019-10-09 09:05:02 +00:00
platform:
architecture: arm
os: linux
2019-10-09 11:03:55 +00:00
variant: v7