We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c537f commit 1656898Copy full SHA for 1656898
2 files changed
mango/Makefile
@@ -7,7 +7,7 @@ build_tool = runtime-container.DONE
7
build_number ?= none
8
git_commit ?= $(shell git log --pretty=oneline -n 1 -- ../mango | cut -f1 -d " ")
9
name = quay.io/ucsc_cgl/mango
10
-tag = 0.0.1--${git_commit}
+tag = 0.0.3--${git_commit}
11
12
13
# Steps
mango/build/Dockerfile
@@ -23,6 +23,7 @@ RUN apt-get install -y nodejs
23
24
# build mango
25
WORKDIR /home/mango
26
+RUN git checkout 2876f04521a8de122d1842ecc1cdd0ccdc562e72
27
RUN /opt/apache-maven-3.3.9/bin/mvn clean install package -DskipTests
28
29
RUN du -sh /home/mango/mango-cli/target/mango-cli-0.0.3-SNAPSHOT.jar
0 commit comments