From 28cb1d439daead9ad31d6a26613d1d3e3dac4909 Mon Sep 17 00:00:00 2001 From: zphoebez Date: Mon, 14 Aug 2017 08:19:17 +0000 Subject: [PATCH] update sed commands in compute_exclude_ids --- docker-gc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-gc b/docker-gc index 28a0183..3227c3e 100755 --- a/docker-gc +++ b/docker-gc @@ -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() {