-
Notifications
You must be signed in to change notification settings - Fork 2k
[DX-4045] Better Docker Caching #23230
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
Merged
+128
−56
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
c56a5aa
Add docker cache laryer for go build
kalverra b34211e
Fix cache
kalverra acee75d
DEBUG: Seed cache
kalverra d03b173
remove debug
kalverra 29e1e35
Actually seed cache
kalverra 2fcccee
Remove push trigger
kalverra 75ad6f5
No local cache
kalverra 7217da2
trigger push flow
kalverra a529bc9
typo
kalverra 880e4a0
Cache dance: seed
kalverra c73c319
Fix caching mounts
kalverra b64078d
Now pull from cache
kalverra 1f61a30
Now change plugin version to see cache performance
kalverra 717802d
Revert plugin
kalverra 2489fac
Merge branch 'develop' of github.com:smartcontractkit/chainlink into …
kalverra 8a4ddef
DEBUG: Update action version
kalverra 9dcddb4
DEBUG: use debug action
kalverra 39187f3
DEBUG: trigger new run
kalverra 52758c3
DEBUG: pull from cache
kalverra 4f16fe7
Smarter docker ignore
kalverra ce31cf4
Add folder
kalverra e7f4113
Add file
kalverra 9622107
DEBUG: pull from cache
kalverra 497bc68
Fix caching
kalverra 0e9f700
cleanup
kalverra 311d464
properly use cache-dance
kalverra f148b55
version input
kalverra 825e381
use proper version
kalverra e0fb136
Only save build cache
kalverra 2fe0987
pull from cache
kalverra e1a19f0
Remove redundant docker vars
kalverra e0d1078
Pull from full cache
kalverra 952b1e3
Try including build cache as well
kalverra 7d29619
Actually force-seed the cache
kalverra 5287158
write-only build cache
kalverra 740d826
read from cache
kalverra 95ac4f5
Remove debugs
kalverra 940efb3
remove redundant input
kalverra d3e1509
Merge branch 'develop' of github.com:smartcontractkit/chainlink into …
kalverra 46c2fd9
format Dockerfiles
kalverra 41758cf
Merge conflicts
kalverra a344334
docker formatting
kalverra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -138,4 +138,4 @@ core/scripts/cre/environment/binaries/* | |
| .claude/ | ||
| .cursor/ | ||
| .gemini/ | ||
| opencode.json | ||
| opencode.json | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.