I'm using docker images hosted on Jfrog registry.
Bitbucket pipeline is using these custom images from Jfrog registry for building the code.
The pipeline image section looks as below
```
If I use same image and pull it and run using docker, I can run it with no issues.
e.g.
`docker run --rm -it <mycompany>.jfrog.io/artifactory-docker-dev-local/<product>/<image-name>:latest`
works fine.
Angle brackets surrounding `mycompany` and `product` in the image name are not present in actual name used. They are mentioned here only to indicate that the actual values in the image name are different than shown here.
Can someone help me understand how the bitbucket pipeline is expecting the image name here?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.