Skip to content

Commit

Permalink
[CE-192] Update Dockerfiles
Browse files Browse the repository at this point in the history
Per discussions on [CE-192] updating Dockerfiles under
cello/dockerhub in order to push docker images.

Change-Id: Ie03473a24531b879fcff9c9eaa3ce3f4dafdeda9
Signed-off-by: Krishna Harsha Voora <krishvoor@in.ibm.com>
  • Loading branch information
krishvoor committed Dec 19, 2017
1 parent ed10423 commit 5e563a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerhub/mongo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hyperledger/cello-baseimage
FROM hyperledger/cello-baseimage:x86_64-latest

COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh

Expand Down
2 changes: 1 addition & 1 deletion dockerhub/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hyperledger/cello-baseimage
FROM hyperledger/cello-baseimage:x86_64-latest

COPY nginx/ /tmp/

Expand Down

0 comments on commit 5e563a9

Please sign in to comment.