docker-gc
docker-gc copied to clipboard
update sed commands in compute_exclude_ids
We've found that the sed command in compute_exclude_ids function is in correct. It should be modified like below: sed 's/^/sha256:/' > $EXCLUDE_IDS_FILE After modified, it works well.