Skip to content

Commit 6575648

Browse files
authored
README: fix link to race conditions (#1367)
* Use correct HTML anchor. * Use the term "race condition" consistently to make it easier to find. (Previously it used "race" in one and "racy" in the other, making it difficult to do a find/grep.) Signed-off-by: Mark Lodato <[email protected]>
1 parent e3024f4 commit 6575648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ or garbage-collected when the image is deleted.
383383
Similarly, they **can** easily be copied from one environment to another, but this is not
384384
automatic.
385385

386-
Multiple signatures are stored in a list which is unfortunately "racy" today.
386+
Multiple signatures are stored in a list which is unfortunately a race condition today.
387387
To add a signature, clients orchestrate a "read-append-write" operation, so the last write
388388
will win in the case of contention.
389389

@@ -436,7 +436,7 @@ on the sha256 of what we're signing) for locating the signature index.
436436

437437
Roughly (ignoring ports in the hostname): `s/:/-/g` and `s/@/:/g` to find the signature index.
438438

439-
See [Race conditions](#race-conditions) for some caveats around this strategy.
439+
See [Race conditions](#registry-details) for some caveats around this strategy.
440440

441441
Alternative implementations could use transparency logs, local filesystem, a separate repository
442442
registry, an explicit reference to a signature index, a new registry API, grafeas, etc.

0 commit comments

Comments
 (0)