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

Failed to fetch Redis repositry #3129

Closed
vsko-dev opened this issue Jan 18, 2022 · 7 comments
Closed

Failed to fetch Redis repositry #3129

vsko-dev opened this issue Jan 18, 2022 · 7 comments

Comments

@vsko-dev
Copy link

Description:

Step 101/305 : RUN if [ ${INSTALL_PHPREDIS} = true ]; then apt-get install -yqq php${LARADOCK_PHP_VERSION}-redis ;fi
---> Running in dd163787da37
E: Failed to fetch http://ppa.launchpad.net/ondrej/php/ubuntu/pool/main/p/php-redis/php7.4-redis_5.3.4+4.3.0-5+ubuntu20.04.1+deb.sury.org+3_amd64.deb 404 Not Found [IP: 91.189.95.85 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
The command '/bin/sh -c if [ ${INSTALL_PHPREDIS} = true ]; then apt-get install -yqq php${LARADOCK_PHP_VERSION}-redis ;fi' returned a non-zero code: 100
ERROR: Service 'workspace' failed to build : Build failed
make: *** [Makefile:59: run] Ошибка 1

Expected Behavior:

On http://ppa.launchpad.net/ondrej/php/ubuntu/pool/main/p/php-redis/ no more exist
php7.4-redis_5.3.4+4.3.0-5+ubuntu20.04.1+deb.sury.org+3_amd64.deb

New version of file
php7.4-redis_5.3.5+4.3.0-5+ubuntu20.04.1+deb.sury.org+10_amd64.deb 2022-01-17 17:35 150K

Please fix here /var/www/laradock/workspace/Dockerfile:527

###########################################################################

PHP REDIS EXTENSION

###########################################################################

ARG INSTALL_PHPREDIS=false

RUN if [ ${INSTALL_PHPREDIS} = true ]; then
apt-get update &&
apt-get install -yqq php${LARADOCK_PHP_VERSION}-redis
;fi

Context information:

Output of git rev-parse HEAD

---------

Output of docker version

Client: Docker Engine - Community
 Version:           20.10.12
 API version:       1.41
 Go version:        go1.16.12
 Git commit:        e91ed57
 Built:             Mon Dec 13 11:45:33 2021
 OS/Arch:           linux/amd64
 Context:           default
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          20.10.12
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.16.12
  Git commit:       459d0df
  Built:            Mon Dec 13 11:43:42 2021
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.4.12
  GitCommit:        7b11cfaabd73bb80907dd23182b9347b4245eb5d
 runc:
  Version:          1.0.2
  GitCommit:        v1.0.2-0-g52b36a2
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

Output of docker-compose version

docker-compose version 1.29.2, build 5becea4c
docker-py version: 5.0.0
CPython version: 3.7.10
OpenSSL version: OpenSSL 1.1.0l  10 Sep 2019

System info: Mac, Windows or Linux. Include which disto/version

Ubuntu

Steps to reproduce the issue:

Stacktrace & Additional info:

{paste here}
@pikoroco
Copy link

I have the same issue too.

@pikoroco
Copy link

I have the same issue too.

Update:

  1. I fetch and merge my forked repo then I pull my local laradock git.
  2. Atfer that running fine I rebuild laradock containers with --no-cache tag.

Now work fine laradock and no got that error like before.

I hope help you.

@stale
Copy link

stale bot commented May 1, 2022

Hi 👋 this issue has been automatically marked as stale 📌 because it has not had recent activity 😴. It will be closed if no further activity occurs. Thank you for your contributions ❤️.

@stale stale bot added the Stale label May 1, 2022
@stale
Copy link

stale bot commented Jun 12, 2022

Hi again 👋 we would like to inform you that this issue has been automatically closed 🔒 because it had not recent activity during the stale period. We really really appreciate your contributions, and looking forward for more in the future 🎈.

@stale stale bot closed this as completed Jun 12, 2022
@ixhuman
Copy link

ixhuman commented Jul 12, 2022

I have the same issue too.

1 similar comment
@xuewlcn
Copy link

xuewlcn commented Jul 21, 2022

I have the same issue too.

@nice-yu
Copy link

nice-yu commented Aug 22, 2022

I have the same issue too.
http://ppa.launchpad.net/ondrej/php/ubuntu/pool/main/p/php-redis/php7.4-redis_5.3.6+4.3.0-1+ubuntu20.04.1+deb.sury.org+1_amd64.deb 404 Not Found

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

No branches or pull requests

5 participants