Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

update sed commands in compute_exclude_ids #175

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-gc
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function compute_exclude_ids() {
| sed 's/^\([^ ]*\) *\([^ ]*\) *\([^ ]*\).*/ \1:\2 \3 /' \
| grep -f $PROCESSED_EXCLUDES 2>/dev/null \
| cut -d' ' -f3 \
| sed 's/^/^(sha256:)?/' > $EXCLUDE_IDS_FILE
| sed 's/^/sha256:/' > $EXCLUDE_IDS_FILE
}

function compute_exclude_container_ids() {
Expand Down