You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for taking the time to fill out this bug report!
15
+
16
+
- type: input
17
+
attributes:
18
+
label: (Optional) Error message
19
+
description: If you encountered any error message, copy and paste it here. This will be used for googling the issue.
20
+
validations:
21
+
required: false
22
+
23
+
- type: textarea
24
+
id: what-happened
25
+
attributes:
26
+
label: What went wrong?
27
+
description: What exactly went wrong and what bug did you encounter?
28
+
validations:
29
+
required: true
30
+
31
+
- type: textarea
32
+
id: expected-behaviour
33
+
attributes:
34
+
label: Expected behaviour
35
+
description: What did you expect to happen instead?
36
+
validations:
37
+
required: true
38
+
39
+
- type: textarea
40
+
id: steps-to-reproduce
41
+
attributes:
42
+
label: How can we reproduce the bug?
43
+
description: How do you trigger this bug? Please walk us through it step by step in detail. This is crucial in order to triage the bug and support you in resolving it.
44
+
validations:
45
+
required: true
46
+
47
+
- type: dropdown
48
+
id: host-os
49
+
attributes:
50
+
label: Host Operating System
51
+
description: What operating system are you using?
52
+
multiple: false
53
+
options:
54
+
- Linux
55
+
- macOS
56
+
- Windows
57
+
validations:
58
+
required: true
59
+
60
+
- type: dropdown
61
+
id: host-platform
62
+
attributes:
63
+
label: Host Platform (amd64, arm64, other)
64
+
description: What host platform are you running on?
65
+
options:
66
+
- amd64
67
+
- arm64
68
+
- other
69
+
validations:
70
+
required: true
71
+
72
+
- type: dropdown
73
+
attributes:
74
+
label: (Linux only) Is SELinux enabled?
75
+
description: When using Linux as your host operating system, check if SELinux is enabled or not.
76
+
options:
77
+
- Yes, SELinux is enabled
78
+
- No, SELinux is disabled
79
+
- I don't know
80
+
- I am not on Linux
81
+
validations:
82
+
required: true
83
+
84
+
- type: input
85
+
id: docker-version
86
+
attributes:
87
+
label: Docker version
88
+
description: "What Docker version are you using? Please copy and paste the output of `docker --version` into this text area."
89
+
validations:
90
+
required: true
91
+
92
+
- type: textarea
93
+
id: log-docker
94
+
attributes:
95
+
label: "Log: docker logs"
96
+
description: "Please copy and paste the output of `docker logs` into this text area"
97
+
render: shell
98
+
validations:
99
+
required: true
100
+
101
+
- type: textarea
102
+
attributes:
103
+
label: (Optional) Additional information
104
+
description: Add any additional information that might help with this bug report.
0 commit comments