We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version is not reported in Conduit's Docker images.
docker run -p 8080:8080 ghcr.io/conduitio/conduit:v0.5.3
curl -Ss localhost:8080/info | jq .
Expected Version is reported.
Actual OS and arch. reported, version isn't.
{ "version": "", "os": "linux", "arch": "amd64" }
Docker image ghcr.io/conduitio/conduit:v0.5.3
The text was updated successfully, but these errors were encountered:
Latest nightly build reports version v0.7.0-nightly.20230517 🎉
v0.7.0-nightly.20230517
Sorry, something went wrong.
Latest nightly build reports version v0.7.0-nightly.20230517 tada
Great news!
No branches or pull requests
Bug description
Version is not reported in Conduit's Docker images.
Steps to reproduce
docker run -p 8080:8080 ghcr.io/conduitio/conduit:v0.5.3
curl -Ss localhost:8080/info | jq .
Expected
Version is reported.
Actual
OS and arch. reported, version isn't.
Version
Docker image ghcr.io/conduitio/conduit:v0.5.3
The text was updated successfully, but these errors were encountered: