-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[Bug]: jaegertracing/all-in-one:latest does not match the latest Docker versioned tag nor the latest git tag #5721
Description
What happened?
More of a question to see if this is a bug.
Looking at the Docker versions, the latest version was published 19 hours ago, while 1,1.58,1.58.1 were published 17 days ago. Is that expected?
Also running the latest version hints that it was built from the 1.58.0 git tag but with a newer build time than 1.58.1 ⬇️
1.58 loads as 1.58.1:
docker run -e COLLECTOR_OTLP_ENABLED=true -p 16686:16686 -p 4318:4318 jaegertracing/all-in-one:1.58
2024/07/09 13:00:37 maxprocs: Leaving GOMAXPROCS=10: CPU quota undefined
2024/07/09 13:00:37 application version: git-commit=36f2a31de3147231ca0adcd96a0a13e6ef55ea71, git-version=v1.58.1, build-date=2024-06-22T20:40:52Z
latest loads as 1.58.0 but newer build date
docker run -e COLLECTOR_OTLP_ENABLED=true -p 16686:16686 -p 4318:4318 jaegertracing/all-in-one:latest
2024/07/09 13:01:40 maxprocs: Leaving GOMAXPROCS=10: CPU quota undefined
2024/07/09 13:01:40 application version: git-commit=295293c53c68df4dbc896082a00a5bc3d532cfc9, git-version=v1.58.0, build-date=2024-07-08T18:00:50Z
Steps to reproduce
Run docker run -e COLLECTOR_OTLP_ENABLED=true -p 16686:16686 -p 4318:4318 jaegertracing/all-in-one:1.58 vs docker run -e COLLECTOR_OTLP_ENABLED=true -p 16686:16686 -p 4318:4318 jaegertracing/all-in-one:latest.
Expected behavior
latest Docker tag should have a matching versioned tag on Docker hub, and it should match a git tag.
Relevant log output
No response
Screenshot
No response
Additional context
Not sure if this is actually a bug or expected behavior. Please close if I missed anything
Jaeger backend version
No response
SDK
No response
Pipeline
No response
Stogage backend
No response
Operating system
No response
Deployment model
No response
Deployment configs
No response