Commit 07a1286
Refactor Dockerfile to multi-stage build for incremental caching on failures (#2)
* Initial plan
* Refactor Dockerfile to multi-stage build with independent caching
Co-authored-by: shimaenaga1123 <88320744+shimaenaga1123@users.noreply.github.com>
* Fix ENV format to use = instead of space
Co-authored-by: shimaenaga1123 <88320744+shimaenaga1123@users.noreply.github.com>
* Quote command substitutions to prevent word splitting
Co-authored-by: shimaenaga1123 <88320744+shimaenaga1123@users.noreply.github.com>
* Add documentation and verify cache invalidation on version updates
Co-authored-by: shimaenaga1123 <88320744+shimaenaga1123@users.noreply.github.com>
* Remove documentation file per requirements
Co-authored-by: shimaenaga1123 <88320744+shimaenaga1123@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: shimaenaga1123 <88320744+shimaenaga1123@users.noreply.github.com>1 parent ee2b35a commit 07a1286
File tree
3 files changed
+330
-528
lines changed- .github/workflows
3 files changed
+330
-528
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
125 | 128 | | |
126 | 129 | | |
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| 135 | + | |
132 | 136 | | |
133 | 137 | | |
134 | 138 | | |
| |||
276 | 280 | | |
277 | 281 | | |
278 | 282 | | |
| 283 | + | |
279 | 284 | | |
280 | 285 | | |
281 | 286 | | |
| |||
0 commit comments