MilesChou / docker-phalcon

Dockerized Phalcon
https://hub.docker.com/repository/docker/mileschou/phalcon
MIT License
124 stars 41 forks source link

Build phalcon 4.0.0-alpha #37

Closed hosseinsalemi closed 4 years ago

hosseinsalemi commented 5 years ago

Please build phalcon 4.x and phalcon devtools 4.x

djumpen commented 4 years ago

@hosseinsalemi Have you successfully built such image? I can't configure phalcon4 with psr extension.

wajdijurry commented 4 years ago

+1 but for stable release

MilesChou commented 4 years ago

I will build Phalcon 4.x when stable release.

ruudboon commented 4 years ago

If you need some help with this ping me on Discord. V4 isn't far away ;)

alpody commented 4 years ago

I will build Phalcon 4.x when stable release.

Phalcon 4 have done. https://blog.phalcon.io/post/phalcon-4-0-0-released

MilesChou commented 4 years ago

Phalcon 4 is no longer support PHP 5.x ~ 7.1, so that I will adjust the readme structure.

MilesChou commented 4 years ago

Need Composer before install devtools.

$ docker run -it --rm mileschou/phalcon sh -c 'docker-phalcon-install-devtools; phalcon'                         
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   132    0   132    0     0    191      0 --:--:-- --:--:-- --:--:--   191
100 3266k    0 3266k    0     0   694k      0 --:--:--  0:00:04 --:--:-- 1072k
ERROR: Please run composer install

@Jeckerson Can you build an image for this image to require devtools phar?

Jeckerson commented 4 years ago

@MilesChou Could you build and push inside your org on docker hub?

Jeckerson commented 4 years ago

Also, for v4 devtools we already generate phalcon.phar

image

MilesChou commented 4 years ago

@Jeckerson Great! I can download phar from GitHub release. thx.

MilesChou commented 4 years ago

Update to 4.0.0, both Phalcon framework and devtools.