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
The distroless approach we are using at the moment is very experimental and may lead to unexpected issues (like broken linking). Only experienced users should use this approach. Recently a new compatible runtime image has been produced which would avoid these issues. The size difference between both approaches is relatively minimal (and will prevent a lot of headaches). The objective of this epic is to:
Remove the generated distroless docker file
Update the -native one to use this new image
Update the quickstart to use that new image
Update the documentation to mention this new image and make sure that distroless is marked experimental
Battle Plan
- Remove the generated distroless docker file and Update the -native one to use this new image
- Update the documentation to mention this new image and make sure that distroless is marked experimental
- Update the quickstart to use that new image
The text was updated successfully, but these errors were encountered:
Description
The distroless approach we are using at the moment is very experimental and may lead to unexpected issues (like broken linking). Only experienced users should use this approach. Recently a new compatible runtime image has been produced which would avoid these issues. The size difference between both approaches is relatively minimal (and will prevent a lot of headaches). The objective of this epic is to:
Battle Plan
The text was updated successfully, but these errors were encountered: