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

Fix docker images not being shut down #4987

Merged
merged 1 commit into from
Sep 20, 2023
Merged

Fix docker images not being shut down #4987

merged 1 commit into from
Sep 20, 2023

Conversation

jorg-vr
Copy link
Contributor

@jorg-vr jorg-vr commented Sep 19, 2023

This pull request fixes infinitely running docker images.

It reverts changes made in #4979, suggested by rubocop, which were incorrect. The any function does not exist on Docker::Container
image

The rubocop issue is already reported rubocop/rubocop-rails#1124
With a potential fix rubocop/rubocop-rails#1127

@jorg-vr jorg-vr added the bug Something isn't working label Sep 19, 2023
@jorg-vr jorg-vr requested a review from a team as a code owner September 19, 2023 13:40
@jorg-vr jorg-vr self-assigned this Sep 19, 2023
@jorg-vr jorg-vr requested review from bmesuere and chvp and removed request for a team September 19, 2023 13:40
@jorg-vr
Copy link
Contributor Author

jorg-vr commented Sep 19, 2023

I have double checked all other removals of all in #4979 and they all seem valid. Thus no other changes seem to be required

@jorg-vr jorg-vr merged commit 7ba9ddd into main Sep 20, 2023
15 checks passed
@jorg-vr jorg-vr deleted the fix/infinite-docker branch September 20, 2023 07:46
@jorg-vr jorg-vr temporarily deployed to naos September 20, 2023 07:46 — with GitHub Actions Inactive
@jorg-vr jorg-vr temporarily deployed to production September 20, 2023 07:50 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants