-
Notifications
You must be signed in to change notification settings - Fork 39
No more image baking (lets leave that to the bakeoff shows) #711
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
Conversation
WalkthroughThe GitHub Actions workflow responsible for building and pushing pre-baked Docker images has been removed. The deleted file defined a workflow that was triggered on pushes to the main branch, pull requests, and manual dispatch, executing steps such as code checkout, registry login, metadata extraction from the Dockerfile, and conditional image build and push operations. Additionally, the Dockerfile and a related Bash script for setting up a local development environment for a blockchain application have also been deleted. Changes
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
⏰ Context from checks skipped due to timeout of 90000ms (4)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Remove pre-baked Docker image infrastructure to eliminate image baking processRemoves the infrastructure for creating pre-baked Docker images containing Foundry with XMTPD Node contracts and registrations:
📍Where to StartStart with the GitHub Actions workflow removal in build-pre-baked-images.yml to understand the CI/CD pipeline being removed. Macroscope summarized 5f21d8b. |
Remove GitHub Actions workflow for building and publishing
anvil-xmtpdDocker image to eliminate image baking processRemoves the GitHub Actions workflow that was responsible for automatically building and publishing the
anvil-xmtpdDocker image to GitHub Container Registry. The workflow previously executed on main branch pushes, pull requests, and manual triggers, handling container registry authentication, Docker metadata extraction, and image building/pushing operations.📍Where to Start
Start by reviewing the deleted workflow file build-pre-baked-images.yml to understand the CI/CD pipeline being removed.
Macroscope summarized 82f87e1.
libxmtpnow uses thecontractsimage fromsmart-contractsand no longer depends on a pre-baked imageSummary by CodeRabbit