Skip to content

Commit 40ff717

Browse files
author
Alyssa Morrow
committed
freeze mango build at commit
1 parent 98c537f commit 40ff717

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

mango/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build_tool = runtime-container.DONE
77
build_number ?= none
88
git_commit ?= $(shell git log --pretty=oneline -n 1 -- ../mango | cut -f1 -d " ")
99
name = quay.io/ucsc_cgl/mango
10-
tag = 0.0.1--${git_commit}
10+
tag = 0.0.3--${git_commit}
1111

1212

1313
# Steps

mango/build/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ RUN apt-get install -y nodejs
2323

2424
# build mango
2525
WORKDIR /home/mango
26+
RUN git checkout 2876f04521a8de122d1842ecc1cdd0ccdc562e72
2627
RUN /opt/apache-maven-3.3.9/bin/mvn clean install package -DskipTests
2728

28-
RUN du -sh /home/mango/mango-cli/target/mango-cli-0.0.3-SNAPSHOT.jar
29-
3029
# remove git libraries to avoid permission errors when copying
3130
RUN rm -rf /home/mango/.git
3231

mango/runtime/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y \
3333
python-tk \
3434
curl
3535

36-
# get nodejs v6.X
36+
# get nodejs v8.X
3737
RUN apt-cache policy nodejs
3838
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
3939
RUN apt-cache policy nodejs

0 commit comments

Comments
 (0)