Arpad [ˈaːrpaːd] is a container version scanning application. It determines weather the version of the running container is outdated or not, it compares versions to tags in the container registry.
Under development.
Project status and goals described in the project board.
On each push to the main branch we create a container tagged as latest and the latest short commit git hash.
To get the latest container:
docker pull ghcr.io/hunok/arpad:latestUnit tests can be run via the default go test command
go test -cover -vhttps://github.com/replicatedhq/outdated - Kubectl plugin to find and report outdated images running in a Kubernetes cluster