manuzhang opened a new pull request, #12416: URL: https://github.com/apache/iceberg/pull/12416
`apt-get update` could fail to fetch updates from some archives and break the build. ``` Error: buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -xeu && groupadd iceberg --gid 1000 && useradd iceberg --uid 1000 --gid 1000 --create-home && apt-get update && apt-get install -y --no-install-recommends curl && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org