Skip to content

fix(rocklet): skip bash installation when already present in musl containers#1207

Open
zhangjaycee wants to merge 1 commit into
alibaba:masterfrom
zhangjaycee:fix/alpine_bash
Open

fix(rocklet): skip bash installation when already present in musl containers#1207
zhangjaycee wants to merge 1 commit into
alibaba:masterfrom
zhangjaycee:fix/alpine_bash

Conversation

@zhangjaycee

Copy link
Copy Markdown
Collaborator

close #1206

On customized Alpine images with a corrupted APK database, apk add bash returns a non-zero exit code even though bash is already installed. Combined with set -o errexit, this causes docker_run.sh to exit before installing the glibc compatibility layer or starting rocklet.

…tainers

On customized Alpine images with a corrupted APK database, `apk add bash`
returns a non-zero exit code even though bash is already installed. Combined
with `set -o errexit`, this causes docker_run.sh to exit before installing
the glibc compatibility layer or starting rocklet.
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.

[Bug] Sandbox fails to start on Alpine images with pre-installed bash

1 participant