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

use_docker: false doesn't work as expected #74

Open
MaG21 opened this issue Jul 11, 2022 · 0 comments
Open

use_docker: false doesn't work as expected #74

MaG21 opened this issue Jul 11, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@MaG21
Copy link

MaG21 commented Jul 11, 2022

Describe the bug
use_docker: false One would expected this option to skip docker all together and do its thing. However it doesn't do that and instead doesn't include the native libs.

Use case: use_docker: false is useful for cases where serverless is already running in a codebuild container, there's no need to launch docker because codebuild can be used to compile layers.

In my case I cannot strip the serverless process out of codebuild so instead I had to configure codebuild to able able to run docker, run docker, then do the serverless deploy. painful.

@MaG21 MaG21 added the bug Something isn't working label Jul 11, 2022
@navarasu navarasu self-assigned this Oct 9, 2023
@navarasu navarasu added enhancement New feature or request and removed bug Something isn't working labels Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants