Skip to content
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

Freshen dev docker test image #585

Merged
merged 1 commit into from
May 16, 2024
Merged

Freshen dev docker test image #585

merged 1 commit into from
May 16, 2024

Conversation

lread
Copy link
Collaborator

@lread lread commented May 16, 2024

  • bump to jdk21
  • install chrome and chromedriver from Chrome for Testing
  • chrome launcher name has changed from google-chrome to chrome, allow for both
  • test and install any missing packages
  • show progress when downloading drivers/browsers when building image
  • old tricks for detecting if we are running from a docker build no longer work, go for a simple file presence check instead
  • we don't need --no-sandbox for chrome as we are not running from a root user, so we don't need our chrome wrapper

Closes #575

Please complete and include the following checklist:

  • I have read CONTRIBUTING and the Etaoin Developer Guide.

  • This PR corresponds to an issue that the Etaoin maintainers have agreed to address.

  • This PR contains test(s) to protect against future regressions

  • I have updated CHANGELOG.adoc with a description of the addressed issue.

- bump to jdk21
- install chrome and chromedriver from Chrome for Testing
- chrome launcher name has changed from `google-chrome` to `chrome`,
allow for both
- test and install any missing packages
- show progress when downloading drivers/browsers when building image
- old tricks for detecting if we are running from a docker build no
longer work, go for a simple file presence check instead
- we don't need `--no-sandbox` for chrome as we are not running from a
root user, so we don't need our chrome wrapper

Closes #575
@lread lread merged commit c31a497 into master May 16, 2024
53 checks passed
@lread lread deleted the lread-docker-freshen branch July 28, 2024 18:13
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.

dev chore: test docker images are stale
1 participant