Code Review
/
iec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
bf8c38a
)
Check the Manifest information after create
48/4948/1
author
trevor tao
<trevor.tao@arm.com>
Tue, 19 Jul 2022 08:55:30 +0000
(16:55 +0800)
committer
trevor tao
<trevor.tao@arm.com>
Tue, 19 Jul 2022 08:55:30 +0000
(16:55 +0800)
Signed-off-by: trevor tao <trevor.tao@arm.com>
Change-Id: I12fe91b301882ccd9c8e462c446524916b0f4877
src/tools/create_march_images.sh
patch
|
blob
|
history
diff --git
a/src/tools/create_march_images.sh
b/src/tools/create_march_images.sh
index
da713b5
..
11c0390
100755
(executable)
--- a/
src/tools/create_march_images.sh
+++ b/
src/tools/create_march_images.sh
@@
-24,3
+24,7
@@
export DOCKER_CLI_EXPERIMENTAL=enabled
docker manifest rm "${registry}" || true
docker manifest create "${registry}" "${images[@]}"
docker manifest push "${registry}"
+
+echo "Now check the manifest information:"
+docker manifest inspect "${registry}"
+