Uploaded image for project: 'Cloud Enablement'
  1. Cloud Enablement
  2. CLOUD-866

[EAP6] Rewrite support for arbitrary UID's

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • EAP64 1.5.0.GA
    • None
    • EAP6
    • None

      Currently we chmod 777 all the required directories. This is ugly and instead of this we should do following:

      RUN chgrp -R 0 /some/directory
      RUN chmod -R g+rw /some/directory
      RUN find /some/directory -type d -exec chmod g+x {} +
      

      As per: https://docs.openshift.org/latest/creating_images/guidelines.html#openshift-origin-specific-guidelines

            rhn-engineering-mgoldman Marek Goldmann
            rhn-engineering-mgoldman Marek Goldmann
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: