Benjamin Cooper

Results 20 comments of Benjamin Cooper

I don't *think* it's working any differently

I did try but I've since reworked my codebase to just make the RESTful calls directly to the service so I was trying these in a sample file with the...

Might be helpful; constants file imported in code: https://github.com/bencooper222/write-league-games-spreadsheet/blob/master/src/constants.js

Gotcha, sounds like the ball is in uuid's court then

I'm not actually sure _why_ this is the current behavior of the SDK but I can show _where_ this is the current behavior of the SDK. I ran a test...

> This [post](https://github.com/docker/buildx/issues/940) makes me think that it's a ui issue, doing a little testing myself, really don't want have untagged images, but since we started using multi-arch buildx build...

The way multi-arch images work is there is a manifest that is tagged with `latest` or whatever your tag is that contains a JSON that points to an untagged image...