Skip to content

Comments

Fix WithContainerStep.start for older versions of Docker that use busybox#1

Open
shimpossible wants to merge 1 commit intomrsonicblue:masterfrom
shimpossible:feature/busy_box
Open

Fix WithContainerStep.start for older versions of Docker that use busybox#1
shimpossible wants to merge 1 commit intomrsonicblue:masterfrom
shimpossible:feature/busy_box

Conversation

@shimpossible
Copy link

Docker top will return {cat} instead of cat if using busybox. As such when looking to see if a command has started the code needs to also look for {cmd} and [cmd], as these are options that BusyBox PS might return

This also passes the correct path format to docker based on the containers OS.

This fixes JENKINS-60473

…ybox

Docker top will return {cat} instead of cat if using busybox.  As such when looking to see if a command has started the code needs to also look for {cmd} and [cmd], as these are options that BusyBox PS might return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants