You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use OCI_BIN to determine where to load images from in integration tests
Modified the Makefile to respect the `OCI_BIN` environment variable,
switching from `kind load docker-image` to `kind load image-archive`.
This change enables support for both Docker and Podman, depending on the
value of `OCI_BIN`.
Updated the integration test suite to utilise the new loadimagearchive
addon instead of the original loadimage addon. The addon also respects
the `OCI_BIN` variable, ensuring images are loaded into kind clusters
from the correct container engine.
Signed-off-by: Andrew McDermott <amcdermo@redhat.com>
0 commit comments