You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently base image for fencing job is construct from by dockerfile:
FROM centos:7RUN yum upgrade -y;RUN yum install fence-agents-all -y; yum clean all ADD fencing-scripts/* /usr/sbin
This base image should include all fencing scripts and should be the base image also for the controller - the controller needs to read dynamically the meta-data from each fence script that we have in the job image.
The text was updated successfully, but these errors were encountered:
Currently base image for fencing job is construct from by dockerfile:
This base image should include all fencing scripts and should be the base image also for the controller - the controller needs to read dynamically the meta-data from each fence script that we have in the job image.
The text was updated successfully, but these errors were encountered: