-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
ops(uninstall.sh
): add optional removal of Docker-related components
#888
Closed
AnonymousWP
wants to merge
64
commits into
yogeshojha:master
from
AnonymousWP:887-Feature---add-optional-removal-of-images-to-uninstall.sh-script
Closed
ops(uninstall.sh
): add optional removal of Docker-related components
#888
AnonymousWP
wants to merge
64
commits into
yogeshojha:master
from
AnonymousWP:887-Feature---add-optional-removal-of-images-to-uninstall.sh-script
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Improve readme
Add update script
Fix installation issues
Rebase from yogeshojha/rengine
Fix typos in code
Fix typo in scan details page
Fix yogeshojha#802 issue (Assetfinder results not created)
Fix scan issues
docs(readme): fix numbered list
…g-for-one-liners-in-README 847 use inline code formatting for one liners in readme
The incorrect container names caused that the containers, volumes and networks weren't being removed as it requires the containers to be stopped
ops(`uninstall.sh`): fix incorrect container names
…e-string fix(versioning): incorrect current release at login page
ops(`uninstall.sh`): fix typos
…e-string fix(external_tools): incorrect theHarvester version
…e-string fix(external_tools): specify command and path
…e-string revert: f795a6e
AnonymousWP
changed the title
ops(uninstall.sh): add optional removal of images
ops(Apr 18, 2023
uninstall.sh
): add optional removal of images
…moval-of-images-to-uninstall.sh-script ops(`uninstall.sh`): add optional removal of Docker build cache
…moval-of-images-to-uninstall.sh-script ops(`uninstall.sh`): remove 'unused' string
Prevents asking for confirmation twice
AnonymousWP
changed the title
ops(
ops(Apr 18, 2023
uninstall.sh
): add optional removal of imagesuninstall.sh
): add optional removal of images and build cache
Obsolete; replaced by `uninstall.sh`
chore(`.gitignore`): add environment variable
…e-string fix(external_tools): specify encoding
…es-to-uninstall.sh-script
AnonymousWP
changed the title
ops(
ops(Sep 6, 2023
uninstall.sh
): add optional removal of images and build cacheuninstall.sh
): add optional removal of Docker-related components
@AnonymousWP Does this PR still relevant ? |
Yeah, because the PR is so old, I'll check later whether a new PR is needed or whether it's included in another pending PR. Leaving this open until I got the answer. |
Closed
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reason for this PR is that reNgine can take a lot of storage, especially after a long time. Even after running the previously existing
uninstall.sh
, a lot of storage could be saved (due to images and build cache).Fixes #887