aquasecurity / starboard

Moved to https://github.com/aquasecurity/trivy-operator
https://aquasecurity.github.io/starboard/
Apache License 2.0
1.35k stars 197 forks source link

chore: publish multi arch container images to amazon ecr public gallery #1061

Open danielpacak opened 2 years ago

danielpacak commented 2 years ago

Since we've added multi arch support we started getting timeout errors while publish container images to Amazon ECR Public Gallery.

goreleaser_publish_to_ecr

To unblock the release workflow, we temporarily stopped published to ECR, but we must bring this functionality back. One idea is to create a dedicated workflow that's scheduled after the main release workflow that will pull images from DockerHub, tag them, and publish to ECR. We should also have an option to dispatch this workflow manually with Git revision as param.

krol3 commented 2 years ago

@danielpacak I would like to help with this issue.

danielpacak commented 2 years ago

Awesome @krol3 Please coordinate with @chen-keinan and feel free to grab this issue!