forked from alt/image-forge
Compare commits
1 Commits
test-scrip
...
coredns-do
Author | SHA1 | Date | |
---|---|---|---|
6bbd2c463f |
@ -8,7 +8,11 @@ LABEL org.opencontainers.image.source="https://github.com/coredns/coredns"
|
|||||||
LABEL org.opencontainers.image.licenses="Apache-2.0"
|
LABEL org.opencontainers.image.licenses="Apache-2.0"
|
||||||
LABEL org.opencontainers.image.vendor="ALT Linux Team"
|
LABEL org.opencontainers.image.vendor="ALT Linux Team"
|
||||||
|
|
||||||
|
{% if pkg_versions and "k8s/coredns" in pkg_versions %}
|
||||||
{% set version_parts = pkg_versions["k8s/coredns"].split('.') | length %}
|
{% set version_parts = pkg_versions["k8s/coredns"].split('.') | length %}
|
||||||
|
{% else %}
|
||||||
|
{% set version_parts = 0 %}
|
||||||
|
{% endif %}
|
||||||
{% if branch in ["sisyphus"] and version_parts == 2 %}
|
{% if branch in ["sisyphus"] and version_parts == 2 %}
|
||||||
ARG PKG_VERSION
|
ARG PKG_VERSION
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user