fix(Dockerfile): use temporary busybox mount to create /kaniko directory (#2155)
* ci(minikube): always install latest binary and run as root
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
* chore: remove docker unmask because minikube handles this
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
* debug: view run folder and user ids
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
* debug: log minikube if start fails
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
* debug: start cri-docker before starting minikube cluster
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
* Revert "debug: start cri-docker before starting minikube cluster"
This reverts commit 8923941358.
* debug: include verbose minikube output
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
* fix(minikube): cri-dockerd move command
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
* chore(minikube): copy minikube profile from root to user
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
* fix(minikube): change dirs to $HOME directory in config.json
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
* fix(minikube): enable registry on start
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
* chore: run as non root
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
* cleanup
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
* docs(minikube-script): update
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
* deploy: create kaniko.tar
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
* deploy: create kaniko folder in dockerfiles with 777 permissions via mount
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
* chore(Dockerfile): remove ARG
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
* docs(Dockerfile): add comment to kaniko dir creation
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
* fix(Dockerfile): mount whole busybox image
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
* fix(Dockerfile): use musl busybox
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
* chore(Dockerfile): use musl busybox in debug image
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
* typo
Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>