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.
- Host: GitHub
- URL: https://github.com/GoogleContainerTools/base-images-docker
- Owner: GoogleContainerTools
- License: apache-2.0
- Archived: true
- Created: 2014-04-09T18:16:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T20:38:51.000Z (about 1 year ago)
- Last Synced: 2024-07-30T19:48:39.861Z (9 months ago)
- Language: Starlark
- Homepage:
- Size: 402 MB
- Stars: 418
- Watchers: 73
- Forks: 148
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - GoogleContainerTools/base-images-docker - Base images for Google Docker containers. (Starlark)
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).