Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #650 from heketi/lpabon-rel3
Browse files Browse the repository at this point in the history
Release/3 docker image is now created correctly
  • Loading branch information
lpabon committed Jan 6, 2017
2 parents 22da924 + d9e1e44 commit 900f849
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extras/docker/unstable/Dockerfile
Expand Up @@ -10,6 +10,7 @@ ENV BUILD_HOME=/build
ENV GOPATH=$BUILD_HOME/golang
ENV PATH=$GOPATH/bin:$PATH
ENV HEKETIC_CONF_DIR=/etc/heketi
ENV HEKETI_BRANCH="release/3"

# install dependencies, build and cleanup
RUN mkdir $BUILD_HOME $GOPATH $HEKETI_CONF_DIR && \
Expand All @@ -18,7 +19,7 @@ RUN mkdir $BUILD_HOME $GOPATH $HEKETI_CONF_DIR && \
dnf -q -y clean all && \
mkdir -p $GOPATH/src/github.com/heketi && \
cd $GOPATH/src/github.com/heketi && \
git clone https://github.com/heketi/heketi.git && \
git clone -b $HEKETI_BRANCH https://github.com/heketi/heketi.git && \
go get github.com/tools/godep && \
cd $GOPATH/src/github.com/heketi/heketi && make && \
cp heketi /usr/bin/heketi && \
Expand Down

0 comments on commit 900f849

Please sign in to comment.