Giter Site home page Giter Site logo

Comments (13)

sloppycoffee avatar sloppycoffee commented on July 20, 2024

I would go and try to figure out how to solve this but not sure how to see why the failure is occurring.

from docker-zen-node.

sloppycoffee avatar sloppycoffee commented on July 20, 2024

Yeah I see something was updated in the docker image 12 days ago but can't see exactly what the change was. I also can't seem to figure out what the build failed error is.

from docker-zen-node.

sloppycoffee avatar sloppycoffee commented on July 20, 2024

I copied the Dockerfile to my personal machine and got the build to work and then got the build to crash about validating pgp keys. I am going to try and pull from yours again and see if the latest zen comes down.

from docker-zen-node.

333miiko avatar 333miiko commented on July 20, 2024

Unfortunately I haven't really had much time to maintain this as much as I would have liked

The error is some how related to the gpg key of the zend package. I'll try push an update.

from docker-zen-node.

sloppycoffee avatar sloppycoffee commented on July 20, 2024

Your image is def the problem. building it with the exact same dockerfile on my machine worked. I did get it to fail about gpg keys but deleting all the images:
docker rmi $(docker images -q) --force

Then building again got the keys to validate and build successfully.

please try and get your image working else ill have to go modify all my nodes to use a fork. Rather not do that.

from docker-zen-node.

333miiko avatar 333miiko commented on July 20, 2024
Need to get 27.3 MB of archives.
After this operation, 140 MB of additional disk space will be used.
Err:1 https://zencashofficial.github.io/repo xenial/main amd64 zen amd64 2.0.16
503 backend read error
E: Failed to fetch https://zencashofficial.github.io/repo/pool/main/z/zen/zen_2.0.16_amd64.deb 503 backend read error
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Removing intermediate container e949ce76d2db
The command '/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install ca-certificates curl wget apt-transport-https lsb-release libgomp1 jq && echo 'deb https://zencashofficial.github.io/repo/ '$(lsb_release -cs)' main' | tee --append /etc/apt/sources.list.d/zen.list && gpg --keyserver ha.pool.sks-keyservers.net --recv 219F55740BBF7A1CE368BA45FB7053CE4991B669 && gpg --export 219F55740BBF7A1CE368BA45FB7053CE4991B669 | apt-key add - && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install zen && latestBaseurl="$(curl -s https://api.github.com/repos/tianon/gosu/releases | grep browser_download_url | head -n 1 | cut -d '"' -f 4 | sed 's:/[^/]*$::')" && dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')" && curl -o /usr/local/bin/gosu -SL "$latestBaseurl/gosu-$dpkgArch" && curl -o /usr/local/bin/gosu.asc -SL "$latestBaseurl/gosu-$dpkgArch.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get clean && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100

This is the last build error fail

from docker-zen-node.

sloppycoffee avatar sloppycoffee commented on July 20, 2024

So strange since copying the Dockerfile to my machine and building locally seems to work. Not sure what is happening on docker hub or what that build process is but something seems to be messed up. If you can't seem to figure it out, I can build them myself and deploy before the hard fork.

from docker-zen-node.

333miiko avatar 333miiko commented on July 20, 2024

Looks like it passed this time. Must've been a problem with dockerhub or interim problems with the zencash repository

from docker-zen-node.

sloppycoffee avatar sloppycoffee commented on July 20, 2024

https://hub.docker.com/r/whenlambomoon/secnodetracker/builds

Failed build for the last 3 months.

0.4.0 node tracker software has been released but build it not pulling it down.

from docker-zen-node.

sloppycoffee avatar sloppycoffee commented on July 20, 2024

We have a hard fork due date. It is march 1st. Can you check your docker hub builds and see what is causing the failure?

from docker-zen-node.

jurgis avatar jurgis commented on July 20, 2024

This is a different issue similar to the one mentioned here:
nodejs/docker-node#922
I could build the image locally when added --no-tty to gpg

from docker-zen-node.

333miiko avatar 333miiko commented on July 20, 2024

🤞

from docker-zen-node.

333miiko avatar 333miiko commented on July 20, 2024

Fixed

from docker-zen-node.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.