Skip to content

Commit

Permalink
version stuff (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
morsecodist authored Apr 20, 2022
1 parent 1b961d7 commit 5bd6204
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ RUN cd /tmp && \
pip3 install .

# TODO: switch to proper release
RUN pip3 install https://github.com/chanzuckerberg/miniwdl-plugins/archive/ad47c89d5152d6864f158520810fb2b4fa7eca24.zip#subdirectory=s3upload
RUN pip3 install https://github.com/chanzuckerberg/miniwdl-plugins/archive/7ecbe9f8ec5a3e2dc420b0a33b4510b57f96461f.zip#subdirectory=s3upload
# Install sfn-wdl plugin *without* docker networks & passthrough var support.
RUN pip3 install https://github.com/chanzuckerberg/miniwdl-plugins/archive/f2974a47d547469664c69e1d68cb45a72f12a99a.zip#subdirectory=sfn-wdl
RUN pip3 install https://github.com/chanzuckerberg/miniwdl-plugins/archive/f2974a47d547469664c69e1d68cb45a72f12a99a.zip#subdirectory=s3parcp_download
RUN pip3 install https://github.com/chanzuckerberg/miniwdl-plugins/archive/7ecbe9f8ec5a3e2dc420b0a33b4510b57f96461f.zip#subdirectory=sfn-wdl
RUN pip3 install https://github.com/chanzuckerberg/miniwdl-plugins/archive/7ecbe9f8ec5a3e2dc420b0a33b4510b57f96461f.zip#subdirectory=s3parcp_download

RUN curl -Ls https://github.com/chanzuckerberg/s3parcp/releases/download/v1.0.3-alpha/s3parcp_1.0.3-alpha_linux_amd64.tar.gz | tar -C /usr/bin -xz s3parcp
RUN curl -Ls https://github.com/chanzuckerberg/s3parcp/releases/download/v1.0.1/s3parcp_1.0.1_linux_amd64.tar.gz | tar -C /usr/bin -xz s3parcp

ADD https://raw.githubusercontent.com/chanzuckerberg/miniwdl/v${MINIWDL_VERSION}/examples/clean_download_cache.sh /usr/local/bin
ADD scripts/init.sh /usr/local/bin
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.18.4-beta
v0.19.0-beta

0 comments on commit 5bd6204

Please sign in to comment.