Skip to main content

Frequently Asked Questions

How do I lock Agenta to a specific version?

Set the image tag for each service. All four default to latest.

AGENTA_WEB_IMAGE_TAG=v0.105.6
AGENTA_API_IMAGE_TAG=v0.105.6
AGENTA_SERVICES_IMAGE_TAG=v0.105.6
AGENTA_RUNNER_IMAGE_TAG=v0.105.6

Use the same version for all four. To pull an image from a different name, set the matching AGENTA_<service>_IMAGE_NAME (for example AGENTA_RUNNER_IMAGE_NAME).