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

Refresh the base image every day #48

Closed
wants to merge 3 commits into from
Closed

Conversation

ohinds
Copy link
Collaborator

@ohinds ohinds commented Mar 3, 2025

Rebuild and push the base image at midnight every night so builds that use it won't fail.

@ohinds ohinds requested review from satra and pwighton March 3, 2025 23:34
password: ${{ secrets.GHCR_PAT }}
- name: refresh-base
run: |
docker build -t ghcr.io/gablab/murfi2-base:latest -f docker/Dockerfile.base .
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also have a persistent tag? I.e. in addition to murfi2-base:latest, tag today's container as murfi2-base:20250307

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment also applies to (and is more relevant for) the main murfi container

@ohinds
Copy link
Collaborator Author

ohinds commented Mar 13, 2025

superceded by #51

@ohinds ohinds closed this Mar 13, 2025
@ohinds ohinds deleted the daily_base_image_refresh branch March 18, 2025 16:48
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