-
Notifications
You must be signed in to change notification settings - Fork 278
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
docker-selenium/4.27.0.20241204 package update #35795
Conversation
octo-sts
bot
commented
Dec 4, 2024
Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
32f341b
to
02899e1
Compare
Gen AI suggestions to solve the build error: Based on the error output and context provided, let me analyze and provide a solution: • Detected Error: The build seems to fail after the git checkout step, specifically around tag verification:
• Error Category: Version/Git Reference • Failure Point: Git checkout step verification of commit hash • Root Cause Analysis: The expected commit hash in the melange YAML ( • Suggested Fix:
- uses: git-checkout
with:
repository: https://github.com/SeleniumHQ/docker-selenium
tag: 4.27.0-20241204
expected-commit: fcfb16eea52e412dffdcb756c3bac78681ad2e71 • Explanation:
• Additional Notes:
• References:
|
… default CONFIG_FILE using env var Signed-off-by: debasishbsws <debasishbsws.dev@gmail.com>