Skip to content

Files

Latest commit

a8b7fa0 · Nov 12, 2020

History

History
This branch is 1670 commits behind GoogleContainerTools/distroless:main.

cc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 12, 2020
May 25, 2017

README.md

Documentation for gcr.io/distroless/cc

Image Contents

This image contains a minimal Linux, glibc runtime for "mostly-statically compiled" languages like Rust and D.

Specifically, the image contains everything in the base image, plus:

  • libgcc1 and its dependencies.

Usage

Users are expected to include their compiled application and set the correct CMD in their image.