Skip to content

Commit

Permalink
Merge branch 'release/1.0.25'
Browse files Browse the repository at this point in the history
  • Loading branch information
Walt Shands committed Mar 14, 2018
2 parents bca5091 + 65be534 commit 88dfa8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ RUN chmod a+x /usr/local/bin/DockstoreRunner.py
#set the following env var so dockstore does not question
#the fact that we are running as root
ENV DOCKSTORE_ROOT 1
#Indicate to Dockstore where the dockstore jar file is located
ENV DOCKSTORE_HOME /root/.dockstore

#container must run as root in order to access docker.sock on the host
#becuase ubuntu is not a member of the host's docker.sock docker group
Expand Down
2 changes: 1 addition & 1 deletion Dockstore.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dct:creator:
requirements:
- class: DockerRequirement
dockerPull: "quay.io/ucsc_cgl/dockstore-tool-runner:1.0.24"
dockerPull: "quay.io/ucsc_cgl/dockstore-tool-runner:1.0.25"
hints:
- class: ResourceRequirement
Expand Down

0 comments on commit 88dfa8d

Please sign in to comment.