Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: Allow template docker url to be modified via env #2075

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

aybruhm
Copy link
Member

@aybruhm aybruhm commented Sep 11, 2024

Description

This PR allows the UI templates got from Docker hub to be flexible by allowing proxies to list the image tags.

Related Issue

Closes 1964

Related PR

Closed Contributor's PR

Changes

  • Update compose files to allow DOCKER_HUB_TEMPLATE_URL.
  • Make use of DOCKER_HUB_TEMPLATE_URL in templates_manager.update_and_sync_templates function.

What to QA

  • Run compose up and confirm that the templates are pulled from docker hub.
  • Create an app from the UI templates, navigate to the playground and run the variant.

Acceptance Tests

  • Ensure that templates are pulled and saved to the database.
  • Ensure that created apps from the UI templates works.

Copy link

vercel bot commented Sep 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
agenta ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 9:07am
agenta-documentation ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 9:07am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend enhancement New feature or request size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make Docker URL for fetching Templates flexible
2 participants