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

Automated Docker packaging #2

Open
5 tasks
thomasvincent opened this issue Apr 22, 2024 · 0 comments
Open
5 tasks

Automated Docker packaging #2

thomasvincent opened this issue Apr 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@thomasvincent
Copy link
Owner

Description

Improve the Docker image configuration for our project to streamline the build process and include new features required by the latest project version 1.0

Tasks

  • Update the Dockerfile to use the latest base image.
  • Ensure the new dependencies required by version 1.0 are installed in the Docker image.
  • Optimize the Docker image layers to reduce the overall size.
  • Implement multi-stage builds to separate the build environment from the runtime environment.
  • Automate Github actions to deploy to Github package repository as well as public repositories

Acceptance Criteria

  • The Docker image must build successfully without errors.
  • The Docker image size should be reduced where possible.
  • All unit tests should pass when run within the Docker container.

Additional Notes

  • Please review the current Docker best practices for possible integration.
@thomasvincent thomasvincent added the enhancement New feature or request label Apr 22, 2024
@thomasvincent thomasvincent self-assigned this Apr 22, 2024
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

No branches or pull requests

1 participant