-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
**Goal:**
Run MintToolkit (mint slim) inside a Tekton pipeline on EKS to slim container images.
Environment: EKS (Kubernetes), Tekton Pipelines, Red Hat UBI8 base image, Buildah available, no Docker/Podman daemon by default.
**Steps Tried:**
Installed MintToolkit CLI and sensor in the container.
Attempted to run Mint with Podman service started and DOCKER_HOST set.
Encountered errors: missing Docker/Podman socket, missing fuse kernel module, and overlay mount failures.
**Findings:**
Mint requires a running Docker or Podman daemon and socket, which are not available in standard Tekton/EKS environments.
Kernel modules like fuse are not present or cannot be loaded in Tekton containers, causing overlay mount failures.
Buildah works natively in Tekton for image slimming, but Mint cannot run due to runtime and kernel limitations.
**Question:**
Is there a supported or recommended way to run MintToolkit in Tekton/EKS, or is it only possible in environments with full Docker/Podman and kernel access?
Metadata
Metadata
Assignees
Labels
No labels