Docker pull - tcp: unknown port

Hey all, having slight issue in jenkins while pulling a image from docker hub


Unable to find image 'widmogrod/migrate:latest' locally
latest: Pulling from widmogrod/migrate
Image [docker.io/widmogrod/migrate:latest](http://docker.io/widmogrod/migrate:latest) uses outdated schema1 manifest format. Please upgrade to a schema2 image for better future compatibility. More information at [https://docs.docker.com/registry/spec/deprecated-schema-v1/](https://docs.docker.com/registry/spec/deprecated-schema-v1/)
283140103079: Pulling fs layer
d037f43089a1: Waiting
a3ed95caeb02: Verifying Checksum
a3ed95caeb02: Download complete
dfc6505cfad4: Verifying Checksum
dfc6505cfad4: Download complete
d037f43089a1: Download complete
3b8d91fe7572: Verifying Checksum
3b8d91fe7572: Download complete
6ce78dbcc005: Download complete
b39e65c8404e: Verifying Checksum
b39e65c8404e: Download complete
283140103079: Verifying Checksum
283140103079: Download complete
38a4ea1585f8: Verifying Checksum
38a4ea1585f8: Download complete
3b8d91fe7572: Pull complete
a3ed95caeb02: Pull complete
4cd19b4f5ac7: Download complete
283140103079: Pull complete
Digest: sha256:5f019d0d5e3b2befaae4084f8a55111be47eca2f23faf0179d34b05b70bcba73
Status: Downloaded newer image for widmogrod/migrate:latest
[31mdial tcp: unknown port tcp/&aaz> 

[0m
0.0030 seconds
Finished: FAILURE```
```Can anyone suggest why it would throw an error "tcp: unknown port tcp/&aaz>"```

It says that you try to use or connect ot an ivalid port… ( &aaz )
What are you trying to run on you container ? Can show the content of the migrate.sh script ?

Have you tried using Docker Pull with the same image?