Skip to content

new containerd workaround#4656

Merged
Snawoot merged 1 commit intomasterfrom
containerd_workaround
Jan 24, 2022
Merged

new containerd workaround#4656
Snawoot merged 1 commit intomasterfrom
containerd_workaround

Conversation

@Snawoot
Copy link
Contributor

@Snawoot Snawoot commented Jan 24, 2022

It turns out that bash command builtin works to override keyword [[, but doesn't work to override builtin [ with corresponding external command. However, we can't rely on /usr/bin/[[ because it exists only on alpine while prepare-run-env.sh is used somewhere else. This PR uses env to run actual [ external binary shadowed by [ builtin of bash.

@Snawoot Snawoot self-assigned this Jan 24, 2022
@Snawoot Snawoot merged commit 7ebc1c5 into master Jan 24, 2022
@Snawoot Snawoot deleted the containerd_workaround branch January 24, 2022 15:43
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.

3 participants