podman

Форк
0
/
bug_report.yaml 
100 строк · 4.0 Кб
1
name: Bug Report
2
description: File a bug report
3
labels: ["kind/bug", "triage-needed"]
4
body:
5
  - type: markdown
6
    attributes:
7
      value: |
8
        Thanks for taking the time to fill out this bug report!
9

10
        **NOTE** A large number of issues reported against Podman are often found to already be fixed in more current versions of the project.  Before reporting an issue, please verify the version you are running with `podman version` and compare it to the latest release documented on the top of Podman's [README.md](https://github.com/containers/podman#readme). If they differ, please update your version of Podman to the latest possible and retry your command before creating an issue.
11

12
        Also, there is a running list of known issues in the [Podman Troubleshooting Guide](https://github.com/containers/podman/blob/main/troubleshooting.md), please reference that page before opening a new issue.
13

14
        Commands you might need to run to create the issue
15
          $ podman version
16
          $ podman info
17
          $ rpm -q podman
18
  - type: textarea
19
    id: description
20
    attributes:
21
      label: Issue Description
22
      description: Please explain your issue
23
      value: "Describe your issue"
24
    validations:
25
      required: true
26
  - type: textarea
27
    id: reproducer
28
    attributes:
29
      label: Steps to reproduce the issue
30
      description: Please explain the steps to reproduce the issue
31
      value: "Steps to reproduce the issue\n1.\n2.\n3.\n"
32
    validations:
33
      required: true
34
  - type: textarea
35
    id: received_results
36
    attributes:
37
      label: Describe the results you received
38
      description: Please explain the results you are noticing
39
      value: "Describe the results you received"
40
    validations:
41
      required: true
42
  - type: textarea
43
    id: expected_results
44
    attributes:
45
      label: Describe the results you expected
46
      description: Please explain the results you are expecting
47
      value: "Describe the results you expected"
48
    validations:
49
      required: true
50
  - type: textarea
51
    id: podman_info
52
    attributes:
53
      label: podman info output
54
      description: Please copy and paste podman info output.
55
      value: If you are unable to run podman info for any reason, please provide the podman version, operating system and its version and the architecture you are running.
56
      render: yaml
57
    validations:
58
      required: true
59
  - type: dropdown
60
    id: podman_in_a_container
61
    attributes:
62
      label: Podman in a container
63
      description: Please select Yes if you are running podman in a container
64
      options:
65
        - 'No'
66
        - 'Yes'
67
    validations:
68
      required: true
69
  - type: dropdown
70
    id: privileged_rootless
71
    attributes:
72
      label: Privileged Or Rootless
73
      description: Are you running the containers as privileged or non-root user?  Note that using `su` or `sudo` does not establish a proper login session required for running Podman as a non-root user.  Please refer to the [troubleshooting guide](https://github.com/containers/podman/blob/main/troubleshooting.md#solution-28) for alternatives.
74
      options:
75
        - Privileged
76
        - Rootless
77
  - type: dropdown
78
    id: upstream_latest
79
    attributes:
80
      label: Upstream Latest Release
81
      description: Have you tried running the [latest upstream release](https://github.com/containers/podman/releases/latest)
82
      options:
83
        - 'Yes'
84
        - 'No'
85
    validations:
86
      required: true
87
  - type: textarea
88
    id: additional_environment
89
    attributes:
90
      label: Additional environment details
91
      description: Please describe any additional environment details like (AWS, VirtualBox,...)
92
      value: "Additional environment details"
93
  - type: textarea
94
    id: additional_info
95
    attributes:
96
      label: Additional information
97
      description: Please explain the additional information you deem important
98
      value: "Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting"
99
    validations:
100
      required: false
101

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.