We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
As discussed here: #1825 we should use TLS based URLs in the pom.
This is not the case in the webapi-docker profile:
https://github.com/OHDSI/WebAPI/blob/master/pom.xml#L1345
As we lack the port access for 8085, this causes Docker builds to fail in our site.
The text was updated successfully, but these errors were encountered:
Additionally, the webapi-docker profile appears to be using an "ohdsi.snapshots" repo for several OHDSI dependencies.
Sorry, something went wrong.
58b915f
Webapi docker profile and TLS (OHDSI#2235)
31c1935
* Changed non-TLS nexus to use TLS * Removed duplicate repo entries; added ohdsi.snapshot entry Fixes OHDSI#2230.
No branches or pull requests
Expected behavior
As discussed here: #1825 we should use TLS based URLs in the pom.
Actual behavior
This is not the case in the webapi-docker profile:
https://github.com/OHDSI/WebAPI/blob/master/pom.xml#L1345
Steps to reproduce behavior
As we lack the port access for 8085, this causes Docker builds to fail in our site.
The text was updated successfully, but these errors were encountered: