This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 262
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: David Chung <[email protected]>
- Loading branch information
David Chung
authored
Apr 8, 2017
1 parent
251ff68
commit 4e670c2
Showing
12 changed files
with
212 additions
and
97 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
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
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
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 |
---|---|---|
@@ -1,13 +1,24 @@ | ||
FROM alpine:3.5 | ||
|
||
RUN apk add --update ca-certificates | ||
FROM docker:latest | ||
|
||
RUN mkdir -p /infrakit/plugins /infrakit/configs /infrakit/logs /infrakit/cli | ||
|
||
VOLUME /infrakit | ||
|
||
ENV INFRAKIT_HOME /infrakit | ||
|
||
# Defined in pkg/discovery | ||
ENV INFRAKIT_PLUGINS_DIR /infrakit/plugins | ||
|
||
# Defined in pkg/cli | ||
ENV INFRAKIT_CLI_DIR /infrakit/cli | ||
|
||
# Defined in cmd/cli/playbook | ||
ENV INFRAKIT_PLAYBOOKS_FILE /infrakit/playbooks | ||
|
||
# When using the manager 'os' option | ||
ENV INFRAKIT_LEADER_FILE /infrakit/leader | ||
ENV INFRAKIT_STORE_DIR /infrakit/configs | ||
|
||
|
||
|
||
ADD build/* /usr/local/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
Oops, something went wrong.