localstack / localstack-java-utils

☕ Java utilities and JUnit integration for LocalStack
Apache License 2.0
75 stars 43 forks source link

consider windows EOL when listing images #65

Closed pinzon closed 3 years ago

pinzon commented 3 years ago

This PR makes sure to remove the "\r" from the command results when listing the docker images. Addresses #61

whummer commented 3 years ago

LGTM, thanks @pinzon ! 👍