endoflife

package
v0.0.28 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2026 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

Package endoflife provides utilities for checking software end-of-life dates using the endoflife.date API.

Index

Constants

This section is empty.

Variables

View Source
var (
	//https://endoflife.date/docs/api
	EndOfLifeUrlPattern string = "https://endoflife.date/api/%s/%s.json" // Need to fill in product and cycle with fmt.Sprintf
)

Functions

func CheckEndOfLife

func CheckEndOfLife(product, version string) bool

func CheckNvidiaImageEoL

func CheckNvidiaImageEoL(nvidiaBaseImages []string) bool

func ParseAllDockerfiles

func ParseAllDockerfiles(dir string) (map[string][]string, error)

Walk through the current directory and subdirectories to find all Dockerfiles and extract image info

func ParseAllTerraformFiles

func ParseAllTerraformFiles(dir string) ([]string, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL