Skip to content

Some fixes for Docker library #6

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Some fixes for Docker library #6

wants to merge 2 commits into from

Conversation

awilfox
Copy link
Member

@awilfox awilfox commented May 29, 2025

  • Replace all the .freeze calls with a single frozen_string_literal declaration at the top of ModuleInfo.
  • Update the version to 0.3.0a1 since we are post-0.2.0 now.
  • Add a Podman check to #running_in_container?.

The Podman check allows Selenium tests to run and pass from within Podman Desktop on my Arm Mac, and should also work for Linux systems using Podman Desktop. This also future-proofs us in case we decide to migrate from Docker to Podman at a later date.

awilfox added 2 commits May 27, 2025 16:49
* Use frozen_string_literal magic comment instead of calling #freeze on
  each string.  This has been supported since Ruby 2.3.

* Call this 0.3.0.a1.

* Update HOMEPAGE with new repository URL.
This solves the issue of running Selenium tests on Arm Mac (via Podman
Desktop), among other issues.
@awilfox
Copy link
Member Author

awilfox commented May 29, 2025

TODO:

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