-
Notifications
You must be signed in to change notification settings - Fork 100
image
field in acorn app
for nested acorns and services always point to image id even when they are deployed from remote images from external registry. Remote Image entries are also not created.
#1774
Comments
@ibuildthecloud said "Because at build time the nested acorn name become as hash. It's basically a UX bug that we never show the name again, but we do have that information." That doesnt exactly mean that that field cannot be a digest. |
So, I think the result of our discussion is that this is intended behavior, right @g-linville @sangee2004 ? |
In this case , we still wanted UX to be fixed so that the |
yes, we should fix the UX. I suppose we can use this issue to track that. |
image
field in acorn app
for nested acorns and services always point to image id even when they are deployed from remote images from external registry. Remote Image entries are also not created.
I have updated the title of the bug to reflect the UX part of the issue which is what it actually described in the bug report as well. |
…d Service Acorns (#1774) (#1851) Signed-off-by: Grant Linville <[email protected]>
Fixed, moving to QA. |
Tested with I still see image field in |
This is fixed on Dev now. |
Tested on local clusters using acorn version - Deployed nested acorn app with following Acornfile:
image field shows the images from external registry as expected for
Reopening to get this issue addressed. |
…1953) Signed-off-by: Grant Linville <[email protected]>
Fix merged to main. |
acorn version - Image field shows the exact image tag with which the app was deployed when deploying nested acorn apps in autoupgrade format. When app is deployed with Acornfile mentioned in #1774 (comment)
|
…d Service Acorns (acorn-io#1774) (acorn-io#1851) Signed-off-by: Grant Linville <[email protected]>
…#1774) (acorn-io#1953) Signed-off-by: Grant Linville <[email protected]>
Acorn version - acorn version v0.7.0-38-gdc95c02b+dc95c02b
Steps to reproduce the problem:
After app deploys successfully, notice that the image in
acorn app
shows a imageId.Expected Behavior:
Image should be
docker.io/sangeetha/myfirstservice:v0.0.1
instead ofid
After app deploys successfully, notice that the image in
acorn app
shows a imageId.Expected Behavior:
Image should be
docker.io/sangeetha/myfirstacorn:v0.0.2
instead ofid
Note - In both the the above cases
acorn images
does not list the remote images entries.The text was updated successfully, but these errors were encountered: