Skip to content

Latest commit

History

History
15 lines (8 loc) 路 466 Bytes

README.md

File metadata and controls

15 lines (8 loc) 路 466 Bytes

Documentation for gcr.io/distroless/python27

Image Contents

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

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

  • Python 2.7 and its dependencies.

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.