Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POCS
cozy
easy-cozy
Commits
dc6e2c0a
Unverified
Commit
dc6e2c0a
authored
Sep 22, 2018
by
Vincent Sellier
Browse files
fix manifest creation
parent
b650047f
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/create-docker-manifest.sh
View file @
dc6e2c0a
...
...
@@ -47,11 +47,15 @@ fi
echo
"Creating manifest for image
${
IMAGE_NAME
}
composed by
${
AMD64_IMAGE_NAME
}
and
${
ARM_IMAGE_NAME
}
"
echo
"Press enter to continue ..."
read
echo
"Creation in progress ..."
docker manifest create
${
IMAGE_NAME
}
${
AMD64_IMAGE_NAME
}
${
ARM_IMAGE_NAME
}
echo
"Pull latest images"
docker pull
${
AMD64_IMAGE_NAME
}
docker pull
${
ARM_IMAGE_NAME
}
echo
"Creation in progress ..."
docker manifest create
--amend
${
IMAGE_NAME
}
${
AMD64_IMAGE_NAME
}
${
ARM_IMAGE_NAME
}
if
[
$?
-ne
0
]
;
then
echo
"Error creat
e
the manifest"
echo
"Error
during manifest
creat
ion
the manifest"
exit
1
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment