Giter Site home page Giter Site logo

Comments (4)

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

Hi @djpbessems,

ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant \"\", OS linux" provider=file
ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant \"\", OS linux" provider=file
ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant \"\", OS linux" provider=file
ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant \"\", OS linux" provider=file
ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant \"\", OS linux" provider=file
ERR Cannot run job error="Error choosing image instance: no image found in manifest list for architecture amd64, variant \"\", OS linux" provider=file

These errors occur because some tags do not support the target architecture (linux/amd64):

Mon, 15 Jun 2020 09:11:55 CEST DBG [containers/image] GET https://registry-1.docker.io/v2/library/traefik/manifests/2.2.1-windowsservercore-1809
Mon, 15 Jun 2020 09:11:55 CEST DBG [containers/image] GET https://registry-1.docker.io/v2/library/traefik/manifests/2.2.0-rc2-windowsservercore-1809
Mon, 15 Jun 2020 09:11:55 CEST DBG [containers/image] GET https://registry-1.docker.io/v2/library/traefik/manifests/2.2.0-windowsservercore-1809
Mon, 15 Jun 2020 09:11:55 CEST DBG [containers/image] GET https://registry-1.docker.io/v2/library/traefik/manifests/2.2.0-rc3-windowsservercore-1809
Mon, 15 Jun 2020 09:11:55 CEST DBG [containers/image] GET https://registry-1.docker.io/v2/library/traefik/manifests/2.2.0-rc4-windowsservercore-1809
Mon, 15 Jun 2020 09:11:57 CEST DBG [containers/image] GET https://registry-1.docker.io/v2/library/traefik/manifests/2.2.0-rc1-windowsservercore-1809

I'll add the name of the image and the tag in the error message to make it more explicit or maybe we should ignore non-compatible tags?

Anyway you should change your rule with something like this to skip windows tags and handle semver releases of Traefik:

    - name: traefik:v2.2
      platform:
        os: linux
        arch: amd64
      watch_repo: true
      include_tags:
      - ^2\.2\.(0|[1-9]\d*)$

Or Alpine tags?

    - name: traefik:v2.2
      platform:
        os: linux
        arch: amd64
      watch_repo: true
      include_tags:
      - ^2\.2\..*-alpine

from diun.

djpbessems avatar djpbessems commented on May 21, 2024

Yeah, in this case the regex for include_tags can be used to filter the images; I'll try your suggestions.

But I can imagine that's not always going to be the case, and in that case I wouldn't dare call it a user-error, so the error message is probably best just hidden (or changed to a WRN?).

from diun.

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

@djpbessems Logging is now more explicit if manifest is not found (4.0.0-beta.4)

from diun.

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

Available through 4.0.0 release. See https://crazy-max.github.io/diun/changelog/#400-20200622.

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.