Build & use Docker images without registry
Good news everybody: using custom Docker images has just got simpler and much faster!
Until now, if you wanted to use a custom image defined in the repository you had to:
- Build the image
- Push the image to the registry
- Pull it back to the build action
This added some unnecessary steps to the workflow since there was no real reason for the image to leave the build server. From this week's release, however, Buddy allows you to choose Docker images built in previous pipeline actions:
Image loading...
This means everything works much faster as we skip the time required to upload and download the image, plus you don't have to enter authentication details to the registry. It also secures our operation from unexpected downtimes of Docker registries.
Image loading...
Jarek Dylewski
Customer Support
A journalist and an SEO specialist trying to find himself in the unforgiving world of coders. Gamer, a non-fiction literature fan and obsessive carnivore. Jarek uses his talents to convert the programming lingo into a cohesive and approachable narration.