generate-stackbrew-library.sh: add `Builder: buildkit`
This allows using modern Dockerfile syntaxes in future. The image on Docker Hub has been already built with BuildKit. Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
parent
883c2153d2
commit
96d8435ef7
|
|
@ -55,6 +55,7 @@ cat <<-EOH
|
||||||
Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon),
|
Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon),
|
||||||
Joseph Ferguson <yosifkit@gmail.com> (@yosifkit)
|
Joseph Ferguson <yosifkit@gmail.com> (@yosifkit)
|
||||||
GitRepo: https://github.com/docker-library/httpd.git
|
GitRepo: https://github.com/docker-library/httpd.git
|
||||||
|
Builder: buildkit
|
||||||
EOH
|
EOH
|
||||||
|
|
||||||
# prints "$2$1$3$1...$N"
|
# prints "$2$1$3$1...$N"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue