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

[Bug]: jaegertracing/all-in-one:1.59 image replaced the GRPC and HTTP ipaddress from 0.0.0.0:4317 and 0.0.0.0:4318 to localhost:4317 and 4318, this blocks external access to the container. #5769

Closed
FantasticGithubUser opened this issue Jul 21, 2024 · 1 comment
Labels
bug docker Pull requests that update Docker code duplicate

Comments

@FantasticGithubUser
Copy link

What happened?

jaegertracing/all-in-one:1.59 image replaced the GRPC and HTTP ipaddress from 0.0.0.0:4317 and 0.0.0.0:4318 to localhost:4317 and 4318, this blocks external access to the container.

Steps to reproduce

run this cmd in docker: docker run --name dev_jaeger -p 16686:16686 -p 4317:4317 -p 4318:418 -d jaegertracing/all-in-one:1.59
You will get
image

But in version 1.58

image

Expected behavior

The Default IP to listen on for GRPC and HTTP should be 0.0.0.0

Relevant log output

No response

Screenshot

No response

Additional context

No response

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

@dosubot dosubot bot added the docker Pull requests that update Docker code label Jul 21, 2024
@yurishkuro
Copy link
Member

Please see #5737

Closing as duplicate

@yurishkuro yurishkuro closed this as not planned Won't fix, can't repro, duplicate, stale Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug docker Pull requests that update Docker code duplicate
Projects
None yet
Development

No branches or pull requests

2 participants