mirror of
https://github.com/rancher/k3k.git
synced 2026-05-23 09:43:11 +00:00
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
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:16.1
|
|
|
|
ARG BIN_K3K_KUBELET=bin/k3k-kubelet
|
|
|
|
COPY ${BIN_K3K_KUBELET} /usr/bin/
|
|
|
|
ENTRYPOINT ["/usr/bin/k3k-kubelet"]
|