This is an automated email from the ASF dual-hosted git repository. raulcd pushed a commit to branch maint-15.0.x in repository https://gitbox.apache.org/repos/asf/arrow.git
commit 1c352a898ce5be02c2e08c8201b97457b1a33f68 Author: Raúl Cumplido <[email protected]> AuthorDate: Tue Feb 6 01:41:27 2024 +0100 GH-39943: [CI][Python] Update manylinux images to avoid GPG problems downloading packages (#39944) ### Rationale for this change Old manylinux images seem to have issues with a GPG key in order to download packages. ### What changes are included in this PR? Update the manylinux image used for the latest one. ### Are these changes tested? Via archery jobs ### Are there any user-facing changes? No * Closes: #39943 Authored-by: Raúl Cumplido <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]> --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 14eff67f38..a4f0fa077e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1030,7 +1030,7 @@ services: args: arch: ${ARCH} arch_short: ${ARCH_SHORT} - base: quay.io/pypa/manylinux2014_${ARCH_ALIAS}:2023-10-03-72cdc42 + base: quay.io/pypa/manylinux2014_${ARCH_ALIAS}:2024-02-04-ea37246 vcpkg: ${VCPKG} python: ${PYTHON} manylinux: 2014 @@ -1053,7 +1053,7 @@ services: args: arch: ${ARCH} arch_short: ${ARCH_SHORT} - base: quay.io/pypa/manylinux_2_28_${ARCH_ALIAS}:2023-10-03-72cdc42 + base: quay.io/pypa/manylinux_2_28_${ARCH_ALIAS}:2024-02-04-ea37246 vcpkg: ${VCPKG} python: ${PYTHON} manylinux: 2_28
