Skip to content

Feat/bake in restart script#26

Merged
Sol455 merged 4 commits into
mainfrom
feat/bake-in-restart-script
Feb 3, 2026
Merged

Feat/bake in restart script#26
Sol455 merged 4 commits into
mainfrom
feat/bake-in-restart-script

Conversation

@Sol455

@Sol455 Sol455 commented Feb 3, 2026

Copy link
Copy Markdown

Summary

  • Bakes SDRplay restart script into the blah2 Docker image
  • Adds dev and rc tag triggers to release workflow for faster iteration
  • Only creates GitHub releases for stable version tags (not dev/rc builds)
  • Removes default CMD from Dockerfile, letting docker-compose handle the command

Changes

  • Dockerfile - copies sdrplay-restart.sh into image at /opt/blah2/
  • sdrplay-restart.sh - updated restart script using pkill
  • .github/workflows/release.yml - triggers on dev and *-rc* tags, skips GH release for non-stable

- Add procps package (provides pkill)
- Copy sdrplay-restart.sh into image
- Update script to use pkill instead of killall
- Set default CMD to run restart then blah2

Backwards compatible: existing docker-compose commands still work
@Sol455 Sol455 merged commit 0dae429 into main Feb 3, 2026
22 checks passed
@Sol455 Sol455 deleted the feat/bake-in-restart-script branch February 3, 2026 17:44
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.

1 participant