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

Add deploy box cleanup instructions #3442

Merged
merged 1 commit into from
Oct 26, 2023
Merged

Add deploy box cleanup instructions #3442

merged 1 commit into from
Oct 26, 2023

Conversation

arkid15r
Copy link
Contributor

Purpose/Implementation Notes

Removing 30d+ old Docker images on every deploy would make sure we have enough disk space for the next one while keeping relatively fresh images in place.

This will address

#18 ERROR: write /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/4383/fs/usr/local/lib/R/site-library/pd.genomewidesnp.5/extdata/pd.genomewidesnp.5.sqlite: no space left on device

type of issues.

Types of changes

What types of changes does your code introduce?

  • Bugfix (non-breaking change which fixes an issue)

Functional tests

List out the functional tests you've completed to verify your changes work locally.

Checklist

Put an x in the boxes that apply.

  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • Any dependent changes have been merged and published in downstream modules

  - Remove 30d+ old Docker images.
Copy link
Contributor

@davidsmejia davidsmejia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@arkid15r arkid15r merged commit 504b31f into dev Oct 26, 2023
3 of 17 checks passed
@arkid15r arkid15r deleted the ark/post-deploy-cleanup branch October 26, 2023 18:23
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

Successfully merging this pull request may close these issues.

2 participants