Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Dockerfile): use temporary busybox mount to create /kaniko directory #2155

Merged
merged 23 commits into from
Jul 8, 2022

Commits on Jun 28, 2022

  1. ci(minikube): always install latest binary and run as root

    Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
    Höhl, Lukas committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    288d6e9 View commit details
    Browse the repository at this point in the history
  2. chore: remove docker unmask because minikube handles this

    Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
    Höhl, Lukas committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    6241b5b View commit details
    Browse the repository at this point in the history
  3. debug: view run folder and user ids

    Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
    Höhl, Lukas committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    a55c8b9 View commit details
    Browse the repository at this point in the history
  4. debug: log minikube if start fails

    Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
    Höhl, Lukas committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    d391b28 View commit details
    Browse the repository at this point in the history
  5. debug: start cri-docker before starting minikube cluster

    Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
    Höhl, Lukas committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    8923941 View commit details
    Browse the repository at this point in the history
  6. Revert "debug: start cri-docker before starting minikube cluster"

    This reverts commit 8923941.
    Höhl, Lukas committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    32a3c73 View commit details
    Browse the repository at this point in the history
  7. debug: include verbose minikube output

    Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
    Höhl, Lukas committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    9458a1d View commit details
    Browse the repository at this point in the history
  8. fix(minikube): cri-dockerd move command

    Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
    Höhl, Lukas committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    ca81cd0 View commit details
    Browse the repository at this point in the history
  9. chore(minikube): copy minikube profile from root to user

    Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
    Höhl, Lukas committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    72435db View commit details
    Browse the repository at this point in the history
  10. fix(minikube): change dirs to $HOME directory in config.json

    Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
    Höhl, Lukas committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    9cc50f2 View commit details
    Browse the repository at this point in the history
  11. fix(minikube): enable registry on start

    Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
    Höhl, Lukas committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    606bad8 View commit details
    Browse the repository at this point in the history
  12. chore: run as non root

    Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
    Höhl, Lukas committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    1453c6d View commit details
    Browse the repository at this point in the history
  13. cleanup

    Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
    Höhl, Lukas committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    d41f438 View commit details
    Browse the repository at this point in the history
  14. docs(minikube-script): update

    Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
    Höhl, Lukas committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    21a4dca View commit details
    Browse the repository at this point in the history
  15. deploy: create kaniko.tar

    Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
    Höhl, Lukas committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    ef03c5c View commit details
    Browse the repository at this point in the history
  16. deploy: create kaniko folder in dockerfiles with 777 permissions via …

    …mount
    
    Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
    Höhl, Lukas committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    f3edf0f View commit details
    Browse the repository at this point in the history
  17. chore(Dockerfile): remove ARG

    Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
    Höhl, Lukas committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    e9dc628 View commit details
    Browse the repository at this point in the history
  18. docs(Dockerfile): add comment to kaniko dir creation

    Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
    Höhl, Lukas committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    fbdc8cf View commit details
    Browse the repository at this point in the history
  19. fix(Dockerfile): mount whole busybox image

    Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
    Höhl, Lukas committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    c6656f4 View commit details
    Browse the repository at this point in the history
  20. fix(Dockerfile): use musl busybox

    Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
    Höhl, Lukas committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    43bb505 View commit details
    Browse the repository at this point in the history
  21. chore(Dockerfile): use musl busybox in debug image

    Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
    Höhl, Lukas committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    779897e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. typo

    Signed-off-by: Höhl, Lukas <lukas.hoehl@accso.de>
    Höhl, Lukas committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    50b95eb View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    5b3d053 View commit details
    Browse the repository at this point in the history