Skip to content

Instantly share code, notes, and snippets.

@onefoursix
Last active October 10, 2019 16:08
Show Gist options
  • Save onefoursix/06325e67a44fdd4c233bfc98b7cc1e13 to your computer and use it in GitHub Desktop.
Save onefoursix/06325e67a44fdd4c233bfc98b7cc1e13 to your computer and use it in GitHub Desktop.
sdc-docker-openshift
FROM streamsets/datacollector:3.11.0
RUN sudo chgrp -R 0 /etc/sdc /logs /data /resources /opt/streamsets-datacollector-3.11.0 && sudo chmod -R g=u /etc/sdc /logs /data /resources /opt/streamsets-datacollector-3.11.0
RUN sudo sed -i 's/http.realm.file.permission.check=true/http.realm.file.permission.check=false/' /etc/sdc/sdc.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment