farkasmate / docker_kaniko-build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker_kaniko-build

Kaniko executor and warmer image build configs for my Raspberry Pi cluster.

Build

To build the docker-registry.csikoste.com/kaniko-executor-arm and docker-registry.csikoste.com/kaniko-warmer-arm images on the Raspberry Pi cluster, run:

skaffold build

The built private images are re-tagged and shared as matefarkas/kaniko-executor:<kaniko_version>-arm and matefarkas/kaniko-warmer:<kaniko_version>-arm.

Dev

To build amd64 images from the master branch locally, run:

skaffold build --profile dev

About

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%