Skip to content

Commit

Permalink
rocker does not use /bin/bash
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Mar 11, 2024
1 parent d5aa161 commit 14e3fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ign-docker-env.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def build_rocker_command(igniton_release, linux_distro, docker_args, vol_args):
cmd += ['--ignition', f'{igniton_release}:{linux_distro_release}']
cmd += docker_args if docker_args else []
cmd += vol_args if vol_args else []
cmd += [linux_distro, '/bin/bash']
cmd += [linux_distro]
return cmd


Expand Down

0 comments on commit 14e3fe1

Please sign in to comment.