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
fix(test): update dummyDocker mock to handle OCI layout export
Update the dummyDocker mock script to handle 'docker buildx build --output type=oci'
commands by creating a minimal OCI layout tar file.
This fixes the TestBuildDocker_ExportToCache test which was failing because the
mock didn't support the new OCI layout export format introduced in PR #286.
Co-authored-by: Ona <no-reply@ona.com>
0 commit comments