Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Mar 3, 2020
1 parent ed929c1 commit 563f607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:latest

ENV GLIBC_VERSION 2.29-r0
ENV HFISH_VERSION 0.5
ENV HFISH_VERSION 0.5.1

# Download and install glibc
RUN apk update && \
Expand Down
1 change: 1 addition & 0 deletions dockerfile/Entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ HFISH_DIR=/opt/HFish

if [ ! -d $HFISH_DIR ];then
mv /tmp/HFish $HFISH_DIR
sed -i "2s/status = 0/status = 1/" $HFISH_DIR/config.ini
fi

if [ ! -z "$CLUSTER_IP" ];then
Expand Down

0 comments on commit 563f607

Please sign in to comment.