gnuradio-docker icon indicating copy to clipboard operation
gnuradio-docker copied to clipboard

Script automation for creating canonical GNU Radio docker images

Results 5 gnuradio-docker issues
Sort by recently updated
recently updated
newest added

The idea is based on https://github.com/gnuradio/gnuradio/issues/6194. I've been maintaining the [`igorfreire/gnuradio-oot-dev` image](https://hub.docker.com/r/igorfreire/gnuradio-oot-dev) on DockerHub and using it for various things, like testing OOTs on CI (see the [gr-dvbs2rx CI](https://github.com/igorauad/gr-dvbs2rx/blob/master/.github/workflows/test.yml)). So...

It'd be great to have VOLK containers for all the different platforms for people to test. This should basically be GR containers minus the VOLK binary and all the other...

enhancement
help wanted
feature-request
hacktoberfest

**feature: gr-iio** This brings in two new Docker containers that will be used by the continuous integration Docker containers for building GNU Radio. This allows a unified approach for dependancies...

Something like ``` RUN mkdir /src RUN do a bunch of stuff in /src RUN rm -rf /src ``` does not actually recover the space, it just covers it up....