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

build: updating tini init command in direct mount toolbox (backport #9423) #9425

Merged
merged 2 commits into from Dec 14, 2021

Commits on Dec 14, 2021

  1. build: updating tini init command in direct mount toolbox

    the tini have been removed but was still present at direct mount
    used the bin/bash shell in place of tini
    
    Closes: #9382
    Signed-off-by: parth-gr <paarora@redhat.com>
    (cherry picked from commit bd3e558)
    
    # Conflicts:
    #	deploy/examples/direct-mount.yaml
    parth-gr authored and mergify-bot committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    dbe0346 View commit details
    Browse the repository at this point in the history
  2. build: update the securityContext of direct mount container

    update securityContext to runAsUser: 0
    so container can run as a root user
    
    Signed-off-by: parth-gr <paarora@redhat.com>
    (cherry picked from commit bc355c6)
    parth-gr authored and travisn committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    2a891a8 View commit details
    Browse the repository at this point in the history