Giter VIP home page Giter VIP logo

Comments (10)

crazy-max avatar crazy-max commented on June 12, 2024 1

Closing this one since this is an upstream issue with bad packaging. You can either set version: latest in setup-buildx-action or provenance: true if you know that buildx binary is compatible.

from build-push-action.

crazy-max avatar crazy-max commented on June 12, 2024

cloudposse/[email protected]

This is not our action, you should report at https://github.com/cloudposse/github-action-docker-build-push

from build-push-action.

crazy-max avatar crazy-max commented on June 12, 2024

Also looking at your logs, buildx version looks off:

2024-01-03T16:45:05.1424130Z [command]/usr/bin/docker info
2024-01-03T16:45:05.1685400Z Client:
2024-01-03T16:45:05.1685716Z  Version:    24.0.5
2024-01-03T16:45:05.1686004Z  Context:    default
2024-01-03T16:45:05.1686280Z  Debug Mode: false
2024-01-03T16:45:05.1686548Z  Plugins:
2024-01-03T16:45:05.1686809Z   buildx: Docker Buildx (Docker Inc.)
2024-01-03T16:45:05.1687148Z     Version:  v0.0.0+unknown
2024-01-03T16:45:05.1687762Z     Path:     /usr/libexec/docker/cli-plugins/docker-buildx

Maybe an issue with your self-hosted runner.

from build-push-action.

warrenbrown avatar warrenbrown commented on June 12, 2024

That action is a pass thru to get to your action

from build-push-action.

warrenbrown avatar warrenbrown commented on June 12, 2024

https://github.com/cloudposse/github-action-docker-build-push/blob/1.14.0/action.yml#L176-L195
@crazy-max I shoudl have provided the yaml that calls your action apologies

from build-push-action.

crazy-max avatar crazy-max commented on June 12, 2024

Can you provide a minimal repro please? A link to the repo running this workflow would be ideal to help figure out what's going on as there are many inputs provided in your reusable workflow.

from build-push-action.

johncblandii avatar johncblandii commented on June 12, 2024

@crazy-max we may not have time for a minimal repo. We can check our runners out, but they're getting docker simply from amazon-linux-extras install docker.

The main thing here is the version gets handled by way of your setup action. That action, without specifying a version, reports 0.0.0 and your code does not respect that version as greater than 0.10.0 so it ignores provenance.

The issue may stem from https://github.com/docker/setup-buildx-action because passing version: 0.12.0 reports a proper version. Passing no version reports 0.0.0.

from build-push-action.

crazy-max avatar crazy-max commented on June 12, 2024

@johncblandii Hum so aws does not build buildx package correctly 😞

from build-push-action.

johncblandii avatar johncblandii commented on June 12, 2024

@johncblandii Hum so aws does not build buildx package correctly 😞

Any way of solving that?

from build-push-action.

crazy-max avatar crazy-max commented on June 12, 2024

Fix packaging on their side or always set version: latest in setup-buildx-action imo.

from build-push-action.

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.