mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2026-03-09 07:25:57 -05:00
[PR #639] [MERGED] Added distroless by GoogleContainerTools #726
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/veggiemonk/awesome-docker/pull/639
Author: @dmitrytokarev
Created: 11/27/2018
Status: ✅ Merged
Merged: 11/28/2018
Merged by: @veggiemonk
Base:
master← Head:distroless📝 Commits (2)
b2f8b51Added distroless by GoogleContainerTools990b972Fixed some mentions of and links to Spotify, hopefully this will fix build📊 Changes
1 file changed (+4 additions, -3 deletions)
View changed files
📝
README.md(+4 -3)📄 Description
https://github.com/GoogleContainerTools/distroless
Language focused docker images, minus the operating system.
"Distroless" images contain only your application and its runtime dependencies. They do not contain package managers, shells or any other programs you would expect to find in a standard Linux distribution.
These docker images are focused on security and some language specific images are even smaller than alpine based "official" images.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.