Gyula Fora created FLINK-37359: ---------------------------------- Summary: Docker build fails for Kubernetes operator Key: FLINK-37359 URL: https://issues.apache.org/jira/browse/FLINK-37359 Project: Flink Issue Type: Bug Components: Kubernetes Operator Reporter: Gyula Fora
All docker build started to fail with the following error: {noformat} 20.45 Setting up libc-bin (2.35-0ubuntu3.9) ... 20.59 qemu: uncaught target signal 11 (Segmentation fault) - core dumped 20.95 Segmentation fault (core dumped) 21.00 qemu: uncaught target signal 11 (Segmentation fault) - core dumped 21.37 Segmentation fault (core dumped) Sub-process /usr/bin/dpkg returned an error code (1) ------ WARNING: No output specified for bake-platform target(s) with docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load Dockerfile:68 -------------------- 66 | # Updating Debian 67 | RUN if [ "$SKIP_OS_UPDATE" = "false" ]; then apt-get update; fi 68 | >>> RUN if [ "$SKIP_OS_UPDATE" = "false" ]; then apt-get upgrade -y; fi 69 | 70 | ARG DISABLE_JEMALLOC=false -------------------- ERROR: failed to solve: process "/bin/sh -c if [ \"$SKIP_OS_UPDATE\" = \"false\" ]; then apt-get upgrade -y; fi" did not complete successfully: exit code: 100{noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)