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

eAPD Web and API Docker Image Optimization #4622

Open
yonassrobi opened this issue Mar 20, 2023 · 0 comments
Open

eAPD Web and API Docker Image Optimization #4622

yonassrobi opened this issue Mar 20, 2023 · 0 comments
Assignees
Labels
DevOps Specific Tasks for DevOps

Comments

@yonassrobi
Copy link
Contributor

Related to #4609

Ticket for preparing eAPD Web and API images for ECS deployment.

Please find the initial update for web docker image:
https://github.com/yonassrobi/eAPD/blob/gf-ecs/web/Dockerfile
Updated to use multi-stage pipeline for building web docker image and exporting the dist folder to nginx container.

API docker:
https://github.com/yonassrobi/eAPD/blob/gf-ecs/api/Dockerfile
Attempted to use multi-stage pipeline for building api docker image and export it to another container that doesn’t container dev tools similar to https://github.com/yonassrobi/eAPD/blob/ecs-fargate-poc/api/Dockerfile but that didn’t work.

This task is done when...

  • Hopefully when we have light weight docker images (~<100MB) and with no critical/high security findings pushed to Dev ECR.
@yonassrobi yonassrobi added the DevOps Specific Tasks for DevOps label Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevOps Specific Tasks for DevOps
Projects
None yet
Development

No branches or pull requests

2 participants