Skip to content

Commit

Permalink
updated docker version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathancallahan committed Apr 4, 2019
1 parent 097b461 commit ba52e54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

# PRODUCTION version -----------------------------------------------------------
production_build:
docker build --no-cache -t mazamascience/pwfslsmoke:1.2.0 -t mazamascience/pwfslsmoke:latest .
docker build --no-cache -t mazamascience/pwfslsmoke:1.2.2 -t mazamascience/pwfslsmoke:latest .

6 changes: 3 additions & 3 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You should then be able to see something like the following:
```
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
mazamascience/pwfslsmoke 1.2.0 1824e396e3f3 34 seconds ago 2.61GB
mazamascience/pwfslsmoke 1.2.2 1824e396e3f3 34 seconds ago 2.61GB
mazamascience/pwfslsmoke latest 1824e396e3f3 34 seconds ago 2.61GB
...
```
Expand Down Expand Up @@ -55,7 +55,7 @@ TT1010003_01 Inchelium <NA> 51.8
```
docker login
...
docker push mazamascience/pwfslsmoke:1.2.0
docker push mazamascience/pwfslsmoke:1.2.2
```


Expand All @@ -64,6 +64,6 @@ docker push mazamascience/pwfslsmoke:1.2.0
A recent image can also be obtained from DockerHub with:

```
docker pull mazamascience/pwfslsmoke:1.2.0
docker pull mazamascience/pwfslsmoke:1.2.2
```

0 comments on commit ba52e54

Please sign in to comment.