Artifactory integration

Release integrates with Artifactory so you can pull images from private repositories.

In the Integrations tab on the Account Settings page, click on the Setup button under "JFrog Artifactory" to open the integration modal.

Add your account information to create the integration.

To set your image, add it to your Application Template:

services:
- name: your-special-service
  image: yourartifactoryaccount/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 Artifactory repository.

Last updated