Skip to content

Docker image optimization

Dan Knotek requested to merge feature/docker-image-optimization into development

Co tenhle MR dělá? / What does this MR do?

Changed

  • Docker image optimization

Before

REPOSITORY                                TAG                        IMAGE ID       CREATED              SIZE
og                                        latest                     e8d011023593   8 seconds ago        1.61GB

After

REPOSITORY                                TAG                        IMAGE ID       CREATED              SIZE
og                                        latest                     40b283ea87d0   10 seconds ago       697MB

Související issues / Related issues

https://gitlab.com/operator-ict/golemio/code/modules/core/-/issues/54+

Vývojářův kontrolní seznam / Developer checklist

  • Ensure this change works
  • Write unit tests for this change as needed
  • Update the OpenAPI document if exists
  • Ensure CI/CD pipeline passes
  • Create or update the implementation documentation if necessary
  • Include a changelog entry
  • Request a review

Recenzentův kontrolní seznam / Reviewer checklist

Merge request reports