-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add issue template for kaniko bugs. Should fix #338
- Loading branch information
priyawadhwa
committed
Sep 4, 2018
1 parent
2e10d27
commit 31647f8
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
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) |