Fix status update in case of connection errors
This commit is contained in:
parent
468872b7e9
commit
fed013ab6f
11 changed files with 326 additions and 107 deletions
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM quay.io/kubernetes-ingress-controller/nginx-amd64:0.63
|
||||
FROM quay.io/kubernetes-ingress-controller/nginx-amd64:0.64
|
||||
|
||||
RUN clean-install \
|
||||
g++ \
|
||||
|
|
@ -61,3 +61,7 @@ RUN luarocks install luacheck \
|
|||
|
||||
RUN go get github.com/onsi/ginkgo/ginkgo \
|
||||
&& go get golang.org/x/lint/golint
|
||||
|
||||
RUN curl -Lo /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.12.0/bin/linux/amd64/kubectl \
|
||||
&& chmod +x /usr/local/bin/kubectl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue