Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Latest commit

 

History

History

debian

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Debian 8 and Debian 9 Images

Source for the Google-maintained Debian container images. These docker images bundle the stable debian distribution suites, with a few essential packages installed. Debian 9 (Stretch) is actively supported.

This image are available at launcher.gcr.io/google/debian9 and gcr.io/google-appengine/debian9.

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

Usage

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

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