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

[JWS3] Rewrite support for arbitrary UID's

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • JWS30 1.3.0.GA
    • None
    • JWS3
    • None

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              lfuka Libor Fuka
              rhn-engineering-mgoldman Marek Goldmann
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: