Guenael / rtlsdr-wsprd

WSPR daemon for RTL receivers
GNU General Public License v3.0
112 stars 32 forks source link

Container image #100

Closed snh closed 2 years ago

snh commented 2 years ago

This PR contains a Dockerfile for rtlsdr-wsprd as well as a GitHub Actions Workflow to automatically build and publish container images based on this to GitHub Container Registry.

Newly tagged versions/releases of rtlsdr-wsprd will be automatically published as latest, with the master Git branch being published as master for those who wish to use the latest development version of rtlsdr-wsprd

Guenael commented 2 years ago

@snh Looks nice!! Many thanks this addition and your recommendations! I wrote some comments on your MR, if you can enlighten me on some points.

snh commented 2 years ago

Worth mentioning too that ghcr.io/guenael/rtlsdr-wsprd:latest won't be available until the new release is tagged. This will always point at the latest release.

For now ghcr.io/guenael/rtlsdr-wsprd:main is available though which will always be the bleeding edge.