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

https://github.com/graysonchen/docker-images


https://github.com/graysonchen/docker-images

Last synced: 3 months ago
JSON representation

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