Skip to content
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

Business Edition - Add ability to see if an update available #58

Open
Barrow1990 opened this issue Jan 29, 2025 · 0 comments
Open

Business Edition - Add ability to see if an update available #58

Barrow1990 opened this issue Jan 29, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@Barrow1990
Copy link

Barrow1990 commented Jan 29, 2025

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

@Barrow1990 Barrow1990 added the enhancement New feature or request label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant