Files
kubernetes/test/e2e_node
Sascha Grunert cb011623c8 test: Fix image credential pulls test for CRI-O digest handling
This commit fixes the image credential pulls test by ensuring GetImageRef
and PullImage return the same digest reference format for credential validation.

The test was failing because:
1. PullImage returns a digest reference (e.g., localhost:5000/pause@sha256:abc...)
2. Pull records were stored under this digest
3. GetImageRef returned Image.Id (config hash) instead of a digest reference
4. Credential validation failed due to the lookup mismatch

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2025-12-11 16:10:06 +01:00
..
2025-07-04 08:55:57 +02:00
2025-11-01 12:55:01 +08:00
2024-12-02 16:59:34 +01:00
2025-09-27 19:57:47 +03:00
2025-07-29 20:20:08 +02:00
2025-11-10 09:41:02 +00:00
2025-08-11 15:14:46 +02:00