gitlab-ci-pipeline-php icon indicating copy to clipboard operation
gitlab-ci-pipeline-php copied to clipboard

8.0-alpine is still using Composer v1.x

Open smujaddid opened this issue 4 years ago • 2 comments

When I tried to build a derived image, the edbizarro/gitlab-ci-pipeline-php:8.0-alpine image is still using Composer v1.x

$ docker run -t --rm $IMAGE_NAME:$IMAGE_VERSION --version
PHP 8.0.1 (cli) (built: Jan 29 2021 01:15:56) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.1, Copyright (c) Zend Technologies
    with Zend OPcache v8.0.1, Copyright (c), by Zend Technologies
    with Xdebug v3.0.2, Copyright (c) 2002-2021, by Derick Rethans
$ docker run -t --rm $IMAGE_NAME:$IMAGE_VERSION composer --version
Composer version 1.10.20 2021-01-27 15:41:06

I think one of your build was failed so the image in docker hub was not updated. The failed build is https://gitlab.com/edbizarro/gitlab-ci-pipeline-php/-/pipelines/250324780

smujaddid avatar Mar 08 '21 14:03 smujaddid

The same is the case for edbizarro/gitlab-ci-pipeline-php:8.0, I'm running sudo composer self-update --2 for now but it would be great to get that out 😄

cwdt avatar Mar 22 '21 13:03 cwdt

I see this update but not work.

I needs use tip of @cwdt usin 8-0-alpine

Remove all artifacts and olds contaniers and images on my docker machine.

abkrim avatar Sep 15 '21 17:09 abkrim