Skip to content

Commit 88dfa8d

Browse files
author
Walt Shands
committed
Merge branch 'release/1.0.25'
2 parents bca5091 + 65be534 commit 88dfa8d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ RUN chmod a+x /usr/local/bin/DockstoreRunner.py
6969
#set the following env var so dockstore does not question
7070
#the fact that we are running as root
7171
ENV DOCKSTORE_ROOT 1
72+
#Indicate to Dockstore where the dockstore jar file is located
73+
ENV DOCKSTORE_HOME /root/.dockstore
7274

7375
#container must run as root in order to access docker.sock on the host
7476
#becuase ubuntu is not a member of the host's docker.sock docker group

Dockstore.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dct:creator:
2424
2525
requirements:
2626
- class: DockerRequirement
27-
dockerPull: "quay.io/ucsc_cgl/dockstore-tool-runner:1.0.24"
27+
dockerPull: "quay.io/ucsc_cgl/dockstore-tool-runner:1.0.25"
2828
2929
hints:
3030
- class: ResourceRequirement

0 commit comments

Comments
 (0)