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

Automatically build and upload Docker containers #310

Open
1 task done
mrp089 opened this issue Dec 9, 2024 · 0 comments
Open
1 task done

Automatically build and upload Docker containers #310

mrp089 opened this issue Dec 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mrp089
Copy link
Member

mrp089 commented Dec 9, 2024

Problem

Sometimes, we will need to rebuild the Docker images that are hosted on Docker Hub, e.g., when external versions change. This is currently done manually.

Solution

Have a GitHub workflow that automatically runs the Dockerfiles and uploads the images to Docker hub when triggered. This doesn't need to happen with every pull request since it's unnecessary and resource-consuming. Rather, the action would need to figure out for itself when it's necessary to trigger a rebuild.

4C has an action to check if a Docker rebuild is required. I think they do that by comparing the hashes of their dependencies.

Additional context

See the discussion in #308.

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines
@mrp089 mrp089 added the enhancement New feature or request label Dec 9, 2024
@mrp089 mrp089 mentioned this issue Feb 11, 2025
1 task
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