Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 498 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 498 Bytes

Documentation for gcr.io/distroless/python3

Image Contents

This image contains a minimal Linux, Python-based runtime.

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

  • Python 3 and its dependencies.
  • No shell and no support for ctypes

Usage

The entrypoint of this image is set to "python", so this image expects users to supply a path to a .py file in the CMD.

See the Python Hello World directory for an example.