Fix k8s/pause Dockerfile

This commit is contained in:
Mikhail Gordeev 2022-12-12 02:34:34 +03:00
parent 8afd023e43
commit 6a4e49aca7

View File

@ -1,4 +1,4 @@
FROM {{ registry }}{{ alt_image }}:{{ branch }}
FROM {{ registry }}{{ alt_image }}:{{ branch }} as installer
{{ install_pakages("kubernetes-pause") }}