You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If utilising Portainer - Business Edition then add an attribute under each container if the container is upto date
Describe the solution you'd like
Another attribute stating - Up To Date: True / False
Can retrieve the status of the container via the api endpoint: /docker/{environmentId}/containers/{containerId}/image_status
This returns for an outdated container:
{
"Status": "outdated",
"Message": ""
}
and for a indate container:
{
"Status": "updated",
"Message": ""
}
Describe alternatives you've considered
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
If utilising Portainer - Business Edition then add an attribute under each container if the container is upto date
Describe the solution you'd like
Another attribute stating - Up To Date: True / False
Can retrieve the status of the container via the api endpoint: /docker/{environmentId}/containers/{containerId}/image_status
This returns for an outdated container:
and for a indate container:
Describe alternatives you've considered
None
The text was updated successfully, but these errors were encountered: