Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
6197beca
Commit
6197beca
authored
Oct 22, 2015
by
Bobby Rullo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dockerfile: use go 1.4 to build
parent
31585803
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
Dockerfile-builder
Dockerfile-builder
+6
-0
go-docker
go-docker
+1
-1
No files found.
Dockerfile-builder
0 → 100644
View file @
6197beca
FROM golang:1.4
RUN go get golang.org/x/tools/cmd/cover
RUN go get golang.org/x/tools/cmd/vet
RUN go get github.com/tools/godep
\ No newline at end of file
go-docker
View file @
6197beca
...
...
@@ -23,4 +23,4 @@ for VAR in ${DOCKER_LINKS//,/ }; do
done
echo
"running with docker, might take a while to pull the image..."
docker run
$LINKS_STR
$ENV_STR
--rm
-v
`
pwd
`
:/go/src/
$REPO
-w
/go/src/
$REPO
quay.io/coreos/
go-builder:1.3.3
$@
docker run
$LINKS_STR
$ENV_STR
--rm
-v
`
pwd
`
:/go/src/
$REPO
-w
/go/src/
$REPO
quay.io/coreos/
dex-builder:1.4
$@
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment