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

Gitlab-CI fails on build for php7.2 #239

Open
jordonedavidson opened this issue Oct 7, 2019 · 0 comments · May be fixed by #338
Open

Gitlab-CI fails on build for php7.2 #239

jordonedavidson opened this issue Oct 7, 2019 · 0 comments · May be fixed by #338
Labels

Comments

@jordonedavidson
Copy link

When using the default gitlab-ci configuration the build fails for php 7.2

Steps to reproduce:

  • Scaffold new project using gitlab-ci integration
  • Commit code to gitlab repo
  • Test fails.

The following output is recorded:

Running with gitlab-runner 12.3.0 (a8a019e0)
  on docker-auto-scale fa6cab46
Using Docker executor with image tetraweb/php:7.2 ...
Starting service mysql:5.6 ...
Pulling docker image mysql:5.6 ...
Using docker image sha256:95e0fc47b09658c5422de3933c79152e8f8e76a8b0842531f3c2313cc7fc513d for mysql:5.6 ...
Waiting for services to be up and running...
Pulling docker image tetraweb/php:7.2 ...
ERROR: Job failed: Error response from daemon: manifest for tetraweb/php:7.2 not found (executor_docker.go:188:0s)

The Problem: there is no tetraweb/php:7.2 image.

It appears that the tetraweb project has been abandoned for a year. The latest php version available is 7.1

Solution: Use a different image.

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

Successfully merging a pull request may close this issue.

2 participants