-
Notifications
You must be signed in to change notification settings - Fork 273
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
[release]: Opensearch Migration ECR Images #4857
[release]: Opensearch Migration ECR Images #4857
Comments
Hi, @AndreKurait Can you please mention where you currently store the docker images. And do you build and maintain the images on dockerhub or ecr right now? |
To add a bit more context, our team will not build the image for opensearch-migrations since it is not our product. We will copy the image you built and release on dockerhub/ecr prod repos. You would need to have automation steps on your side to build the images before we pick up. Thanks. |
Hi @AndreKurait would you mind give an update to above questions? Thanks. |
We plan to build the images using github actions. Original communication with @Divyaasm resulted in a recommendation to have our github action publish to dockerhub staging then jenkins copy to dockerhub and ecr prod. Similar to opensearch-benchmark https://github.com/opensearch-project/opensearch-benchmark/blob/main/.github/workflows/docker.yml |
Recent communication with @peterzhuamazon included a change in guidance to instead follow data-prepper's process to publish to ECR first. We can follow this process instead. @peterzhuamazon, can you provide guidance on the account and ECR to use for this? Do you want this to be a shared account or one we control? Should this be a private or public repo? |
Hi @AndreKurait , Approach 1: GitHub to DockerHub
Approach 2: ECR to DockerHub
Please let us know which approach your team would like to try. Thanks. |
Hi @peterzhuamazon, We'd like to follow Approach 1. I've created GHA steps in opensearch-project/opensearch-migrations#847 included commented out code for how you would publish after logging in. Could you please configure the secrets and provide a PR for that action? |
Offline discussion with @AndreKurait and we will setup secret manager entries for them regarding dockerhub staging credentials. Will make some changes before updating their repo workflow. Thanks. |
Test in beta env with the secrets entries success. Thanks. |
Did you read the on-boarding document
Yes
What is the name of your component?
Opensearch Migrations
What is the link to your GitHub repo?
https://github.com/opensearch-project/opensearch-migrations/
Targeted release date
07/26/24 in order to unblock existing project workstreams
Where should we publish this component?
ECR -
What type of artifact(s) will be generated for this component?
OCI Images
Have you completed the required reviews including security reviews, UX reviews?
Existing security reviews covering the solution code. No UX review needed as it is a command line solution.
We're looking to get the scaffolding set up so that we are generating the docker images in a format that can be published to the public ECR so that we can include them in our current security review.
Have you on-boarded automated security scanning for the GitHub repo associated with this component?
Yes
Additional context
This is an extension of #4592
The text was updated successfully, but these errors were encountered: