Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
busma13 committed Aug 6, 2024
1 parent 8cc9149 commit 406ed74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/scripts/src/helpers/images/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export async function createImageList(): Promise<void> {
/**
* Pulls all docker images from the list at config.DOCKER_IMAGE_LIST_PATH
* then saves and zips them to config.DOCKER_CACHE_PATH in batches of 2.
* Then the pulled images are deleted to save disk space.
* @returns Promise<void>
*/
export async function saveImages(): Promise<void> {
Expand Down
3 changes: 2 additions & 1 deletion packages/scripts/src/helpers/scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,8 @@ export async function pgrep(name: string): Promise<string> {
}

/**
* Save a docker image as a tar.gz to a local directory
* Save a docker image as a tar.gz to a local directory.
* Then remove the image from docker
* @param {string} imageName Name of image to pull and save
* @param {string} imageSavePath Location where image will be saved and compressed.
* @returns void
Expand Down

0 comments on commit 406ed74

Please sign in to comment.