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

Version not reported in Docker images #895

Closed
hariso opened this issue Feb 17, 2023 · 2 comments
Closed

Version not reported in Docker images #895

hariso opened this issue Feb 17, 2023 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@hariso
Copy link
Contributor

hariso commented Feb 17, 2023

Bug description

Version is not reported in Conduit's Docker images.

Steps to reproduce

  1. Run docker run -p 8080:8080 ghcr.io/conduitio/conduit:v0.5.3
  2. Run curl -Ss localhost:8080/info | jq .

Expected
Version is reported.

Actual
OS and arch. reported, version isn't.

{
  "version": "",
  "os": "linux",
  "arch": "amd64"
}

Version

Docker image ghcr.io/conduitio/conduit:v0.5.3

@hariso hariso added bug Something isn't working triage Needs to be triaged labels Feb 17, 2023
@hariso hariso added tmp-triage triage Needs to be triaged and removed triage Needs to be triaged tmp-triage labels Feb 27, 2023
@uchennakevinm1 uchennakevinm1 added this to the Future milestone Feb 27, 2023
@uchennakevinm1 uchennakevinm1 removed the triage Needs to be triaged label Feb 27, 2023
@uchennakevinm1 uchennakevinm1 removed the status in Conduit Main Feb 27, 2023
@simonl2002 simonl2002 modified the milestones: Future, 0.7.0 Apr 7, 2023
@simonl2002 simonl2002 moved this to Todo in Conduit Main Apr 24, 2023
@lovromazgon
Copy link
Member

Latest nightly build reports version v0.7.0-nightly.20230517 🎉

@github-project-automation github-project-automation bot moved this from Todo to Done in Conduit Main May 17, 2023
@hariso
Copy link
Contributor Author

hariso commented May 17, 2023

Latest nightly build reports version v0.7.0-nightly.20230517 tada

Great news!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

4 participants