Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Construct Job image #32

Open
bronhaim opened this issue Jan 9, 2018 · 0 comments
Open

Construct Job image #32

bronhaim opened this issue Jan 9, 2018 · 0 comments
Labels

Comments

@bronhaim
Copy link
Collaborator

bronhaim commented Jan 9, 2018

Currently base image for fencing job is construct from by dockerfile:

FROM centos:7
RUN 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.

@bronhaim bronhaim added the Done label Jan 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant