mirror of
https://github.com/rancher/k3k.git
synced 2026-02-14 18:10:01 +00:00
* Update registry.suse.com/bci/bci-base Docker tag to v15.7 * move k3k controller image to `registry.suse.com/bci/bci-base:15.7` --------- Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com> Co-authored-by: Enrico Candino <enrico.candino@suse.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:15.7
|
|
|
|
ARG BIN_K3K_KUBELET=bin/k3k-kubelet
|
|
|
|
COPY ${BIN_K3K_KUBELET} /usr/bin/
|
|
|
|
ENTRYPOINT ["/usr/bin/k3k-kubelet"]
|