slbotbm commented on issue #3750: URL: https://github.com/apache/iggy/issues/3750#issuecomment-5158175286
@mmmmxa Thanks for the investigation. Let's have the README related changes in one PR (this issue), and the docker related changes in another PR (another issue that can be created after the README PR is merged). Specifically for docker: iggy is meant to be run on bare-metal, so testcontainers will have to be made an "opt-in" that the user enables, and not the default mode. The primary way of testing will be to start iggy server and then run the `uv run pytest ...` command. Please keep that in mind while making the changes. On the issue of freshness of docker images: after every PR is merged, the affected docker images are rebuilt and published to docker, so essentially `edge` represents the current master. @ethanlin01x thanks for your help. Very much appreciated! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
