-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Release Doc #408
Comments
A few quick notes:
|
Related kserve#408 Signed-off-by: Christian Kadner <ckadner@us.ibm.com>
We should also add a bit of text to describe the chicken-and-egg problem with On the old_tag="v0.11.0-rc1"
new_tag="v0.11.0"
images=(
modelmesh
modelmesh-controller
modelmesh-minio-dev-examples
modelmesh-minio-examples
modelmesh-runtime-adapter
rest-proxy
)
for img in ${images[*]}; do
# use `buildx imagetools` instead of `docker manifest` to maintain multi-arch manifests
docker buildx imagetools create \
"kserve/${img}:${old_tag}" --tag \
"kserve/${img}:${new_tag}";
done |
Update the release doc to include instructions for the following:
see: 439b03a
done in doc: Update docs for release v0.11.0 #414
Originally posted by @ckadner in #406 (comment)
The text was updated successfully, but these errors were encountered: