Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ababaian committed Nov 24, 2021
1 parent 7310bea commit d2f1c58
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,21 @@ FROM amazonlinux:2 AS serratus-base
#
# sudo docker build --no-cache \
# -t serratusbio/palmid \
# -t serratusbio/palmid:0.0.4 \
# -t serratusbio/palmid:0.0.5 \
# -t serratusbio/palmid:latest \
# -t palmid:latest .
#
# sudo docker push serratusbio/palmid

## Push to ecr (palmid-lambda)
#
# aws ecr-public get-login-password --region us-east-1 \
# | sudo docker login --username AWS \
# --password-stdin public.ecr.aws/q4q7t4w2
#
# docker build -t palmid .
#
# docker tag palmid
# palmid:0.0.0 \
# palmid:latest \
# public.ecr.aws/q4q7t4w2/palmid:latest
#
# docker push public.ecr.aws/q4q7t4w2/palmid:latest
#

## Dev testing to enter enter
# sudo docker run --rm --entrypoint /bin/bash -it palmid:latest

## Test data
# sudo docker run -v `pwd`:`pwd` -w `pwd` \
# --entrypoint "/bin/bash" serratusbio/palmid:latest \
# /home/palmid/palmid.sh -i inst/extdata/waxsys.fa \
# -d tmp/waxsys -o waxsys

#==========================================================
# Container Meta-data =====================================
#==========================================================
Expand All @@ -53,7 +43,7 @@ WORKDIR $BASEDIR
# Container Build Information
ARG PROJECT='palmid'
ARG TYPE='base'
ARG VERSION='0.0.4'
ARG VERSION='0.0.5'

# Software Versions (pass to shell)
ENV PALMIDVERSION=$VERSION
Expand Down

0 comments on commit d2f1c58

Please sign in to comment.