Skip to content

Commit d2f1c58

Browse files
author
ababaian
committed
v0.0.5
1 parent 7310bea commit d2f1c58

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

Dockerfile

+8-18
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,21 @@ FROM amazonlinux:2 AS serratus-base
1717
#
1818
# sudo docker build --no-cache \
1919
# -t serratusbio/palmid \
20-
# -t serratusbio/palmid:0.0.4 \
20+
# -t serratusbio/palmid:0.0.5 \
2121
# -t serratusbio/palmid:latest \
2222
# -t palmid:latest .
2323
#
2424
# sudo docker push serratusbio/palmid
2525

26-
## Push to ecr (palmid-lambda)
27-
#
28-
# aws ecr-public get-login-password --region us-east-1 \
29-
# | sudo docker login --username AWS \
30-
# --password-stdin public.ecr.aws/q4q7t4w2
31-
#
32-
# docker build -t palmid .
33-
#
34-
# docker tag palmid
35-
# palmid:0.0.0 \
36-
# palmid:latest \
37-
# public.ecr.aws/q4q7t4w2/palmid:latest
38-
#
39-
# docker push public.ecr.aws/q4q7t4w2/palmid:latest
40-
#
41-
4226
## Dev testing to enter enter
4327
# sudo docker run --rm --entrypoint /bin/bash -it palmid:latest
4428

29+
## Test data
30+
# sudo docker run -v `pwd`:`pwd` -w `pwd` \
31+
# --entrypoint "/bin/bash" serratusbio/palmid:latest \
32+
# /home/palmid/palmid.sh -i inst/extdata/waxsys.fa \
33+
# -d tmp/waxsys -o waxsys
34+
4535
#==========================================================
4636
# Container Meta-data =====================================
4737
#==========================================================
@@ -53,7 +43,7 @@ WORKDIR $BASEDIR
5343
# Container Build Information
5444
ARG PROJECT='palmid'
5545
ARG TYPE='base'
56-
ARG VERSION='0.0.4'
46+
ARG VERSION='0.0.5'
5747

5848
# Software Versions (pass to shell)
5949
ENV PALMIDVERSION=$VERSION

0 commit comments

Comments
 (0)