Skip to content

Commit

Permalink
Migrated to amazon ecr as docker repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihai Plesa committed Apr 28, 2016
1 parent 3533039 commit e0da967
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ This version also has Ruby 2.2.3 Installed on it too...

## Get the image

The image can be found in the MM docker registry (https://registry.mergermarket.it/phantomjs2/).
The image can be found in the MM docker registry (https://733578946173.dkr.ecr.eu-west-1.amazonaws.com/phantomjs2/).

```
docker pull registry.mergermarket.it/phantomjs2:latest
mkdir -p docker-config
export DOCKER_CONFIG=$(pwd)/docker-config
set +x
eval $(aws ecr get-login)
set -x
docker pull 733578946173.dkr.ecr.eu-west-1.amazonaws.com/phantomjs2:latest
```
## Usage

Expand All @@ -22,7 +28,7 @@ docker run -t ≈ phantomjs --version
But you'll probably want to use it as a base image:

```
FROM registry.mergermarket.it/phantomjs2:latest
FROM 733578946173.dkr.ecr.eu-west-1.amazonaws.com/phantomjs2:latest
```

## Source
Expand Down

0 comments on commit e0da967

Please sign in to comment.