Comment 0 for bug 1781605

Revision history for this message
Ricardo Rocha (rocha-porto) wrote :

contrail-container-builder node-init is creating an executable script and /usr/bin:
https://github.com/Juniper/contrail-container-builder/blob/master/containers/node-init/contrail-status-init.sh#L27

We do have the host's /usr/bin mounted, but as we rely on Atomic this directory is read-only.

Not sure if the best is to redo the logic to not require a local script, or to put these scripts is a directory which is not readonly.