How to deploy image from my registry?

I’m developing a Java app using Quarkus framework. It has some utility that can build an executable, create a Docker image, and then push the image to a registry (Quarkus - Building a Native Executable).

How do I deploy this image from my registry?

FYI, I currently use CapRover, and this is how I do it (in my CI/CD):
docker run caprover/cli-caprover:v2.1.1 caprover deploy --caproverUrl "$CAPROVER_URL" --caproverPassword "$CAPROVER_PASSWORD" --caproverApp $CAPROVER_APP --imageName $IMAGE_TAG

Hi there,

Thanks for reaching out.

It’s not currently possible to push Docker images directly to Render. This feature is planned, but we don’t have a timescale to share at the moment. The current Render workflow builds the image from your Dockerfile on deploy. More here on Docker with Render.

The feature request is logged on our feedback site, please feel free to upvote/comment: https://feedback.render.com/features/p/deploy-docker-images-from-public-private-registries

Kind regards

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.