Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

eb deploy fails after latest image update #6

Closed
IgorVanian opened this issue Jul 13, 2021 · 5 comments
Closed

eb deploy fails after latest image update #6

IgorVanian opened this issue Jul 13, 2021 · 5 comments

Comments

@IgorVanian
Copy link

Hello,

It seems that after the latest docker image update (3 days ago), eb deploy fails
image

Anyone is having the same issue here?

@IgorVanian
Copy link
Author

This issue is due to the latest aws-ebcli upgrade. Symlink directories are not ignored by eb deploy. See aws/aws-elastic-beanstalk-cli#69 (comment)

@kulinski
Copy link
Contributor

Thanks Igor. Are you able to work around this issue with the new ebcli version? Or use the older version of the docker image until AWS Beanstalk team fixes this issue?

@IgorVanian
Copy link
Author

@kulinski Hi, I bypassed this by always cleaning node_modules/.bin/ folder. Without symlinks it deploys fine. I didn't find any method to pull a previous image from docker :(

@kulinski
Copy link
Contributor

The previous version (ebcli 3.15.1) is now available as a tagged version on dockerhub, if you need to use that older version.
https://hub.docker.com/layers/coxauto/aws-ebcli/3.15.1/images/sha256-5bce892c7fd93c9a8851510a61cc38e2215370753de32c8af41bc13d92ea95f3?context=repo

@IgorVanian
Copy link
Author

Should be done in aws/aws-elastic-beanstalk-cli#207

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants