-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #266 from tomdee/makefile
Clean up Makefile
- Loading branch information
Showing
9 changed files
with
228 additions
and
249 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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
build/ | ||
dist/ | ||
bin/ | ||
*.tar | ||
*.created | ||
*.coverage | ||
|
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,4 +1,4 @@ | ||
# Copyright 2015-2017 Tigera, Inc | ||
# Copyright 2015-2018 Tigera, Inc | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
|
@@ -14,5 +14,5 @@ | |
FROM amd64/alpine:3.7 | ||
LABEL maintainer "Casey Davenport <[email protected]>" | ||
|
||
ADD dist/kube-controllers-linux-amd64 /usr/bin/kube-controllers | ||
ADD bin/kube-controllers-linux-amd64 /usr/bin/kube-controllers | ||
ENTRYPOINT ["/usr/bin/kube-controllers"] |
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,4 +1,4 @@ | ||
# Copyright 2015-2017 Tigera, Inc | ||
# Copyright 2015-2018 Tigera, Inc | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
|
@@ -14,5 +14,5 @@ | |
FROM arm64v8/alpine:3.7 | ||
LABEL maintainer "Casey Davenport <[email protected]>" | ||
|
||
ADD dist/kube-controllers-linux-amd64 /usr/bin/kube-controllers | ||
ADD bin/kube-controllers-linux-amd64 /usr/bin/kube-controllers | ||
ENTRYPOINT ["/usr/bin/kube-controllers"] |
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,4 +1,4 @@ | ||
# Copyright 2015-2017 Tigera, Inc | ||
# Copyright 2015-2018 Tigera, Inc | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
|
@@ -14,5 +14,5 @@ | |
FROM ppc64le/alpine:3.7 | ||
LABEL maintainer "Casey Davenport <[email protected]>" | ||
|
||
ADD dist/kube-controllers-linux-ppc64le /usr/bin/kube-controllers | ||
ADD bin/kube-controllers-linux-ppc64le /usr/bin/kube-controllers | ||
ENTRYPOINT ["/usr/bin/kube-controllers"] |
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.