mgm3746 / garbagecat

Parses Java garbage collection logging and analyzes collectors, safepoint triggers, JVM version, JVM options, and OS information and reports error/warn/info level analysis and recommendations to support JVM tuning and troubleshooting for OpenJDK derivatives: (e.g. Adoptium, Azul, Microsoft, Oracle, Red Hat, etc.).
https://github.com/mgm3746/garbagecat/wiki
Eclipse Public License 1.0
211 stars 50 forks source link

Create latest tag in container image repo #183

Closed bostrt closed 1 year ago

bostrt commented 1 year ago
$ podman pull ghcr.io/mgm3746/garbagecat
Trying to pull ghcr.io/mgm3746/garbagecat:latest...
Error: initializing source docker://ghcr.io/mgm3746/garbagecat:latest: reading manifest latest in ghcr.io/mgm3746/garbagecat: manifest unknown

Trying to pull an image (excluding the tag) defaults to latest. Can a latest tag be used since docker and podman both default to that?

mgm3746 commented 1 year ago

Hi Robert,

I believe I have fixed it w/ this addition: https://github.com/mgm3746/garbagecat/commit/7e06efab4cdecae916c1402ec966837dfa0756a5

Please test and let me know if it's working as expected now.