Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve EBS CSI driver release process #1317

Closed
torredil opened this issue Jul 22, 2022 · 0 comments · Fixed by #1339
Closed

Improve EBS CSI driver release process #1317

torredil opened this issue Jul 22, 2022 · 0 comments · Fixed by #1339

Comments

@torredil
Copy link
Member

torredil commented Jul 22, 2022

What happened?

  • The existing release process involves having to manually build the multi-arch CSI driver container image when promoting to a private ECR staging registry which is both inefficient and prone to human error. Additionally, the image is manually built again at a later step when pushing to public ECR to preserve tags for platform and architecture specific images, Stop tagging OS/architecture specific images in public ECR #1315.

# "Currently, multi-platform images cannot be exported with the docker export type. The most common usecase for multi-platform images is to directly push to a registry (see registry)."

What you expected to happen?

  • Ideally, the steps to build and push CSI driver container images to the private ECR staging registry should be automated. Furthermore, the container images should be copied over from the staging registry to the public registry. This will result in higher quality deployments with less chance for error, also fixes Stop tagging OS/architecture specific images in public ECR #1315.

  • The diagram below outlines the proposed solution.

Screen Shot 2022-07-18 at 2 17 50 PM

Anything else we need to know?:

  • The internal CodePipeline is triggered by Amazon EventBridge once new images are pushed to the private ECR staging registry.

cc @jaypipes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant