You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reduce attack surface and image size, we can use scratch or distroless for the container runtime. Note that we can still use multi-stage builds to build easily.
The text was updated successfully, but these errors were encountered:
Context
To reduce attack surface and image size, we can use
scratch
ordistroless
for the container runtime. Note that we can still use multi-stage builds to build easily.The text was updated successfully, but these errors were encountered: