Skip to content

2022.09.30

Latest
Compare
Choose a tag to compare
@davidsbond davidsbond released this 30 Sep 14:16
· 26 commits to master since this release
353ffd7
Add command for listing container images (#117)

This commit adds the `homadctl containers list` command that will return a list
of all container images in use in the nomad cluster. Specifically it looks for jobs
using the docker driver and grabs the image from their configuration.

This is a precursor to creating a command to check for available image upgrades.

Signed-off-by: David Bond <davidsbond93@gmail.com>