Skip to content

Commit 1656898

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

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ 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

2829
RUN du -sh /home/mango/mango-cli/target/mango-cli-0.0.3-SNAPSHOT.jar

0 commit comments

Comments
 (0)