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

Redownloading all dependencies after password change in default config #3086

Open
seanlum opened this issue Nov 4, 2024 · 2 comments
Open
Labels

Comments

@seanlum
Copy link

seanlum commented Nov 4, 2024

All I tried to do:

Copy the default configuration file
Change the admin password, but add the character i.

The password should be admini.
Then I run the build script:

docker build -t caldera .

And now it has to download every apt, python, go, and npm package over again on my local disk.
This seems like an egregious waste of hard-drive writes.
Yet, if the password and the configuration is the same, the build does not redownload all the files.
Please, how do I make it so it does not redownload everything for the entire server, just when I want to update the password?
A SQLite DB, just not redownloading all the dependencies again. I made two configs and wasted 20+ minutes doing builds.

Copy link

github-actions bot commented Nov 4, 2024

Looks like your first issue -- we aim to respond to issues as quickly as possible. In the meantime, check out our documentation here: http://caldera.readthedocs.io/

@seanlum
Copy link
Author

seanlum commented Nov 10, 2024

I've fixed my issue. Sorry to bother you.

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

No branches or pull requests

1 participant