Skip to content

Commit

Permalink
GH-39943: [CI][Python] Update manylinux images to avoid GPG problems …
Browse files Browse the repository at this point in the history
…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 <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
raulcd committed Mar 12, 2024
1 parent a6cabb2 commit 1c352a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1c352a8

Please sign in to comment.