[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