https://github.com/jetthoughts/docker-images
Basic images
https://github.com/jetthoughts/docker-images
Last synced: 8 months ago
JSON representation
Basic images
- Host: GitHub
- URL: https://github.com/jetthoughts/docker-images
- Owner: jetthoughts
- Created: 2015-07-28T20:34:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-05-08T17:32:04.000Z (about 1 year ago)
- Last Synced: 2025-05-18T17:03:01.534Z (about 1 year ago)
- Language: Dockerfile
- Size: 120 KB
- Stars: 1
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
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
```