skopedate: Check dates of container images

[ mit, program, utility ] [ Propose Tags ]

This tool checks the dates of a container image in registries.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1
Change log CHANGELOG.md
Dependencies aeson, base (<5), bytestring, extra, http-query, simple-cmd (>=0.2.1), simple-cmd-args, time, typed-process [details]
License MIT
Copyright 2018-2021,2023 Jens Petersen
Author Jens Petersen <juhpetersen@gmail.com>
Maintainer Jens Petersen <juhpetersen@gmail.com>
Category Utility
Home page https://github.com/juhp/skopedate
Bug tracker https://github.com/juhp/skopedate/issues
Source repo head: git clone https://github.com/juhp/skopedate.git
Uploaded by JensPetersen at 2023-08-11T17:32:32Z
Distributions
Executables skopedate
Downloads 38 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2023-08-11 [all 1 reports]

Readme for skopedate-0.1

[back to package description]

skopedate

MIT license

Check/compares dates of container images for Fedora, Centos, etc, using skopeo. Currently the list of predefined registries is hardcoded.

Usage

$ skopedate --version
0.1
$ skopedate --help
Checks dates of latest container images

Usage: skopedate [--version] [-d|--debug] IMAGE

  A tool for seeing the dates of latest container images in registries

Available options:
  -h,--help                Show this help text
  --version                Show version
  -d,--debug               show debug output
$ skopedate fedora:39
registry.fedoraproject.org           2023-08-11 17:33:49 +0800
candidate-registry.fedoraproject.org 2023-08-11 17:33:49 +0800
quay.io/fedora                       2023-08-11 17:33:49 +0800
docker.io                            2023-08-05 02:23:06 +0800
$ skopedate centos/centos:stream9
quay.io 2023-08-08 11:39:14 +0800
$ skopedate fedora-toolbox:39
registry.fedoraproject.org           2023-08-11 17:33:52 +0800
candidate-registry.fedoraproject.org 2023-08-11 17:33:52 +0800

Installation

stack install or cabal install

Contribute

skopedate is distributed under the MIT license.

See https://github.com/juhp/skopedate