Hi, I'm having trouble creating a Docker Repository vi Rest API.
here is my repo.json:
{
"attributes":{
"docker":{
"httpsPort":5002,
"v1Enabled":false
},
"storage":{
"blobStoreName":"default",
"strictContentTypeValidation":true,
"writePolicy":"ALLOW"
}
},
"name":"myrepo2",
"id": "myrepo2",
"format":"",
"type":"",
"content": "repository.createDockerHosted('public')",
"url":"",
"online":true,
"checkbox-1281-inputEl":false,
"checkbox-1284-inputEl":true,
"recipe":"docker-hosted"
}
It keeps throwing me this error:
[{"id":"PARAMETER add.arg0.type","message":"may not be empty"}]
Can someone point me to the right direction? thanks