Skip to content
Snippets Groups Projects
Unverified Commit 7064340c authored by Laurent Modolo's avatar Laurent Modolo
Browse files

update docker script for v0.4.0 to automatise push

parent 28cb6941
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
docker pull lbmc/tophat:2.1.1
docker build src/.docker_modules/tophat/2.1.1 -t 'lbmc/tophat:2.1.1'
docker push lbmc/tophat:2.1.1
#!/bin/sh
docker pull lbmc/trimmomatic:0.36
docker build src/.docker_modules/trimmomatic/0.36 -t 'lbmc/trimmomatic:0.36'
docker push lbmc/trimmomatic:0.36
#!/bin/sh
docker pull lbmc/ucsc:375
docker build src/.docker_modules/ucsc/375/ -t 'lbmc/ucsc:375'
docker push lbmc/ucsc:375
#!/bin/sh
docker pull lbmc/umi_tools:1.0.0
docker build src/.docker_modules/umi_tools/1.0.0/ -t 'lbmc/umi_tools:1.0.0'
docker push lbmc/umi_tools:1.0.0
#!/bin/sh
docker pull lbmc/umi_tools:1.0.0
docker build src/.docker_modules/umi_tools/1.0.0/ -t 'lbmc/umi_tools:1.0.0'
docker push lbmc/umi_tools:1.0.0
#!/bin/sh
docker pull lbmc/urqt:d62c1f8
docker build src/.docker_modules/urqt/d62c1f8 -t 'lbmc/urqt:d62c1f8'
docker push lbmc/urqt:d62c1f8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment