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
api-keys                                  latest                     ef102e1d2eef   3 minutes ago   335MB

After

REPOSITORY                                TAG                        IMAGE ID       CREATED          SIZE
api-keys                                  latest                     365eae9e435f   6 seconds ago    135MB

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