Sign inSign up

rscorer/keel

By rscorer

Updated about 2 years ago

Keel Multi-Arch Images

Image
Developer tools
0

1.5K

rscorer/keel repository overview

Keel Multi-Arch Image Builder

Currently, there are no official up-to-date arm64 Docker images available for Keel⁠. That makes it cumbersome to run Keel on aarch64 machines. This repository⁠ contains an automated workflow⁠ that checks for new releases of Keel every day. Upon detecting a new release, the workflow builds a multi-architecture Docker image for both amd64 and arm64 architectures and pushes it to DockerHub under the repository rscorer/keel.

Usage with the Official Helm Chart

You can use this image with the official Helm chart by overriding the image.repository value:

helm repo add keel https://charts.keel.sh
helm repo update
helm upgrade --install \
    keel keel/keel \
    --namespace=kube-system \
    --set helmProvider.version="v3" \
    --set image.repository=rscorer/keel

This is currently the same as fardjad/keel

Tag summary

Content type

Image

Digest

sha256:4eaf4c571

Size

44.8 MB

Last updated

about 2 years ago

docker pull rscorer/keel