Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ADAM container commit version #72

Merged
merged 1 commit into from
Jan 25, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = quay.io/ucsc_cgl/adam:49b614d
nametag = quay.io/ucsc_cgl/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