edbizarro / gitlab-ci-pipeline-php

:coffee: Docker images for test PHP applications with Gitlab CI (or any other CI platform!)
https://hub.docker.com/r/edbizarro/gitlab-ci-pipeline-php
MIT License
528 stars 166 forks source link

URGENT: suddenly Docker can't pull 7.2 images? #95

Closed adrienne closed 4 years ago

adrienne commented 4 years ago

Getting the following error on my PHP 7.2 runners:

 ERROR: Job failed (system failure): Error: No such image: edbizarro/gitlab-ci-pipeline-php:7.2-alpine (executor_docker.go:195:0s)

This happens with 7.2 Alpine, 7.2 Alpine LTS, and plain old 7.2

PHP 7.3 Alpine is still working fine.

Please help, @edbizarro !

adrienne commented 4 years ago

...never mind, it's something on our end, not an image issue. Sorry to bother you.