Code Monkey home page Code Monkey logo

Comments (11)

chfast avatar chfast commented on August 18, 2024

We had issue with docker build. Fixed yesterday. New nightly is available.

from hive.

holiman avatar holiman commented on August 18, 2024

Now it seems stuck on 030ad9c : https://github.com/ethereum/aleth/commit/030ad9ca2e5b41043554096af7a10216a9fb2fe9

from hive.

chfast avatar chfast commented on August 18, 2024

I'm not sure if this information helps, but docker does not download images if it already has this tag. This is problematic for tags like :latest or :nightly.

from hive.

chfast avatar chfast commented on August 18, 2024

I checked the docker docs.
The docker pull will redownload the image tag if it is different.
The docker build will not pull the base images if it is available locally. But I have force it by adding --pull option.

from hive.

holiman avatar holiman commented on August 18, 2024

Ok. Added a manual docker pull ethereum/aleth:nightly into the script runner now, which hopefully fixes it.

from hive.

chfast avatar chfast commented on August 18, 2024

You should also add it for ethereum/aleth:latest. That's way I suggested add --pull flag to docker build instead.

from hive.

holiman avatar holiman commented on August 18, 2024

The image we're using is based on nightly: https://github.com/ethereum/hive/blob/master/clients/aleth_nightly/Dockerfile#L10. Also, we don't' do an explicit docker build, that's something hive does internally from somewhere within the go codebase, but I hope that refreshing it from externally should solve the problem.

from hive.

chfast avatar chfast commented on August 18, 2024

There is also "master": https://github.com/ethereum/hive/blob/master/clients/aleth_master/Dockerfile#L10

from hive.

FrankSzendzielarz avatar FrankSzendzielarz commented on August 18, 2024

@holiman Docker base images need to be pulled explicitly. Do you want me to see if this can be done from within Hive or shall I close the issue?

from hive.

holiman avatar holiman commented on August 18, 2024

Well... we don't have to fix it, since I have a bypass that works for me... However, if we don't fix it, then we should leave the ticket open. Which is fine by me.

from hive.

fjl avatar fjl commented on August 18, 2024

We now have the --docker.pull option to do this.

from hive.

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.