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

Import docker only in the ResourceOptions.to_docker() method #127

Merged
merged 3 commits into from
Oct 8, 2024

Conversation

nicholasjng
Copy link
Collaborator

This removes the need for docker as an intra-container dependency.


Not sure if putting the type hint into quotes is sufficient - local mypy showed me failures, but I also messed up my venv I think.

This removes the need for docker as an intra-container dependency.
@nicholasjng nicholasjng requested a review from AdrianoKF October 8, 2024 09:26
@nicholasjng nicholasjng self-assigned this Oct 8, 2024
@AdrianoKF
Copy link
Collaborator

I think you'll need to fix line 82 as well (where it's being used for typing).

@AdrianoKF AdrianoKF merged commit 0da302d into main Oct 8, 2024
2 checks passed
@AdrianoKF AdrianoKF deleted the docker-import-guard branch October 8, 2024 10:11
@AdrianoKF AdrianoKF linked an issue Oct 8, 2024 that may be closed by this pull request
@AdrianoKF AdrianoKF added the client Related to the client component. label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client Related to the client component.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing docker dependency in job image
2 participants