December 6, 2018
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:
Adding Docker image
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.
Pipeline example
Buddy is 100% customer driven. If there’s a feature or integration you miss, let us know in the comments below or directly at support@buddy.works.
Alexander Kus
Customer Success Manager