Artifactory integration

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

Go to Configuration -> External Registries and click Connect an External Registry.

Add your account information to create the integration.

When entering the host for your Artifactory account, please do not add a protocol (https://, http://, www., etc) to the beginning.

The Repository Location field refers to where the artifacts reside in Artifactory, typically this is docker-local or docker. See the Artifactory documentation for more information.

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