mirror of
https://github.com/rancher/k3k.git
synced 2026-04-22 10:36:46 +00:00
* wip drop dapper * added tests, validate * fix kubebuilder assets * debug * fix maybe * export global * export global 2 * fix goreleaser * dev doc section improved * crd and docs * drop dapper * drop unused tmpl * added help * typos, and added `build-crds` target to default
9 lines
257 B
Docker
9 lines
257 B
Docker
# TODO: swicth this to BCI-micro or scratch. Left as base right now so that debug can be done a bit easier
|
|
FROM registry.suse.com/bci/bci-base:15.6
|
|
|
|
ARG BIN_K3K_KUBELET=bin/k3k-kubelet
|
|
|
|
COPY ${BIN_K3K_KUBELET} /usr/bin/
|
|
|
|
ENTRYPOINT ["/usr/bin/k3k-kubelet"]
|