We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
Docker builds image is whooping 400mb. Expected Behavior
Reduce the docker image size by at least 8 times.
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue. A contributor will be by to give feedback soon. In the meantime, please review the Layer5 Contributors' Welcome Guide and sure to join the community Slack.
Sorry, something went wrong.
@pranav-bhatt will you confirm whether this issue remains?
One way to make image thinner is to use [distroless image] for istio (https://hub.docker.com/layers/proxyv2/istio/proxyv2/1.5.0-distroless/images/sha256-29292a1689e8ee5bec7efb6437b012b5dc8d04cea6da6059088a96ff1da7373f?context=explore) Most significant size reduce would be to change go image into alpine version https://hub.docker.com/layers/golang/library/golang/1.13.5-alpine3.11/images/sha256-53dd41aad34f015cd945e924847ce5f7ce6f5114ecf5c284a2b7242b9464f046?context=explore
pranav-bhatt
Successfully merging a pull request may close this issue.
Description
Docker builds image is whooping 400mb.
Expected Behavior
Reduce the docker image size by at least 8 times.
The text was updated successfully, but these errors were encountered: