Skip to content

Commit

Permalink
Lock ADAM docker container to
Browse files Browse the repository at this point in the history
  • Loading branch information
fnothaft committed Jan 15, 2016
1 parent ce6807e commit eec6337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adam/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runtime_fullpath = $(realpath ${runtime_path})
build_tool = runtime-container.DONE
build_number ?= none
git_commit ?= $(shell git rev-parse HEAD)
nametag = computationalgenomicslab/adam:49b614d
nametag = computationalgenomicslab/adam:cd6ef41

# Steps
build: ${build_output} ${build_tool}
Expand Down
2 changes: 1 addition & 1 deletion adam/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ RUN git clone https://github.com/bigdatagenomics/adam.git

# build adam
WORKDIR /home/adam
RUN git checkout 49b614d5334871e4ea879290bec650e0ab94edaf
RUN git checkout cd6ef4162ae97460059ef067d21bbed7e060b289
RUN /opt/apache-maven-3.3.3/bin/mvn package -DskipTests

0 comments on commit eec6337

Please sign in to comment.