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

Dockerize maven install #133

Merged
merged 13 commits into from
Jan 13, 2025
Merged

Dockerize maven install #133

merged 13 commits into from
Jan 13, 2025

Conversation

Gcolon021
Copy link
Contributor

No description provided.

Simplified builds by introducing Maven-based multi-stage builds, consolidating dependencies, and reducing image sizes. Updated entry points to ensure runtime efficiency and maintainability. Transitioned from `ADD` to `COPY` for better clarity and consistency.
Updated COPY commands in Dockerfiles to use a relative path specific to the current directory. This change ensures cleaner and more accurate file copying during container builds.
Updated Dockerfiles to leverage an existing image for Maven dependencies, reducing redundant downloads and speeding up builds. Introduced a multi-stage build process to improve efficiency and maintain consistency across projects."
Both Dockerfiles now reference the LATEST tag instead of a specific commit for the `hms-dbmi/pic-sure-api` image. This ensures the build process uses the most up-to-date base image available.
Unnecessary comments and stage labels were removed to streamline the Dockerfiles for `pic-sure-hpds-etl` and `pic-sure-hpds`. This cleanup improves readability and reduces clutter without altering functionality.
@Gcolon021 Gcolon021 self-assigned this Jan 8, 2025
@Gcolon021 Gcolon021 added the enhancement New feature or request label Jan 9, 2025
@Gcolon021 Gcolon021 merged commit b52d06f into genomic-v2 Jan 13, 2025
3 of 4 checks passed
@Gcolon021 Gcolon021 deleted the Dockerize-Maven-Install branch January 13, 2025 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant