-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-2929] Docker repository tags not sanitised
Chaincode cannot be instantiated (invoked, or queried) if network ID, peer ID or chain code name invalidate Docker's tagging rules. Sanitised according to Dockers naming rules [a-z0-9](?:[._-][a-z0-9])*. https://forums.docker.com/t/docker-registry-v2-spec-and-repository-naming-rule/5466 Change-Id: I15d8412cf80581126fd3d8fca0a66c9c0877853e Signed-off-by: Nick Murray <nick@passkit.com>
- Loading branch information
Showing
1 changed file
with
41 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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