GoogleCloudPlatform / microservices-demo

Sample cloud-first application with 10 microservices showcasing Kubernetes, Istio, and gRPC.
https://cymbal-shops.retail.cymbal.dev
Apache License 2.0
16.19k stars 6.8k forks source link

Use Docker base images to distroless or scratch #693

Open NimJay opened 2 years ago

NimJay commented 2 years ago

Background

Task

For each Dockerfile in this repository that uses a distro-ed base image (e.g., alpine):

  1. Explore how we could remove the need for a distro.
  2. If possible, remove it.
NimJay commented 1 year ago

Update to cool down this issue (since this issue is currently in our out-of-SLO list):

NimJay commented 1 year ago

Update to cool down this issue (since this issue is currently in our out-of-SLO list):

minherz commented 11 months ago

Postponing the working on this to Q4

mathieu-benoit commented 1 month ago

FYI: All the Golang apps are now in distroless (actually scratch): https://github.com/GoogleCloudPlatform/microservices-demo/pull/2512.

mathieu-benoit commented 1 month ago

FYI: The .NET app is now in distroless too: https://github.com/GoogleCloudPlatform/microservices-demo/pull/2568