GithubHelp home page GithubHelp logo

Comments (14)

crazy-max avatar crazy-max commented on May 16, 2024 1

@margaale Thanks for your input, I will take a look on this.

from diun.

crazy-max avatar crazy-max commented on May 16, 2024 1

@margaale Yep it's a bug. It will be fixed soon.

from diun.

margaale avatar margaale commented on May 16, 2024

As far as i can tell, the images that cannot be inspected are the ones that are downloaded and being run in the slave node, if i manually pull the image in the master node the error is gone

from diun.

crazy-max avatar crazy-max commented on May 16, 2024

@margaale Should be ok now

from diun.

margaale avatar margaale commented on May 16, 2024

Now I'm seeing:

Actions  
      
Wed, 25 Mar 2020 23:23:39 -03 INF Starting Diun 2.6.0


Wed, 25 Mar 2020 23:23:40 -03 INF Cron triggered


Wed, 25 Mar 2020 23:23:40 -03 INF Found 1 swarm provider(s) to analyze...


Wed, 25 Mar 2020 23:23:44 -03 ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:44 -03 ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:44 -03 ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:44 -03 ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:44 -03 ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:44 -03 ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:44 -03 ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:44 -03 ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:45 -03 ERR Cannot list tags from registry error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" image=grafana/grafana:6.7.1 provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:48 -03 ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:48 -03 ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:48 -03 ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:48 -03 ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:48 -03 ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:48 -03 ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:48 -03 ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:48 -03 ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:48 -03 ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:48 -03 ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:48 -03 ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:48 -03 ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:48 -03 ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:48 -03 ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant v7, OS linux" provider=swarm-myswarm


Wed, 25 Mar 2020 23:23:50 -03 INF Cron initialized with schedule */30 * * * *


Wed, 25 Mar 2020 23:23:50 -03 INF Next run in 6 minutes (2020-03-25 23:30:00 -0300 -03)

from diun.

margaale avatar margaale commented on May 16, 2024

Should I change the architecture ?

from diun.

crazy-max avatar crazy-max commented on May 16, 2024

Yes you should. Default values are currently linux/amd64 but maybe we could detect the current platform if providers are docker or swarm. I'll think about that.

from diun.

margaale avatar margaale commented on May 16, 2024

I think you should only in swarm mode, because you could have different architectures across the nodes. Just to note, I had never seen that error with version 2.5.0 and the config remains the same.

from diun.

crazy-max avatar crazy-max commented on May 16, 2024

@margaale Looks like a regression linked to containers/image#854. Can you set log-level to debug and enable log-caller and give me the output please? And also can you post your stack config. Thanks.

from diun.

crazy-max avatar crazy-max commented on May 16, 2024

@margaale Can you open a new bug report about that please?

from diun.

margaale avatar margaale commented on May 16, 2024

@crazy-max Sure. Just to clarify what do you mean with my stack config?

from diun.

crazy-max avatar crazy-max commented on May 16, 2024

@margaale

Sure

Thanks!

Just to clarify what do you mean with my stack config?

Your yml compose

from diun.

margaale avatar margaale commented on May 16, 2024

@crazy-max You mean the one that defines the stack that runs diun? I have several composes :-P

from diun.

crazy-max avatar crazy-max commented on May 16, 2024

@margaale grafana stack

from diun.

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.