-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
- Loading branch information
Bogdan Dobrelya
committed
Jul 8, 2016
1 parent
f333505
commit 60626e3
Showing
3 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
FROM debian:jessie | ||
MAINTAINER projectcalico | ||
|
||
RUN mkdir -p /opt/cni/bin | ||
ADD ./dist/calico /opt/cni/bin | ||
ADD ./dist/calico-ipam /opt/cni/bin | ||
VOLUME /opt/cni | ||
ENV PATH=$PATH:/opt/cni/bin | ||
WORKDIR /opt/cni/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters