Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Oct 2, 2023
1 parent 0ad7caf commit 7d942a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ docker run --rm -v REGISTRY_DIRECTORY:/var/lib/registry ghcr.io/ricardobranco777
- The `--delete-untagged` option added to [Docker Registry](https://github.com/distribution/distribution) does NOT work with multi-arch images as noted in this [bug](https://github.com/distribution/distribution/issues/3178). The only workaround is to avoid multi-arch images completely and append the architecture name to the tag instead.
- Do NOT use it with sigstore/cosign as they [hijack](https://github.com/sigstore/cosign#registry-api-changes) the Registry API in the most obnoxious way by storing signatures as tags, also breaking in the process every registry listing tool.
- It should work with `--volumes-from REGISTRY_CONTAINER` if the volume is mounted in `/var/lib/registry`. Beware that this option may be [buggy in Podman](https://github.com/containers/podman/issues/19529).
- It should work with `--volumes-from REGISTRY_CONTAINER` if the volume is mounted in `/var/lib/registry`. Beware that this option may be [buggy in Podman < 4.7.0](https://github.com/containers/podman/issues/19529).
## Examples
Expand Down

0 comments on commit 7d942a1

Please sign in to comment.