-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate build, deploy & release system to BuildKite.
Also remove support for Cloudflare file-based authentication, relying solely on environment variables for authentication info to the Docker entry-point.
- Loading branch information
Arik Kfir
committed
Nov 1, 2017
1 parent
62ca077
commit 4b2cedd
Showing
6 changed files
with
28 additions
and
39 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,6 @@ | ||
steps: | ||
|
||
- label: Build Docker image | ||
command: | ||
- gcloud docker -- build --tag gcr.io/infolinks-gcr/k8s-cloudflared:${BUILDKITE_COMMIT} . | ||
- gcloud docker -- push gcr.io/infolinks-gcr/k8s-cloudflared:${BUILDKITE_COMMIT} |
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 @@ | ||
steps: | ||
|
||
- label: Build versioned Docker image | ||
command: | ||
- gcloud docker -- pull gcr.io/infolinks-gcr/k8s-cloudflared:${BUILDKITE_COMMIT} | ||
- gcloud docker -- tag gcr.io/infolinks-gcr/k8s-cloudflared:${BUILDKITE_COMMIT} infolinks/k8s-cloudflared:${VERSION} | ||
- gcloud docker -- push infolinks/k8s-cloudflared:${VERSION} | ||
- gcloud docker -- tag gcr.io/infolinks-gcr/k8s-cloudflared:${BUILDKITE_COMMIT} infolinks/k8s-cloudflared:latest | ||
- gcloud docker -- push infolinks/k8s-cloudflared:latest |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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