Lokesh Mandvekar
Lokesh Mandvekar
@jankaluza ping
/packit build
/packit build /packit test
/packit build /packit test
RE: https://github.com/containers/skopeo/issues/2701#issuecomment-3415747878 , I've added another commit to run the container with cap_sys_admin and now it works. Thanks. Given there are set of container tests that are skipped in `-local`,...
ugh yup. I made changes to make `test-integration-local` work, but that evidently broke test-integration this way. I would ideally like to get rid of `test-integration` or have it be aliased...
I wonder if we even need the older v2s1 registry binary. IIUC, the new registry should continue to accept both old and new formats per https://distribution.github.io/distribution/spec/manifest-v2-2/#backward-compatibility . Correct me if...
> > > Also, on my own local env, if I only have `docker-distribution` installed and no older format binary, my `integration-test-local` _still passes_. > > > > > >...
See this [Testing Farm link](https://artifacts.dev.testing-farm.io/42292d7f-3fc0-4f8f-9a83-1c2ed1651aae) against the [integration test job](https://github.com/containers/skopeo/pull/2640/checks?check_run_id=52839860467) added on #2640 . That runs `make test-integration-local` and passes *only* with `docker-distribution`. Also verified this with a manual run...
Ugh, yeah my bad. Evidently, I didn't account for SKOPEO_CONTAINER_TESTS in the runs earlier. I'll add docker-distribution to skopeo_cidev and maybe also set Cirrus and TMT to use `test-integration` instead...