Skip to content

Commit

Permalink
Trying to clean stuff out
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Sep 18, 2023
1 parent 5d79259 commit 3f634a8
Show file tree
Hide file tree
Showing 19 changed files with 240 additions and 1,055 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ COPY . /usr/local/src/sync2jira
# Install Sync2Jira
RUN pip3 install --no-deps -v /usr/local/src/sync2jira

# To deal with JIRA issues (i.e. SSL errors)
RUN chmod g+w /etc/pki/tls/certs/ca-bundle.crt
RUN chmod 777 /usr/local/src/sync2jira/openshift/docker-entrypoint.sh

USER 1001

ENTRYPOINT ["/usr/local/src/sync2jira/openshift/docker-entrypoint.sh"]

CMD ["/usr/local/bin/sync2jira"]
62 changes: 0 additions & 62 deletions Dockerfile.build

This file was deleted.

53 changes: 0 additions & 53 deletions Dockerfile.deploy

This file was deleted.

6 changes: 0 additions & 6 deletions Dockerfile.sync-page
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ COPY . /usr/local/src/sync2jira
# Install Sync2Jira
RUN pip3 install --no-deps -v /usr/local/src/sync2jira

# To deal with JIRA issues (i.e. SSL errors)
RUN chmod g+w /etc/pki/tls/certs/ca-bundle.crt
RUN chmod 777 /usr/local/src/sync2jira/openshift/docker-entrypoint.sh

USER 1001

ENTRYPOINT ["/usr/local/src/sync2jira/openshift/docker-entrypoint.sh"]

CMD ["python3", "/usr/local/src/sync2jira/sync-page/event-handler.py"]
8 changes: 0 additions & 8 deletions continuous-deployment/continuous-deployment.md

This file was deleted.

227 changes: 0 additions & 227 deletions continuous-deployment/continuous_deployment.py

This file was deleted.

7 changes: 0 additions & 7 deletions continuous-deployment/failure_template.jinja

This file was deleted.

Loading

0 comments on commit 3f634a8

Please sign in to comment.