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

Add deephaven-plugin-ui (and other plugins) to base server image #118

Merged
merged 3 commits into from
Sep 27, 2024

Conversation

mofojed
Copy link
Member

@mofojed mofojed commented Sep 17, 2024

  • Deprecate the server-ui image, and just bake the plugins into core

- Deprecate the server-ui image, and just bake the plugins into core
@mofojed mofojed self-assigned this Sep 17, 2024
Copy link
Member

@devinrsmith devinrsmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The related server-ui folder / requirements should also be deleted.

Comment on lines -162 to -163
"${REPO_PREFIX}${SERVER_PREFIX}-ui:${TAG}",
equal("latest", TAG) ? "${REPO_PREFIX}${SERVER_PREFIX}-ui:${DEEPHAVEN_VERSION}" : ""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can continue producing server-ui images by just tagging the server images with these tags in the server target; I think we should prefer to do this for at least one release, at which point we can consider removing them.

README.md Outdated
* `ghcr.io/deephaven/server-sklearn:0.35.2`
* `ghcr.io/deephaven/server-tensorflow:0.35.2`
- `ghcr.io/deephaven/server:0.35.2`
- ~~`ghcr.io/deephaven/server-ui:0.35.2`~~ **Deprecated.** Use `ghcr.io/deephaven/server:0.35.2` instead.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should only mark it as deprecated after the next release.

@devinrsmith devinrsmith merged commit 8fa069b into deephaven:main Sep 27, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants