#Inspect Unpublishable Images
1 messages · Page 1 of 1 (latest)
You can output them to disk using AsTarball which should give you the OCI image equivalent so you can inspect it
I don't think it'll be provenance/sbom, dagger is actually not hooked up to capture and get any of that information (which is an entirely separate issue in itself)
I wish ECR had more info on the failed upload :/
Just get
┃ │ │ │ xxxx:1.2.1-1aa05d2: failed to do request: Post \"https://xx.dkr.ecr.us-west-2.amazonaws.com/v2/service-xx/api-xx/blobs/uploads/\": EOF\n"
Hey Steven! That's interesting since we publish images to ECR ourselves without issues. Any chance you can provide a repro?
Does it happen with all images?
@cloud furnace have you checked if the engine logs has more information about it?
sorry meant to circle back here... yeah basically not a dagger issue
ultimately something was wrong with my docker daemon. buildkit logs were showing "broken pipe", sometimes "out of space" - I just blasted the whole thing and restarted my computer and things ended up ok.
I had thought it was dagger issue b/c some builds were working, while others did not. probably some level of caching or different storage / networking requirements within the build that allowed some to go through and some not to