Skip to content

Commit

Permalink
YDA-5991- Upgrade templates and docker scripts to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
kaur16 committed Jan 13, 2025
1 parent 55c516f commit 1275314
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions docker/compose/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

volumes:
extuser_pg_data:
icat_pg_data:
Expand Down
2 changes: 1 addition & 1 deletion docker/images/yoda_irods_icat/external-auth.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import requests
import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion docker/images/yoda_irods_icat/oidc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import requests

Expand Down
2 changes: 1 addition & 1 deletion roles/irods_icat/templates/external-auth.py.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# {{ ansible_managed }}
import requests
import os
Expand Down
2 changes: 1 addition & 1 deletion roles/irods_icat/templates/oidc.py.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# {{ ansible_managed }}

import requests
Expand Down

0 comments on commit 1275314

Please sign in to comment.