This repository contains a Dockerfile to build a docker image suitable for use as a Jenkins JNLP slave for testing projects that depend the Ettus UHD.
Only releases of this project should be pushed to https://hub.docker.com.
docker build -t tee3/jenkinsci-jnlp-slave-ettus-uhd .
docker login -u tee3 hub.docker.com
docker tag tee3/jenkinsci-jnlp-slave-ettus-uhd tee3/jenkinsci-jnlp-slave-ettus-uhd:<TAG>
docker push tee3/jenkinsci-jnlp-slave-ettus-uhd:<TAG>
docker logout hub.docker.com
docker pull hub.docker.com/tee3/jenkinsci-jnlp-slave-ettus-uhd:<TAG>