Julien Ledoux

Results 4 comments of Julien Ledoux

Same issue here, and it does causes issues with lifecycle policies. For instance I've had set a policy to only keep the 5 latest images in a repository where I...

> @robwilkerson are you building your images with github actions https://github.com/docker/build-push-action. ? I had the same issue and comes out you need to specify `provenance = 'false'` to remove those...

@sylwit I'm actually building for one platform `linux/amd64`, and I still get one 0 size image with the provenance=false option ![image](https://github.com/aws/containers-roadmap/assets/84727313/4e0d2445-60bc-46d9-9dce-fede3f1d3a82) Here is the relevant part of the workflow step:...

@sylwit just so you and other people know, this option does not remove 0 size images on ECR (even if its value is quote as a string). Provenance is not...