Aptible logoDocs
CLI

Deploying Private Images

If your image is hosted in a private registry, you can provide authentication credentials when deploying:

aptible deploy \
  --app "$APP_HANDLE" \
  --docker-image "$DOCKER_IMAGE" \
  --private-registry-username "$USERNAME" \
  --private-registry-password "$PASSWORD"

For more information, notably on using AWS ECR, see Private Registry Authentication.