hyperf / hyperf-docker

🐳 The docker image offered by Hyperf.
https://hub.docker.com/r/hyperf/hyperf
306 stars 204 forks source link

8.0/alpine/swoole/Dockerfile有错,build报错 #41

Closed aeonluck closed 2 years ago

aeonluck commented 2 years ago

1, 第10行: FROM hyperf/hyperf:8.0-alpine-v${ALPINE_VERSION}-base ${ALPINE_VERSION} 变量读取不到,当运行 docker build -f Dockerfile . 时会报错: failed to solve with frontend dockerfile.v0: failed to create LLB definition: docker.io/hyperf/hyperf:8.0-alpine-v-base: not found

2,当手动修改Dockerfile中的${ALPINE_VERSION}为具体版本如 3.14时,则可以执行。

limingxinleo commented 2 years ago

这个不是让你这么用的。。。

limingxinleo commented 2 years ago

你看.github目录