Skip to content

Commit eea8c85

Browse files
committed
removed incorrect/no longer relevant comment
1 parent c7a0be1 commit eea8c85

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

utils/localstack_extensions/utils/docker.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ def __init__(
110110

111111
if pro_activated:
112112
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.
116113
self.image_name = CustomizableRegistryStrategy().resolve(image_name)
117114
else:
118115
self.image_name = image_name

0 commit comments

Comments
 (0)