Remove unused scripts/clean-image.sh
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
parent
9d7b325a9d
commit
0b55f53410
@ -1,20 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# Determine if it is Mac OS and switch to use gxargs instead
|
|
||||||
CMD=xargs
|
|
||||||
if [ $(which system_profiler) ]; then
|
|
||||||
CMD=gxargs
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Bring in the variables from SOLUTION file, supporting
|
|
||||||
# nested substitution
|
|
||||||
. SOLUTION
|
|
||||||
. MANIFEST
|
|
||||||
|
|
||||||
VARS=($(sed -nE "s,(^[^#][^=]*).*$,\1,pg" SOLUTION))
|
|
||||||
VARS+=($(sed -nE "s,(^[^#][^=]*).*$,\1,pg" MANIFEST))
|
|
||||||
for var in ${VARS[@]}; do
|
|
||||||
export ${var}
|
|
||||||
done
|
|
||||||
|
|
||||||
docker rmi ${REGISTRY_URL}/${CONTAINER}:devel
|
|
Loading…
x
Reference in New Issue
Block a user