hello-stephen opened a new pull request, #67560:
URL: https://github.com/apache/doris/pull/67560
### What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
The branch-4.1 Docker image build failed in internal TeamCity build 210863
because the Aliyun `bullseye-security` package index referenced package objects
that returned HTTP 404. Keep the regular Debian mirror on Aliyun, but use the
official Debian security repository over HTTPS so the index and package
payloads are served consistently.
### Release note
None
### Check List (For Author)
- Test
- [ ] Regression test
- [ ] Unit Test
- [x] Manual test (add detailed scripts or steps below)
- [ ] No need to test or manual test. Explain why:
- [ ] This is a refactor/code format and no logic has been changed.
- [ ] Previous test can cover this change.
- [ ] No code files have been changed.
- [ ] Other reason
Manual validation:
- Confirmed the rewritten `sources.list` keeps `bullseye` and
`bullseye-updates` on `mirrors.aliyun.com` and routes `bullseye-security` to
`https://security.debian.org/debian-security`.
- Confirmed the exact security package payloads that returned 404 in build
210863 are available from the official Debian security repository, including
curl, jq, unzip, tzdata, xz-utils, expat, and perl.
- `git diff --check` passes.
- Behavior changed:
- [ ] No.
- [x] Yes. The Debian security package source used by the runtime Docker
image changes from the Aliyun mirror to the official HTTPS repository.
- Does this need documentation?
- [x] No.
- [ ] Yes.
### Check List (For Reviewer who merge this PR)
- [ ] Confirm the release note
- [ ] Confirm test cases
- [ ] Confirm document
- [ ] Add branch pick label
TeamCity evidence:
http://172.20.48.17:8111/buildConfiguration/Doris_Doris_x64_branch41_Compile/210863?buildTab=log
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]