38 lines
1.2 KiB
Markdown
38 lines
1.2 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Report a bug in kaniko
|
|
|
|
---
|
|
|
|
**Actual behavior**
|
|
A clear and concise description of what the bug is.
|
|
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
1. ...
|
|
2. ...
|
|
|
|
**Additional Information**
|
|
- Dockerfile
|
|
Please provide either the Dockerfile you're trying to build or one that can reproduce this error.
|
|
- Build Context
|
|
Please provide or clearly describe any files needed to build the Dockerfile (ADD/COPY commands)
|
|
- Kaniko Image (fully qualified with digest)
|
|
|
|
**Triage Notes for the Maintainers**
|
|
<!-- 🎉🎉🎉 Thank you for an opening an issue !!! 🎉🎉🎉
|
|
We are doing our best to get to this. Please help us by helping us prioritize your issue by filling the section below -->
|
|
|
|
|
|
| **Description** | **Yes/No** |
|
|
|----------------|---------------|
|
|
| Please check if this a new feature you are proposing | <ul><li>- [ ] </li></ul>|
|
|
| Please check if the build works in docker but not in kaniko | <ul><li>- [ ] </li></ul>|
|
|
| Please check if this error is seen when you use `--cache` flag | <ul><li>- [ ] </li></ul>|
|
|
| Please check if your dockerfile is a multistage dockerfile | <ul><li>- [ ] </li></ul>|
|
|
|