EasyEDAFootprintScraper icon indicating copy to clipboard operation
EasyEDAFootprintScraper copied to clipboard

Docker issue

Open SunboX opened this issue 8 months ago • 0 comments

0.593 E: The repository 'https://ppa.launchpadcontent.net/kicad/kicad-6.0-releases/ubuntu noble Release' does not have a Release file.

complete log:

[+] Building 1.1s (9/14)                                                                                                  docker:desktop-linux
 => [internal] load build definition from Dockerfile                                                                                      0.0s
 => => transferring dockerfile: 575B                                                                                                      0.0s
 => [internal] load metadata for docker.io/library/ubuntu:latest                                                                          0.5s
 => [internal] load .dockerignore                                                                                                         0.0s
 => => transferring context: 2B                                                                                                           0.0s
 => [ 1/11] FROM docker.io/library/ubuntu:latest@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30                  0.0s
 => CACHED [ 2/11] RUN apt update                                                                                                         0.0s
 => CACHED [ 3/11] RUN apt install -y software-properties-common python3 python3-pip npm                                                  0.0s
 => CACHED [ 4/11] RUN apt install -y libgtk2.0-dev openctm-tools                                                                         0.0s
 => CACHED [ 5/11] RUN add-apt-repository --yes ppa:kicad/kicad-6.0-releases                                                              0.0s
 => ERROR [ 6/11] RUN apt update                                                                                                          0.6s
------                                                                                                                                         
 > [ 6/11] RUN apt update:                                                                                                                     
0.112                                                                                                                                          
0.112 WARNING: apt does not have a stable CLI interface. Use with caution in scripts.                                                          
0.112                                                                                                                                          
0.203 Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease                                                                               
0.232 Hit:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
0.264 Hit:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
0.278 Ign:4 https://ppa.launchpadcontent.net/kicad/kicad-6.0-releases/ubuntu noble InRelease
0.297 Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
0.314 Err:6 https://ppa.launchpadcontent.net/kicad/kicad-6.0-releases/ubuntu noble Release
0.314   404  Not Found [IP: 185.125.190.80 443]
0.324 Reading package lists...
0.593 E: The repository 'https://ppa.launchpadcontent.net/kicad/kicad-6.0-releases/ubuntu noble Release' does not have a Release file.
------
Dockerfile:6
--------------------
   4 |     RUN apt install -y libgtk2.0-dev openctm-tools
   5 |     RUN add-apt-repository --yes ppa:kicad/kicad-6.0-releases
   6 | >>> RUN apt update
   7 |     RUN apt install -y --install-recommends kicad
   8 |     RUN npm install -g easyeda2kicad
--------------------
ERROR: failed to solve: process "/bin/sh -c apt update" did not complete successfully: exit code: 100

SunboX avatar Jun 27 '24 08:06 SunboX