sm64 icon indicating copy to clipboard operation
sm64 copied to clipboard

docker fails to build

Open EGAMatsu opened this issue 3 years ago • 1 comments

[+] Building 18.2s (5/8) => [internal] load build definition from Dockerfile 0.3s => => transferring dockerfile: 32B 0.0s => [internal] load .dockerignore 0.4s => => transferring context: 2B 0.0s => [internal] load metadata for docker.io/devkitpro/devkitarm:latest 1.6s => CACHED [1/5] FROM docker.io/devkitpro/devkitarm:latest@sha256:7dbb4a1b6e4d1d01cf2c1c55c79e351141cedb55cd6f836 0.0s => ERROR [2/5] RUN apt update 16.0s

[2/5] RUN apt update: #5 0.759 #5 0.759 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. #5 0.759 #5 0.853 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] #5 0.932 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] #5 1.052 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] #5 1.101 Get:4 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] #5 1.169 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7,906 kB] #5 14.83 Reading package lists... #5 15.48 E: Release file for http://security.debian.org/debian-security/dists/buster/updates/InRelease is not valid yet (invalid for another 7h 39min 9s). Updates for this repository will not be applied. #5 15.48 E: Release file for http://deb.debian.org/debian/dists/buster-updates/InRelease is not valid yet (invalid for another 6h 13min 51s). Updates for this repository will not be applied. #5 15.48 E: Release file for http://deb.debian.org/debian/dists/buster-backports/InRelease is not valid yet (invalid for another 6h 13min 51s). Updates for this repository will not be applied.


executor failed running [/bin/sh -c apt update]: exit code: 100 Unable to find image 'sm64dsi:latest' locally docker: Error response from daemon: pull access denied for sm64dsi, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'. Press any key to continue . . .

EGAMatsu avatar Jan 24 '22 23:01 EGAMatsu

It looks like some Debian repo issue. Hopefully it will fix itself eventually; I don't think there's much I can do.

Hydr8gon avatar Jan 25 '22 17:01 Hydr8gon