-
Notifications
You must be signed in to change notification settings - Fork 64
docs: add mirroring images guide #824
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More of a follow up comment to make it easier to maintain
aceBackendImage: | ||
repository: "(your-registry)/langchain/langsmith-ace-backend" | ||
pullPolicy: IfNotPresent | ||
tag: "0.10.66" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we do some mdx stuff where we pull these tags from one single spot so we don't have to update this every time we release a new version? It'll probably be a pain to need to update this file with every release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will follow up to determine an easy way to pass in "version"
Closes INF-523