add label to template
This commit is contained in:
parent
53bba5337d
commit
65d2e24f35
@ -4,10 +4,12 @@ MAINTAINER \
|
|||||||
[Alexey Shabalin <shaba@altlinux.org>] \
|
[Alexey Shabalin <shaba@altlinux.org>] \
|
||||||
[Nadezhda Fedorova <fedor@altlinux.org]
|
[Nadezhda Fedorova <fedor@altlinux.org]
|
||||||
|
|
||||||
LABEL org.opencontainers.image.licenses="{{lic}}"
|
LABEL org.opencontainers.image.title="alt"
|
||||||
|
LABEL org.opencontainers.image.description="Minimal image"
|
||||||
|
LABEL org.opencontainers.image.licenses="{{ lic }}"
|
||||||
LABEL org.opencontainers.image.vendor="ALT Linux Team"
|
LABEL org.opencontainers.image.vendor="ALT Linux Team"
|
||||||
|
|
||||||
ADD {{source}} /
|
ADD {{ source }} /
|
||||||
|
|
||||||
RUN true > /etc/security/limits.d/50-defaults.conf
|
RUN true > /etc/security/limits.d/50-defaults.conf
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user