Commit 10749bd
authored
feat(librarian): allow update-image to be a no-op (#2807)
The update-image command is really useful for container authors, in
terms of checking performance, behavior, and configuration. It's useful
to be able to run it even without a new image - because if everything is
in a steady state, we shouldn't see any changes at all.
We still log that the image is the same, but don't count it as an error.1 parent fa24925 commit 10749bd
2 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
| 111 | + | |
113 | 112 | | |
114 | 113 | | |
115 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| |||
0 commit comments