From eaf826c842dd50e952fc43d2f5df6446058f09e2 Mon Sep 17 00:00:00 2001 From: Frank Austin Nothaft Date: Fri, 15 Jan 2016 11:24:24 -0800 Subject: [PATCH] Lock ADAM docker container to https://github.com/bigdatagenomics/adam/commit/cd6ef4162ae97460059ef067d21bbed7e060b289 which is https://github.com/bigdatagenomics/adam/pull/921. --- adam/Makefile | 2 +- adam/build/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adam/Makefile b/adam/Makefile index 7217b0f..7eb81a6 100644 --- a/adam/Makefile +++ b/adam/Makefile @@ -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} diff --git a/adam/build/Dockerfile b/adam/build/Dockerfile index 7cb212a..7db9af2 100644 --- a/adam/build/Dockerfile +++ b/adam/build/Dockerfile @@ -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