bug_report.yml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. name: Bug report
  2. description: Create a report to help us improve!
  3. labels:
  4. - kind/bug
  5. - status/0-triage
  6. body:
  7. - type: markdown
  8. attributes:
  9. value: |
  10. Thank you for taking the time to report a bug!
  11. If this is a security issue report it to the [Docker Security team](mailto:security@docker.com).
  12. - type: textarea
  13. id: description
  14. attributes:
  15. label: Description
  16. description: Give a clear and concise description of the bug
  17. validations:
  18. required: true
  19. - type: textarea
  20. id: repro
  21. attributes:
  22. label: Reproduce
  23. description: Steps to reproduce the bug
  24. placeholder: |
  25. 1. docker run ...
  26. 2. docker kill ...
  27. 3. docker rm ...
  28. validations:
  29. required: true
  30. - type: textarea
  31. id: expected
  32. attributes:
  33. label: Expected behavior
  34. description: What is the expected behavior?
  35. placeholder: |
  36. E.g. "`docker rm` should remove the container and cleanup all associated data"
  37. - type: textarea
  38. id: version
  39. attributes:
  40. label: docker version
  41. description: Output of `docker version`
  42. render: bash
  43. placeholder: |
  44. Client:
  45. Version: 20.10.17
  46. API version: 1.41
  47. Go version: go1.17.11
  48. Git commit: 100c70180fde3601def79a59cc3e996aa553c9b9
  49. Built: Mon Jun 6 21:36:39 UTC 2022
  50. OS/Arch: linux/amd64
  51. Context: default
  52. Experimental: true
  53. Server:
  54. Engine:
  55. Version: 20.10.17
  56. API version: 1.41 (minimum version 1.12)
  57. Go version: go1.17.11
  58. Git commit: a89b84221c8560e7a3dee2a653353429e7628424
  59. Built: Mon Jun 6 22:32:38 2022
  60. OS/Arch: linux/amd64
  61. Experimental: true
  62. containerd:
  63. Version: 1.6.6
  64. GitCommit: 10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1
  65. runc:
  66. Version: 1.1.2
  67. GitCommit: a916309fff0f838eb94e928713dbc3c0d0ac7aa4
  68. docker-init:
  69. Version: 0.19.0
  70. GitCommit:
  71. validations:
  72. required: true
  73. - type: textarea
  74. id: info
  75. attributes:
  76. label: docker info
  77. description: Output of `docker info`
  78. render: bash
  79. placeholder: |
  80. Client:
  81. Context: default
  82. Debug Mode: false
  83. Plugins:
  84. buildx: Docker Buildx (Docker Inc., 0.8.2)
  85. compose: Docker Compose (Docker Inc., 2.6.0)
  86. Server:
  87. Containers: 4
  88. Running: 2
  89. Paused: 0
  90. Stopped: 2
  91. Images: 80
  92. Server Version: 20.10.17
  93. Storage Driver: overlay2
  94. Backing Filesystem: xfs
  95. Supports d_type: true
  96. Native Overlay Diff: false
  97. userxattr: false
  98. Logging Driver: local
  99. Cgroup Driver: cgroupfs
  100. Cgroup Version: 1
  101. Plugins:
  102. Volume: local
  103. Network: bridge host ipvlan macvlan null overlay
  104. Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
  105. Swarm: inactive
  106. Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
  107. Default Runtime: runc
  108. Init Binary: docker-init
  109. containerd version: 10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1
  110. runc version: a916309fff0f838eb94e928713dbc3c0d0ac7aa4
  111. init version:
  112. Security Options:
  113. apparmor
  114. seccomp
  115. Profile: default
  116. Kernel Version: 5.13.0-1031-azure
  117. Operating System: Ubuntu 20.04.4 LTS
  118. OSType: linux
  119. Architecture: x86_64
  120. CPUs: 4
  121. Total Memory: 15.63GiB
  122. Name: dev
  123. ID: UC44:2RFL:7NQ5:GGFW:34O5:DYRE:CLOH:VLGZ:64AZ:GFXC:PY6H:SAHY
  124. Docker Root Dir: /var/lib/docker
  125. Debug Mode: true
  126. File Descriptors: 46
  127. Goroutines: 134
  128. System Time: 2022-07-06T18:07:54.812439392Z
  129. EventsListeners: 0
  130. Registry: https://index.docker.io/v1/
  131. Labels:
  132. Experimental: true
  133. Insecure Registries:
  134. 127.0.0.0/8
  135. Live Restore Enabled: true
  136. validations:
  137. required: true
  138. - type: textarea
  139. id: additional
  140. attributes:
  141. label: Additional Info
  142. description: Additional info you want to provide such as logs, system info, environment, etc.
  143. validations:
  144. required: false