File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 15
15
Please answer the following sections to help us troubleshoot the problem.
16
16
17
17
- type : dropdown
18
- id : docker_images
19
18
attributes :
20
19
label : What docker image(s) are you using?
21
20
description : Select as many images as applicable
@@ -34,10 +33,10 @@ body:
34
33
35
34
- type : input
36
35
attributes :
37
- label : OS system and architecture running docker image
36
+ label : Host OS system and architecture running docker image
38
37
placeholder : |
39
38
Example:
40
- Ubuntu/ aarch64
39
+ Ubuntu 22.04 / aarch64
41
40
validations :
42
41
required : true
43
42
88
87
description : |
89
88
A clear and concise description of what you expected to happen.
90
89
placeholder : |
91
- Example: ggplot output appears in my notebook.
90
+ Example: ` ggplot` output appears in my notebook.
92
91
93
92
- type : textarea
94
93
attributes :
@@ -109,3 +108,11 @@ body:
109
108
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
110
109
validations :
111
110
required : false
111
+
112
+ - type : checkboxes
113
+ attributes :
114
+ label : Latest Docker version
115
+ description : You should try to use latest Docker version
116
+ options :
117
+ - label : I've updated my Docker version to the latest available and the issue still persists
118
+ required : true
Original file line number Diff line number Diff line change 13
13
section in the documentation for our preferred processes before submitting a feature request.
14
14
15
15
- type : dropdown
16
- id : docker_images
17
16
attributes :
18
17
label : What docker image(s) is this feature applicable to?
19
18
description : Select as many images as applicable
You can’t perform that action at this time.
0 commit comments