-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade go-rancher lib, retry API connection on startup
- Loading branch information
Jan Broer
committed
Apr 4, 2016
1 parent
b7457d3
commit 5dbb48c
Showing
30 changed files
with
1,109 additions
and
57 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ MAINTAINER Jan Broer <[email protected]> | |
|
||
RUN apk add --no-cache ca-certificates | ||
|
||
ENV LETSENCRYPT_RELEASE v0.2.6 | ||
ENV LETSENCRYPT_RELEASE v0.2.7 | ||
|
||
ADD https://github.com/janeczku/rancher-letsencrypt/releases/download/${LETSENCRYPT_RELEASE}/rancher-letsencrypt-linux-amd64.tar.gz /tmp/rancher-letsencrypt.tar.gz | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_account.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
18 changes: 10 additions & 8 deletions
18
Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_client.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
246 changes: 246 additions & 0 deletions
246
Godeps/_workspace/src/github.com/rancher/go-rancher/client/generated_compose_project.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.