Skip to content

Development - Docker - Create ECR private repositories #1707

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

Open
2 tasks
vcerenu opened this issue Jan 27, 2025 · 0 comments
Open
2 tasks

Development - Docker - Create ECR private repositories #1707

vcerenu opened this issue Jan 27, 2025 · 0 comments
Assignees
Labels

Comments

@vcerenu
Copy link
Member

vcerenu commented Jan 27, 2025

Description

For the correct execution of the deployment tests, it is necessary to have images of each of the components hosted in ECR.

To carry out this request, it is necessary to generate Docker images of each component every time packages of them are generated, so it is possible to test the deployment in Docker and Kubernetes of the changes that are made.

It is necessary to analyze which tags are going to be used to push these images, in order to maintain images that can be used in the automatic tests, so the use of a latest tag is one of the solutions that we are analyzing.

The images can be created during the process of creating the packages or afterwards, with the possibility of assigning to which commit the package that will be used in the creation of the image corresponds, in addition to using this commit as one of the tags with which the image will be pushed to the repository in ECR.

Tasks

  • Create repositories in ECR for each component.
  • Create policies and roles for ECR ​​to be used by the GH repositories where the builds are executed and that need to push the images.
@teddytpc1 teddytpc1 changed the title MVP - Creating images in private repositories MVP - Docker - Creating images in private repositories Jan 29, 2025
@teddytpc1 teddytpc1 changed the title MVP - Docker - Creating images in private repositories MVP - Docker - Create ECR private repositories Jan 29, 2025
@wazuhci wazuhci moved this to Backlog in XDR+SIEM/Release 5.0.0 Jan 29, 2025
@teddytpc1 teddytpc1 changed the title MVP - Docker - Create ECR private repositories Development - Docker - Create ECR private repositories Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

2 participants