Commit 8b8aa91
committed
Dockerfile: use alpine as base image
- We require bash-5.3, and the debian base image only provides up to
bash-5.2. Alpine provides bash-5.3, so switch to that.
- It is also smaller, which is a nice bonus.
- Also disabled git safe-directory check, as I don't think any usage
of this image would involve untrusted repositories, so this is just
an annoyance.
When we have python docker images based on newer debian with bash-5.3,
we can consider switching back to debian, or even giving users a choice
between debian and alpine based images.
Resolves: pkgcore/pkgcheck-action#21
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>1 parent f78f047 commit 8b8aa91
1 file changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments