Skip to content

Commit

Permalink
feat: add shell to container image
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
apricote committed Sep 15, 2024
1 parent 7b49e8e commit 16374f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .ko.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
defaultPlatforms:
- linux/arm64
- linux/amd64
- linux/amd64

# Need a shell for gitlab-ci
defaultBaseImage: cgr.dev/chainguard/busybox

0 comments on commit 16374f2

Please sign in to comment.