-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel van Gils
committed
Mar 28, 2017
1 parent
8ebfe9e
commit 97ba278
Showing
3 changed files
with
18 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#use the golang base image | ||
FROM golang:1.7 | ||
MAINTAINER Daniël van Gils | ||
#get all the go testing stuff | ||
ARG BUILD_ARGUMENT | ||
ENV AWESOME_ENVIRONMENT=$BUILD_ARGUMENT |
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,7 @@ | ||
# a build.yml to build Habitus cross-platform using Habitus | ||
build: | ||
version: 2016-03-14 | ||
steps: | ||
step1: | ||
name: step1 | ||
dockerfile: examples/context/sub/Dockerfile |