Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8.0-alpine is still using Composer v1.x #121

Open
smujaddid opened this issue Mar 8, 2021 · 2 comments
Open

8.0-alpine is still using Composer v1.x #121

smujaddid opened this issue Mar 8, 2021 · 2 comments

Comments

@smujaddid
Copy link

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

@cwdt
Copy link

cwdt commented Mar 22, 2021

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 😄

@abkrim
Copy link

abkrim commented Sep 15, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants