Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
heketi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Evili del Rio i Silvan
heketi
Commits
900f8495
Commit
900f8495
authored
8 years ago
by
Luis Pabón
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #650 from heketi/lpabon-rel3
Release/3 docker image is now created correctly
parents
22da9242
d9e1e44e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extras/docker/unstable/Dockerfile
+2
-1
2 additions, 1 deletion
extras/docker/unstable/Dockerfile
with
2 additions
and
1 deletion
extras/docker/unstable/Dockerfile
+
2
−
1
View file @
900f8495
...
...
@@ -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
&&
\
...
...
@@ -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
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment