0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-01-12 11:38:11 +00:00
crazy-max_diun/pkg/registry
CrazyMax 31bc94485d
fix: do not set Image receiver as pointer
We can't directly call pointer receiver methods like
Image.String() in go text/template.
2023-09-23 21:11:55 +02:00
..
image.go fix: do not set Image receiver as pointer 2023-09-23 21:11:55 +02:00
image_test.go image:tag@digest format support 2023-09-16 16:59:00 +02:00
manifest.go handle analysis of image with tag and digest 2023-09-16 18:41:00 +02:00
manifest_test.go handle analysis of image with tag and digest 2023-09-16 18:41:00 +02:00
ref.go handle analysis of image with tag and digest 2023-09-16 18:41:00 +02:00
ref_test.go handle analysis of image with tag and digest 2023-09-16 18:41:00 +02:00
registry.go Handle registry auth config (#411) 2021-06-18 00:12:21 +02:00
registry_test.go test: use white-box testing 2023-09-16 11:47:52 +02:00
tags.go image:tag@digest format support 2023-09-16 16:59:00 +02:00
tags_test.go image:tag@digest format support 2023-09-16 16:59:00 +02:00