images/java-base.build.yml
2024-10-05 11:46:21 +02:00

27 lines
524 B
YAML

registries:
- registry.tek.govt.hu
repos:
- name: java-base
library: dowerx
path: java-base
args:
- key: VERSION
value: "${VERSION}"
tags:
- name: latest
tags:
- amd64
- arm64
- name: "${VERSION}"
tags:
- "${VERSION}-amd64"
- "${VERSION}-arm64"
builds:
- arch: amd64
tags:
- amd64
- "${VERSION}-amd64"
- arch: arm64
tags:
- arm64
- "${VERSION}-arm64"