Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit d10e206

Browse files
Katherine BlackKatherine Black
authored andcommitted
Update test-data and dev-entrypoint for local testing.
1 parent 7dd410b commit d10e206

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docker/dev-entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ do
1414
echo "####################################"
1515
echo "# Inspection for disk file: ${DISK}"
1616
DISK_NAME=$(echo "${DISK}" | grep -o '[^/]*$')
17+
vgchange -an
1718
losetup -D
1819
losetup -P /dev/loop10 "${DISK}"
1920
python cli.py -t "ami-${DISK_NAME}" /dev/loop10
21+
vgchange -an
2022
losetup -D
2123
done
2224

test-data

0 commit comments

Comments
 (0)