1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

update text

This commit is contained in:
Bogdan Fazakas 2022-09-20 22:24:16 +03:00
parent 2ac422f175
commit 4789259947

View File

@ -56,15 +56,15 @@
"name": "dockerImageCustom", "name": "dockerImageCustom",
"label": "Docker Image URL", "label": "Docker Image URL",
"placeholder": "e.g. oceanprotocol/algo_dockers:latest or https://example.com/image_path:image_tag", "placeholder": "e.g. oceanprotocol/algo_dockers:latest or https://example.com/image_path:image_tag",
"help": "Provide the name and the tag of a public Docker hub image or the full url if you have it hosted in a 3rd party repo", "help": "Provide the name and the tag of a public Docker hub image or the full URL if you have it hosted in a 3rd party repository",
"type": "container", "type": "container",
"required": true "required": true
}, },
{ {
"name": "dockerImageChecksum", "name": "dockerImageChecksum",
"label": "Docker container checksum", "label": "Docker Image Checksum",
"placeholder": "e.g. sha256:xiXqb7Vet0FbN9q0GFMgUdi5C22wjJT0i2G6lYKC2jl6QxkKzVz7KaPDgqfTMjNF", "placeholder": "e.g. sha256:xiXqb7Vet0FbN9q0GFMgUdi5C22wjJT0i2G6lYKC2jl6QxkKzVz7KaPDgqfTMjNF",
"help": "Provide the checksum of your docker container image.", "help": "Provide the checksum(DIGEST) of your docker image.",
"required": true "required": true
}, },
{ {