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

task(post_bosh_deploy): switch to cf-cli image #49

Merged
merged 1 commit into from
Nov 29, 2017

Conversation

o-orand
Copy link
Member

@o-orand o-orand commented Nov 8, 2017

To be able to use other tools based on dynamically linked binary, we
switch to cf-cli image. Indeed, it doesn't work with curl-ssl container
because Alpine uses musl-libc.

The libc6-compat package provides ld-linux-x86-64.so.2 which enables
glibc linked binaries to work. Another commit will follow to make this
work for 64bit binaries on Alpine <= 3.5

See https://github.com/alphagov/paas-docker-cloudfoundry-tools/commits/master/cf-cli/Dockerfile

To be able to use other tools based on dynamically linked binary, we
 switch to cf-cli image. Indeed, it doesn't work with curl-ssl container
 because Alpine uses musl-libc.

The `libc6-compat` package provides `ld-linux-x86-64.so.2` which enables
 glibc linked binaries to work. Another commit will follow to make this
 work for 64bit binaries on Alpine <= 3.5

See https://github.com/alphagov/paas-docker-cloudfoundry-tools/commits/master/cf-cli/Dockerfile
@o-orand o-orand force-pushed the feature-switch-post-bosh-deploy-image branch from 5056110 to 100d346 Compare November 8, 2017 13:25
@o-orand o-orand merged commit 7408bef into develop Nov 29, 2017
@o-orand o-orand deleted the feature-switch-post-bosh-deploy-image branch November 29, 2017 14:38
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.

1 participant