Docker Hub integration

Describes the functionality Release offers with its DockerHub integration

Release integrates with Docker Hub to allow you to pull images from private repositories.

Click on the Setup button to view the integration modal.

To use images stored in your Docker Hub account, add your Docker Hub username and password and create the integration.

Then set your image in your Application Template:

services:
- name: your-special-service
  image: yourdockerhubaccount/image:tag

The service your-special-service cannot have the build or has_repo keys. Those keys indicate that Release has built the image and Release will not attempt to pull the image from your Docker Hub repository.

Last updated