Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Fixed issue when running aws cli v2 on minimal docker instances (erro… #128

Merged
merged 3 commits into from
Feb 10, 2021

Conversation

kgalens
Copy link

@kgalens kgalens commented Feb 9, 2021

…r: missing libz.so.1). Note: aws help broken (due to missing 'groff')

By default, the aws cli zip package contains the shared object files (.so) in the distribution folder. Setting LD_LIBRARY_PATH to this dist directory will allow the aws cli to run on instances without this shared library. Tested on a minimal biocontainer instance.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

…r: missing libz.so.1). Note: aws help broken (due to missing 'groff')
Copy link
Contributor

@wleepang wleepang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs an extra change to support Nextflow

src/ecs-additions/fetch_and_run.sh Show resolved Hide resolved
src/containers/nextflow/nextflow.aws.sh Outdated Show resolved Hide resolved
remove `env.LD_LIBRARY_PATH` CONFIG
@wleepang wleepang merged commit 9c73fad into aws-samples:master Feb 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants