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

Won't build anymore #43

Open
Lalarian opened this issue Mar 20, 2023 · 0 comments
Open

Won't build anymore #43

Lalarian opened this issue Mar 20, 2023 · 0 comments

Comments

@Lalarian
Copy link

Lalarian commented Mar 20, 2023

Hello!
It has been some years :)
And now there are issues:
I tried building nano following the instructions as given:

cd nano
docker build -t static-binaries-nano .
docker run -v pwd/../binaries:/output static-binaries-nano

First issue was, that the docker build was extremely slow, and apt took about 5 hours to finish, with one CPU core being at 100% during the whole process. And in the end there where signature warnings:
W: GPG error: http://deb.debian.org jessie-updates InRelease: The following signatures were invalid: KEYEXPIRED 1668891673 W: GPG error: http://deb.debian.org jessie Release: The following signatures were invalid: KEYEXPIRED 1668891673
I don't know if Debian Jessie still is a thing, as I am using arch.

In the end of the docker build, there was an Error:
E: There are problems and -y was used without --force-yes
The last command ( docker run -v pwd/../binaries:/output static-binaries-nano ) did not work:

Unable to find image 'static-binaries-nano:latest' locally
docker: Error response from daemon: pull access denied for static-binaries-nano, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
Seems logical it failed because the former command did not work out.

I don't know if there still is someone caring for the project, it would be nice if this could be made working again :)
Thanks in advance!

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