Skip to content

fix(ci): use archive.apache.org for Maven download in test-base image - #40

Merged
kycheng merged 1 commit into
AlaudaDevops:alauda-76.0from
kycheng:hotfix/maven-archive-url
Jul 3, 2026
Merged

fix(ci): use archive.apache.org for Maven download in test-base image#40
kycheng merged 1 commit into
AlaudaDevops:alauda-76.0from
kycheng:hotfix/maven-archive-url

Conversation

@kycheng

@kycheng kycheng commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

Summary

dlcdn.apache.org rotates old Maven versions off the mirror once a newer one is released — 3.9.14 was removed after 3.9.16 became latest. This broke `build-testing-base-image` on `alauda-76.0` with:

```
curl: (22) The requested URL returned error: 404
```

`archive.apache.org` keeps all historical versions permanently, so the swap makes the base-image build resilient to future Maven version rotations.

Cherry-picked from PR #39.

Test plan

dlcdn.apache.org rotates old Maven versions off the mirror
(3.9.14 was removed after 3.9.16 became latest), which broke
build-testing-base-image with curl exit 22 / HTTP 404.
archive.apache.org keeps all historical versions permanently.
@kycheng

kycheng commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator Author

/build-testing-base-image

@kycheng
kycheng merged commit 79e3051 into AlaudaDevops:alauda-76.0 Jul 3, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant