https://github.com/graysonchen/docker-images
https://github.com/graysonchen/docker-images
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/graysonchen/docker-images
- Owner: graysonchen
- Created: 2018-12-11T15:09:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T06:12:51.000Z (over 4 years ago)
- Last Synced: 2025-03-11T13:49:24.632Z (over 1 year ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-images
## Node
```
docker build -t graysonchen/node:14.18.0-angular-cli -f ./node/14.18.0/Dockerfile-angular-cli .
docker push graysonchen/node:14.18.0-angular-cli
```
## ruby 2.4.7
```
docker build -t graysonchen/ruby:2.4.7-olympic -f ./ruby/2.4.7/Dockerfile-olympic .
docker push graysonchen/ruby:2.4.7-olympic
```
## ruby 2.2.3
https://hub.docker.com/r/graysonchen/circleci-ruby/
circleci-ruby:2.2.5-jessie
```
docker build -t graysonchen/circleci-ruby:2.2.5-jessie -f ./ruby/2.2.3/Dockerfile-circle .
docker push graysonchen/circleci-ruby:2.2.5-jessie
```
circleci-ruby:2.2.5-jessie-custom
```
docker build -t graysonchen/circleci-ruby:2.2.5-jessie-custom -f ./ruby/2.2.3/Dockerfile-circle-custom .
docker push graysonchen/circleci-ruby:2.2.5-jessie-custom
```
## elasticsearch-analysis-ik
### 7.17.0
```
docker build -t graysonchen/elasticsearch-analysis-ik:7.17.0 -f ./elasticsearch/elasticsearch-analysis-ik/7.17.0/Dockerfile .
```
Ref:
https://github.com/Daniel-ltw/ruby-node-alpine
https://github.com/circleci/circleci-images
https://github.com/docker-library/ruby