docker-ftps/manifest.tmpl

20 lines
390 B
Cheetah
Raw Normal View History

2024-06-16 14:21:32 +00:00
image: docker.asperti.com/paspo/ftps:latest
2022-06-10 21:43:16 +00:00
{{#if build.tags}}
tags:
{{#each build.tags}}
- {{this}}
{{/each}}
{{/if}}
manifests:
-
2024-06-16 14:21:32 +00:00
image: docker.asperti.com/paspo/ftps:latest-linux-amd64
2022-06-10 21:43:16 +00:00
platform:
architecture: amd64
os: linux
-
2024-06-16 14:21:32 +00:00
image: docker.asperti.com/paspo/ftps:latest-linux-arm64
2022-06-10 21:43:16 +00:00
platform:
variant: v8
architecture: arm64
os: linux