Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use our start script as ENTRYPOINT and have that call cadc start script #109

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

stvoutsin
Copy link
Member

@stvoutsin stvoutsin commented Jul 19, 2024

Summary

There was a bug in the changes made in the previous upgrade to using the cadc-tomcat base image, where the start script was not run correctly. This change modifes the Dockerfile to run our script as an ENTRYPOINT and have that call the underyling /usr/bin/cadc-tomcat-start script.

Tests
Tested on dev with the following usage scenarios:

  • Run simple select top 10 sync/async queries
  • Get some data from ivoa.Obscore and make sure datalinks show up correctly
  • Run taplint:
    Totals: Errors: 97; Warnings: 695; Infos: 158; Summaries: 20; Failures: 3
    The errors & warning are all the expected ones, which should be fixed soon (metadata, missing tables & sync POST bug in topcat)

@stvoutsin stvoutsin merged commit 3be9b9e into master Jul 23, 2024
2 checks passed
@stvoutsin stvoutsin deleted the tickets/DM-45320 branch July 23, 2024 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant