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

changing dockerizePip doesn't invalidate cache #814

Open
3 tasks done
ilg opened this issue Jan 6, 2024 · 0 comments
Open
3 tasks done

changing dockerizePip doesn't invalidate cache #814

ilg opened this issue Jan 6, 2024 · 0 comments

Comments

@ilg
Copy link

ilg commented Jan 6, 2024

Are you certain it's a bug?

  • Yes, it looks like a bug

Are you using the latest plugin release?

  • Yes, I'm using the latest plugin release

Is there an existing issue for this?

  • I have searched existing issues, it hasn't been reported yet

Issue description

Changing only the dockerizePip setting (from non-linux to true) did not result in things being rebuilt using docker—the cached packaging was used until I also set useStaticCache: false and useDownloadCache: false (probably didn't need both, but happened to set both at the same time), at which point I could see docker being used for the first time.

Service configuration (serverless.yml) content

n/a

Command name and used flags

n/a

Command output

n/a

Environment information

Running "serverless" from node_modules
Framework Core: 3.38.0 (local) 3.35.2 (global)
Plugin: 7.2.0
SDK: 4.5.1


"serverless-python-requirements": "^6.0.1"
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

No branches or pull requests

1 participant