Vibhav Bobade
Vibhav Bobade
failing tests updated, can we test this again
Would we have to pull the image down and then use that blob to use for the verification Also another question about cosign.pub. From what I understand providing a local...
@Racer159 saw that cosignPublicKeyPath was deprecated here https://github.com/defenseunicorns/zarf/blob/main/src/types/component.go#L34-L35
Partial (relevant) test output ``` $ build/zarf-mac-apple dev find-images examples/dos-games --why defenseunicorns/zarf-game:multi-tile-dark --tmpdir /var/folders/v7/yqyq_d6x2996hfnnwvgs5f080000gn/T/zarf-1881051164 NOTE Using config file /Users/vibhavbobade/go/src/github.com/defenseunicorns/zarf/zarf-config.toml NOTE Saving log file to /var/folders/v7/yqyq_d6x2996hfnnwvgs5f080000gn/T/zarf-2024-02-20-20-44-58-2844959790.log NOTE Using build directory examples/dos-games...
I am going to make the following changes - don't mention other components for `--why` based on https://github.com/defenseunicorns/zarf/pull/2309#issuecomment-1954537274 only show the resources with the relevant image - simplify the logic...
Updated the PR based on the reviews @Racer159 @lucasrod16 @AustinAbro321
> @waveywaves there are some merge conflicts that will need to be resolved @lucasrod16 I will do the needful
seems like the k3d test is flaking, can we restart that test ? @lucasrod16 updated the PR based on the changes you proposed
the `e2e-test-with-cluster` test failed twice at a single kiwix data injection test against a minikube cluster first time the test failed because zarf could not connect to the cluster and...
> > the `e2e-test-with-cluster` test failed twice at a single kiwix data injection test against a minikube cluster first time the test failed because zarf could not connect to the...