Efficiently show and monitor end-of-life dates for a number of products in your terminal and CI usin
1.8K
geol is a CLI tool to display End-of-Life (EOL) dates for your stack,
powered by the endoflife.date API.
You can give it a try within any web browser now on dedicated Killercoda scenario.
# List all available products
podman run --rm optnc/geol list
# Check EOL status for a specific product
podman run --rm optnc/geol product java
# Export all EOL data to a DuckDB database
podman run --rm -e GEOL_API_DELAY_MS=200 -v $(pwd):/data -w /data optnc/geol export
linux/amd64linux/arm64Content type
Image
Digest
sha256:a0d836421…
Size
62.8 MB
Last updated
2 days ago
docker pull optnc/geol