Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jetthoughts/docker-images
Basic images
https://github.com/jetthoughts/docker-images
Last synced: 7 days ago
JSON representation
Basic images
- Host: GitHub
- URL: https://github.com/jetthoughts/docker-images
- Owner: jetthoughts
- Created: 2015-07-28T20:34:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T16:57:37.000Z (4 months ago)
- Last Synced: 2024-07-12T19:00:18.895Z (4 months ago)
- Language: Dockerfile
- Size: 105 KB
- Stars: 1
- Watchers: 16
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Images
- centos7
- teamcity-agent
- kubernetes
- ruby# Release
```
$ make kubernetes KUBE_VERSION=v1.14.0-beta.1
$ make ruby-chrome
```# Analyze
Used https://github.com/wagoodman/dive to check common problems of images.
```shell
$ make ruby-chrome-analyze
```