Skip to content

fix: remove duplicate port directives from default config - #6

Merged
jajera merged 1 commit into
mainfrom
fix/remove-duplicate-port-config
Aug 17, 2026
Merged

fix: remove duplicate port directives from default config#6
jajera merged 1 commit into
mainfrom
fix/remove-duplicate-port-config

Conversation

@jajera

@jajera jajera commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Remove SeedLinkPort / DataLinkPort from config/ringserver.conf; the base earthscope/ringserver image already binds 18000/16000 via RS_* env vars
  • Add a smoke workflow that fails CI if the container hits Address already in use on startup

Fixes #5

Test plan

  • CI smoke job passes on this PR
  • timeout 5 docker run --rm ghcr.io/platformfuzz/ringserver:<tag> logs Ring initialized with no bind error

earthscope/ringserver already binds 18000/16000 via RS_* env vars; repeating
SeedLinkPort and DataLinkPort in our overlay caused startup bind failures.

Add a smoke workflow so CI catches this regression.

Fixes #5
@jajera
jajera merged commit 0ff2968 into main Aug 17, 2026
13 checks passed
@jajera
jajera deleted the fix/remove-duplicate-port-config branch August 17, 2026 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove duplicate port directives from default ringserver.conf

1 participant