An open API service indexing awesome lists of open source software.

https://github.com/GoogleContainerTools/base-images-docker

Base images for Google Docker containers.
https://github.com/GoogleContainerTools/base-images-docker

Last synced: about 2 months ago
JSON representation

Base images for Google Docker containers.

Awesome Lists containing this project

README

        

base-images-docker
===================
Source for the Google-maintained base docker images. These images can be used as a base for container-based application development.

Images currently supported:
* Debian 10 (Buster) `launcher.gcr.io/google/debian10` and `gcr.io/google-appengine/debian10`
* Debian 9 (Stretch) `launcher.gcr.io/google/debian9` and `gcr.io/google-appengine/debian9`
* Ubuntu 16.04 (Xenial Xerus) `launcher.gcr.io/google/ubuntu16_04` and `gcr.io/gcp-runtimes/ubuntu_16_0_4`
* Ubuntu 18.04 (Bionic Beaver) `launcher.gcr.io/google/ubuntu18_04` and `gcr.io/gcp-runtimes/ubuntu_18_0_4`
* CentOS 7 `launcher.gcr.io/google/centos7` and `gcr.io/gcp-runtimes/centos7`

Usage
=======
Please navigate to respective base-image dir to read more on how to use to these
base images.

Contribution Guidelines
=========================
For details on how to contribute to this repo, see our [contribution
guidelines](CONTRIB.md).