Do you have official BigFix docker images in Docker Hub?

I would like to pull official BigFix docker images from a public registry such as Docker Hub or quay.

1 Like

Docker images for what? A root server, a relay, or a client, or all of the above?

You should be able to layer on BigFix on top of a CentOS or RHEL docker image.

I have a script that does this for setting up test clients in docker using the official CentOS docker image. Here is the important bits:

sudo docker run -d centos bash -c "yum install initscripts -y;cd /tmp;curl -O https://raw.githubusercontent.com/jgstew/tools/master/bash/install_bigfix.sh;chmod u+x install_bigfix.sh;./install_bigfix.sh $RELAYFQDN;tail -f /dev/null"

Related:

see new content here: