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
3e94e65b
Commit
3e94e65b
authored
Oct 14, 2016
by
Eric Chiang
Committed by
GitHub
Oct 14, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #617 from ericchiang/dev-aci-path
*: build aci at the correct path including version, OS, and arch
parents
8b909140
26b43e19
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
Makefile
Makefile
+3
-4
No files found.
Makefile
View file @
3e94e65b
...
...
@@ -71,13 +71,12 @@ _output/images/library-alpine-3.4.aci:
@
docker2aci docker://alpine:3.4
@
mv
library-alpine-3.4.aci _output/images/library-alpine-3.4.aci
_output/images/dex.aci
:
clean-release _output/bin/dex _output/images/library-alpine-3.4.aci
.PHONY
:
aci
aci
:
clean-release _output/bin/dex _output/images/library-alpine-3.4.aci
# Using acbuild to build a application container image.
@
sudo
./scripts/build-aci ./_output/images/library-alpine-3.4.aci
@
sudo chown
$(user)
:
$(group)
_output/images/dex.aci
.PHONY
:
aci
aci
:
_output/images/dex.aci
@
mv
_output/images/dex.aci _output/images/dex-
$(VERSION)
-linux-amd64
.aci
.PHONY
:
docker-image
docker-image
:
clean-release _output/bin/dex
...
...
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