[GitHub] incubator-gearpump issue #233: [WIP] Fix integration test

2017-10-26 Thread karol-brejna-i
Github user karol-brejna-i commented on the issue: https://github.com/apache/incubator-gearpump/pull/233 Docker image problem solved with https://github.com/apache/incubator-gearpump/pull/235. ---

[GitHub] incubator-gearpump issue #233: [WIP] Fix integration test

2017-10-24 Thread manuzhang
Github user manuzhang commented on the issue: https://github.com/apache/incubator-gearpump/pull/233 It seems python package is not supported by busybox. Can we switch to the official `openjdk/8-jre-alpine` image ? It's 120MB after installing python. ---

[GitHub] incubator-gearpump issue #233: [WIP] Fix integration test

2017-10-24 Thread karol-brejna-i
Github user karol-brejna-i commented on the issue: https://github.com/apache/incubator-gearpump/pull/233 I've just confirmed. The problem persists, even when networking/proxy problems are overcomed: ``` $ docker build --no-cache -t gearpump/gearpump-launcher

[GitHub] incubator-gearpump issue #233: [WIP] Fix integration test

2017-10-24 Thread karol-brejna-i
Github user karol-brejna-i commented on the issue: https://github.com/apache/incubator-gearpump/pull/233 Even when providing proxy args for docker build: ``` docker build --no-cache --build-arg HTTP_PROXY=$http_proxy --build-arg HTTPS_PROXY=$https_proxy -t

[GitHub] incubator-gearpump issue #233: [WIP] Fix integration test

2017-10-23 Thread huafengw
Github user huafengw commented on the issue: https://github.com/apache/incubator-gearpump/pull/233 Verified on centos, the updated image can be launched successfully. ---

[GitHub] incubator-gearpump issue #233: [WIP] Fix integration test

2017-10-22 Thread codecov-io
Github user codecov-io commented on the issue: https://github.com/apache/incubator-gearpump/pull/233 # [Codecov](https://codecov.io/gh/apache/incubator-gearpump/pull/233?src=pr=h1) Report > Merging [#233](https://codecov.io/gh/apache/incubator-gearpump/pull/233?src=pr=desc)

[GitHub] incubator-gearpump issue #233: [WIP] Fix integration test

2017-10-22 Thread manuzhang
Github user manuzhang commented on the issue: https://github.com/apache/incubator-gearpump/pull/233 R: @karol-brejna-i @huafengw Build Gearpump Image locally to make it easier to update and fix bugs ---