Closed odai-alali closed 3 years ago
@schmunk42 would you please take a look?
Actually the latest 7.1 build also fails with the same error. See https://travis-ci.com/github/yiisoft/yii2-docker/jobs/448664571#L5751
In the end https://travis-ci.com/github/yiisoft/yii2-docker/jobs/448664571#L6023 the broken image gets pushed. I wonder if this is because the test is allowed to fail :disappointed:
For the future is should be fixed by https://github.com/yiisoft/yii2-docker/commit/7a3cbd9bd2aa54d8c34d665d2b5cdcd2d4f289ef
But we still need to fix and push the broken images somehow...
Was there a Xdebug update?
From 7.1 build log https://api.travis-ci.com/v3/job/448664567/log.txt
---> 638bdca6abe8
Step 7/15 : RUN printf "\n" | pecl install imagick xdebug mongodb && docker-php-ext-enable imagick mongodb
---> Running in 931e69005274
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
pecl/xdebug requires PHP (version >= 7.2.0, version <= 8.0.99), installed version is 7.1.33
downloading imagick-3.4.4.tgz ...
Even more strange that the Docker build is not failing here?!
@schmunk42 7.1 support is deprecated in xdebug 3.0.0
installing xdebug 2.9.8 solved it
Adding an Env variable for xdebug will be a solution for building all the tags
fixed via #105
@samdark I see this error on Travis...
Builds have been temporarily disabled for public repositories due to a negative credit balance. Please go to the Plan page to replenish your credit balance or alter your Consume paid credits for OSS setting.
I get an error, when I want to claim the OSS setting?!
@samdark I see this error on Travis...
Builds have been temporarily disabled for public repositories due to a negative credit balance. Please go to the Plan page to replenish your credit balance or alter your Consume paid credits for OSS setting.
I get an error, when I want to claim the OSS setting?!
I get an error page here: https://travis-ci.com/github/yiisoft/yii2-docker/branches
@schmunk42 would it make sense to migrate CI to github actions?
I started a test here https://github.com/odai-alali/yii2-docker/blob/gh-actions/.github/workflows/docker-image.yml
result: https://github.com/odai-alali/yii2-docker/runs/1472928025
@schmunk42 Travis reduced OSS credit down to almost nothing so yeah, the only good way to fix it is to switch to GitHub actions.
Let's switch to GH actions.
Hi,
I have a ci running on my private gitlab, It is failing now without changing my ci config. It seems that xdebud is missing from the last pushed image
I noticed from the logs that the docker image sha is changed sha256:8ecbf8e08cf8e30ff63e4f79b998e04014e7631be6ee2e3bbf1df03559266792. so I think the cause of the problem is in the last pushed image.
I am using
yiisoftware/yii2-php:7.1-apache
Passed CI Log
Failed CI Log
.gitlab-ci.yml