Steve Horsman

Results 82 comments of Steve Horsman

I've created a [PR](https://github.com/kata-containers/kata-containers/pull/5202) to remove skopeo and umoci from the deploy image and kicked off the deploy image creation with: ``` git clone --branch remove-skopeo-from-deploy https://github.com/stevenhorsman/kata-containers.git cd kata-containers/ sudo...

This work has been done under PR [https://github.com/kata-containers/kata-containers/pull/5202](https://github.com/kata-containers/kata-containers/pull/5202), and issues https://github.com/kata-containers/kata-containers/issues/5237 & [confidential-containers/operator#87](https://github.com/confidential-containers/operator/issues/87), so I believe is closed now

@wainersm - can you take a look at this and see if it helps the problem please? Unfortunately due to the problems with https://github.com/kata-containers/kata-containers/issues/5044 and https://github.com/kata-containers/tests/commit/97664005126c69b424eab18b695287bf15a53773 I can't reliably test...

@wainersm - now we've released I've rebased and re-tested this PR. Are you available to have a look at it before I merge it?

I guess we have a couple of potential fixes here with different pros/cons: 1. We could just check for a pod running called `ccv0-ssh` (or by label?) and only delete...

> > SH: An update to this that my colleague suggested, is to use [containers-auth.json](https://github.com/containers/image/blob/main/docs/containers-auth.json.5.md) as the syntax for registry authentication. We could still use the getResource endpoint to get...