Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 736 Bytes

File metadata and controls

20 lines (12 loc) · 736 Bytes

debian-docker

Source for the Google-maintained Debian container image: a docker image bundling the stable debian distribution suite.

This image is available at launcher.gcr.io/google/debian8 and gcr.io/google-appengine/debian8.

The image is built using docker's mkimage.sh.

For details on how to contribute to this image, see our contribution guidelines.

Usage

To use this image in your application, create a Dockerfile that starts with this FROM line:

FROM launcher.gcr.io/google/debian8:latest

Then add in any necessary build steps to install packages and your code.