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
Your Docker image is using Alpine 3.5 which official support ended 2018-11-01 https://en.wikipedia.org/wiki/Alpine_Linux
2018-11-01
Since you are using GoLang you could use Google's distroless gcr.io/distroless/base https://github.com/GoogleContainerTools/distroless/tree/master/base
gcr.io/distroless/base
And never worry again about underlying OS getting outdated. Alternatively use Alpine 3.11 which is the latest distribution
Thanks for this work!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Your Docker image is using Alpine 3.5 which official support ended
2018-11-01
https://en.wikipedia.org/wiki/Alpine_Linux
Since you are using GoLang you could use
Google's distroless
gcr.io/distroless/base
https://github.com/GoogleContainerTools/distroless/tree/master/base
And never worry again about underlying OS getting outdated.
Alternatively use Alpine 3.11 which is the latest distribution
Thanks for this work!
The text was updated successfully, but these errors were encountered: