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

feat: push docker container for scheduled jobs #2534

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

almarcotte
Copy link
Contributor

@almarcotte almarcotte commented Jan 10, 2025

Continues from dekkerglen/CubeCobraCDK#2

This will allow us to publish a Docker image containing all the jobs we want to schedule. Before merging we need to merge and deploy the changes in the PR above to create the role and the ECR repository then include the values in here.

It can still be tested locally somewhat:

$ docker build -t cubecobra-jobs:latest .
$ docker run --rm cubecobra-jobs:latest npm run <whatever>

The resulting image is quite big. I'm guessing it might be possible to build just the jobs we want and only include those files? Happy to take suggestions.

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.

2 participants