hyperf-docker icon indicating copy to clipboard operation
hyperf-docker copied to clipboard

🐳 The docker image offered by Hyperf.

Results 14 hyperf-docker issues
Sort by recently updated
recently updated
newest added

Hello, I tried to install package opentelemetry without success. The pecl extension was not found. I tried following the manual with the following commands: ``` RUN apk add --no-cache $PHPIZE_DEPS...

how to install ext-mongodb on php 8.2 with swoole?

# Build alpine-swoole will be failed for PHP 8.1 - alpine 3.16 - swoole 5.0.2 due to no php command. ## Executed command: ```shell docker compose build alpine-swool ``` ##...

# 是否有计划维护arm架构的docker镜像? ## Is there a plan to maintain the image of the arm architecture?

Looks we have [build.sh](https://github.com/hyperf/hyperf-docker/blob/master/build.sh) file can build/check all type of images. But actual users may only want to build one image. Add `env_example` may helpful for that case.

1.https://github.com/hyperf/hyperf-docker/blob/master/7.4/alpine/swoole/Dockerfile 中,将镜像改为php:7.4.28-fpm-alpine官方镜像,死活装不上swoole. 2.换成hyperf/hyperf:7.4-alpine-v${ALPINE_VERSION}-base后, 又报Do not run Composer as root/super user! See https://getcomposer.org/root for details 导致build 失败

参考dev,ln -s 了pecl到pecl8还是pecl8 not found swoole目录下的dockerfile应该如何正确添加相关extension

```shell PS D:\workdir> docker pull hyperf/8.0-alpine-v3.12-base Using default tag: latest Error response from daemon: pull access denied for hyperf/8.0-alpine-v3.12-base, repository does not exist or may require 'docker login': denied: requested...