Right now, the released ghcr.io/deephaven/server:latest are based off of the minimal constraints as specified by deephaven-core[autocomplete]==<version>; this means that the latest and greatest python packages are installed and may not have been through deephaven-core QA.
If deephaven/deephaven-core#3725 is solved, we should be able to produce release server images with QAd dependencies.
The server-base is still "bleeding edge", and this is desirable, because the uptake of that image in deephaven-core is explicit and informs their fixed requirements. That said, the "bleeding edge" is still a bit dull b/c of #71
Right now, the released
ghcr.io/deephaven/server:latestare based off of the minimal constraints as specified bydeephaven-core[autocomplete]==<version>; this means that the latest and greatest python packages are installed and may not have been through deephaven-core QA.If deephaven/deephaven-core#3725 is solved, we should be able to produce release server images with QAd dependencies.
The
server-baseis still "bleeding edge", and this is desirable, because the uptake of that image in deephaven-core is explicit and informs their fixed requirements. That said, the "bleeding edge" is still a bit dull b/c of #71