Skip to content

InnoDevTM/debian-docker

 
 

Repository files navigation

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.

About

debian base image for Google docker containers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 63.0%
  • Makefile 37.0%