Support creating/updating docker images on eggs
This commit is contained in:
parent
78c4ac80bc
commit
638ea2e815
4 changed files with 26 additions and 12 deletions
|
@ -21,7 +21,7 @@ class EggFormRequest extends AdminFormRequest
|
|||
$rules = [
|
||||
'name' => 'required|string|max:191',
|
||||
'description' => 'nullable|string',
|
||||
'docker_image' => 'required|string|max:191',
|
||||
'docker_images' => 'required|string',
|
||||
'startup' => 'required|string',
|
||||
'config_from' => 'sometimes|bail|nullable|numeric',
|
||||
'config_stop' => 'required_without:config_from|nullable|string|max:191',
|
||||
|
|
Reference in a new issue