You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The current Dockerfile for the IHR Python Base Image is well-structured, but there are opportunities to enhance its readability, maintainability, and alignment with Docker best practices.
Describe the solution you'd like
Propose the following improvements to the Dockerfile:
->Group ARG instructions at the beginning, organized by relevance.
->Combine multiple RUN instructions into a single instruction for reduced layering.
->Align with common label conventions for better readability.
->Add comments to document the purpose and usage of environment variables.
->Provide comments to explain the purpose of the USER instruction.
->Evaluate the use of multi-stage builds for minimizing the final image size.
Describe alternatives you've considered
Alternative solutions were considered during the proposal, and the selected improvements aim to balance readability, maintainability, and adherence to Docker best practices.
Additional context
These improvements will contribute to a more streamlined and efficient Dockerfile for the IHR Python Base Image, ensuring that it aligns with industry standards and facilitates future maintenance.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The current Dockerfile for the IHR Python Base Image is well-structured, but there are opportunities to enhance its readability, maintainability, and alignment with Docker best practices.
Describe the solution you'd like
Propose the following improvements to the Dockerfile:
->Group ARG instructions at the beginning, organized by relevance.
->Combine multiple RUN instructions into a single instruction for reduced layering.
->Align with common label conventions for better readability.
->Add comments to document the purpose and usage of environment variables.
->Provide comments to explain the purpose of the USER instruction.
->Evaluate the use of multi-stage builds for minimizing the final image size.
Describe alternatives you've considered
Alternative solutions were considered during the proposal, and the selected improvements aim to balance readability, maintainability, and adherence to Docker best practices.
Additional context
These improvements will contribute to a more streamlined and efficient Dockerfile for the IHR Python Base Image, ensuring that it aligns with industry standards and facilitates future maintenance.
The text was updated successfully, but these errors were encountered: