This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch ci/disk-problem
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/ci/disk-problem by this push:
     new 8d3e6e2  Try to work around the testcontainers bug
8d3e6e2 is described below

commit 8d3e6e28ad656be4a6e7ebb8082018d11577f3f5
Author: kezhenxu94 <kezhenx...@163.com>
AuthorDate: Sun Nov 8 23:22:33 2020 +0800

    Try to work around the testcontainers bug
---
 test/e2e/e2e-test/docker/lua/Dockerfile.nginx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/e2e/e2e-test/docker/lua/Dockerfile.nginx 
b/test/e2e/e2e-test/docker/lua/Dockerfile.nginx
index 0fc9d73..b7b32f0 100644
--- a/test/e2e/e2e-test/docker/lua/Dockerfile.nginx
+++ b/test/e2e/e2e-test/docker/lua/Dockerfile.nginx
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM openresty/openresty:1.17.8.2-5-alpine
+FROM openresty/openresty:1.17.8.2-5-alpine-fat
 
 ENV COMMIT_HASH=cda47ae0a507ab86a378a298325c3c94d9a773c2
 

Reply via email to