-
Notifications
You must be signed in to change notification settings - Fork 489
[Apache] Update tests to use the debian archive #14688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🚀 Benchmarks reportTo see the full report comment with |
ARG SERVICE_VERSION=${SERVICE_VERSION:-2.4.46} | ||
FROM httpd:$SERVICE_VERSION | ||
RUN sed -i "/jessie-updates/d" /etc/apt/sources.list | ||
RUN sed -i 's/deb.debian/archive.debian/' /etc/apt/sources.list && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please mention a comment about why the archives are being used.
For future referebce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added.
|
💚 Build Succeeded
History
cc @lucian-ioan |
Package apache - 2.0.1 containing this change is available at https://epr.elastic.co/package/apache/2.0.1/ |
Proposed commit message
Update tests to use the debian archive as they were previously failing.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots