mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 13:21:00 +00:00
feat: add shell to container image (#59)
Images used in GitLab CI need to have a shell included, otherwise the job could not be started. This replaces the default `cgr.dev/chainguard/static` base image with `cgr.dev/chainguard/busybox`. Busybox is the smallest image that includes a functional shell. Needed for #55.
This commit is contained in:
parent
7b49e8ea0c
commit
61cf12a052
1 changed files with 4 additions and 1 deletions
5
.ko.yaml
5
.ko.yaml
|
|
@ -1,3 +1,6 @@
|
|||
defaultPlatforms:
|
||||
- linux/arm64
|
||||
- linux/amd64
|
||||
- linux/amd64
|
||||
|
||||
# Need a shell for gitlab-ci
|
||||
defaultBaseImage: cgr.dev/chainguard/busybox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue