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

Docker image trying to download a .deb that doesn't exist #40

Open
yllekz opened this issue Mar 28, 2024 · 0 comments
Open

Docker image trying to download a .deb that doesn't exist #40

yllekz opened this issue Mar 28, 2024 · 0 comments

Comments

@yllekz
Copy link

yllekz commented Mar 28, 2024

 => [internal] load build definition from Dockerfile                                                                                                                                                                                                              0.0s
 => => transferring dockerfile: 1.05kB                                                                                                                                                                                                                            0.0s
 => [internal] load metadata for docker.io/library/ubuntu:18.04                                                                                                                                                                                                   0.4s
 => [internal] load .dockerignore                                                                                                                                                                                                                                 0.0s
 => => transferring context: 2B                                                                                                                                                                                                                                   0.0s
 => [1/6] FROM docker.io/library/ubuntu:18.04@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98                                                                                                                                             0.0s
 => CACHED [2/6] RUN apt-get update &&     apt-get install -y         binutils-mips-linux-gnu         bsdmainutils         build-essential         libaudiofile-dev         pkg-config         python3         wget         zlib1g-dev                            0.0s
 => ERROR [3/6] RUN wget https://github.com/devkitPro/pacman/releases/download/v1.0.2/devkitpro-pacman.amd64.deb   -O devkitpro.deb &&   echo ebc9f199da9a685e5264c87578efe29309d5d90f44f99f3dad9dcd96323fece3 devkitpro.deb | sha256sum --check &&   apt instal  0.5s
------                                                                                                                                                                                                                                                                 
 > [3/6] RUN wget https://github.com/devkitPro/pacman/releases/download/v1.0.2/devkitpro-pacman.amd64.deb   -O devkitpro.deb &&   echo ebc9f199da9a685e5264c87578efe29309d5d90f44f99f3dad9dcd96323fece3 devkitpro.deb | sha256sum --check &&   apt install -y ./devkitpro.deb &&   rm devkitpro.deb:                                                                                                                                                                                                                                          
0.216 --2024-03-28 22:02:09--  https://github.com/devkitPro/pacman/releases/download/v1.0.2/devkitpro-pacman.amd64.deb                                                                                                                                                 
0.217 Resolving github.com (github.com)... 140.82.114.3                                                                                                                                                                                                                
0.240 Connecting to github.com (github.com)|140.82.114.3|:443... connected.
0.306 HTTP request sent, awaiting response... 404 Not Found
0.441 2024-03-28 22:02:09 ERROR 404: Not Found.
0.441 
------
Dockerfile:14
--------------------
  13 |     
  14 | >>> RUN wget https://github.com/devkitPro/pacman/releases/download/v1.0.2/devkitpro-pacman.amd64.deb \
  15 | >>>   -O devkitpro.deb && \
  16 | >>>   echo ebc9f199da9a685e5264c87578efe29309d5d90f44f99f3dad9dcd96323fece3 devkitpro.deb | sha256sum --check && \
  17 | >>>   apt install -y ./devkitpro.deb && \
  18 | >>>   rm devkitpro.deb
  19 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c wget https://github.com/devkitPro/pacman/releases/download/v1.0.2/devkitpro-pacman.amd64.deb   -O devkitpro.deb &&   echo ebc9f199da9a685e5264c87578efe29309d5d90f44f99f3dad9dcd96323fece3 devkitpro.deb | sha256sum --check &&   apt install -y ./devkitpro.deb &&   rm devkitpro.deb" did not complete successfully: exit code: 8
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

1 participant