We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a0be1 commit eea8c85Copy full SHA for eea8c85
utils/localstack_extensions/utils/docker.py
@@ -110,9 +110,6 @@ def __init__(
110
111
if pro_activated:
112
from localstack.pro.core.utils.container.registry_strategies import CustomizableRegistryStrategy
113
- # CustomizableRegistryStrategy.resolve() has a bug: for images in `name:tag` format
114
- # (no namespace, e.g. `wiremock:3.0`), the colon in parts[0] causes it to treat the
115
- # image as a registry reference and return an invalid result. Normalise first.
116
self.image_name = CustomizableRegistryStrategy().resolve(image_name)
117
else:
118
self.image_name = image_name
0 commit comments