Javier López Barba
Javier López Barba
I don't have a common use case for this but I discovered while trying to test okteto inside okteto
I've found that you are able to deploy it if you add the token environment variable. I think we should keep the current behavior but returning a proper error mentioning...
This could be a great addition in terms of performance but requires changing almost the whole serialization process since we need to create unmarshallers for each of the sections
Certificates expire on `31 Dec 2049`. Could we create them programmatically instead of having to check the expiration date every now and then?
Closing this since we merged the PR
@syntastical which command are you using. Does it happen if you run `okteto deploy` directly. The only code that returns that error is deploying/destroying pipeline or previews. > @jLopezbarb any...
yes, we have incompatibilities between [docker/libnetwork](https://github.com/docker/libnetwork) and [docker/docker](https://github.com/moby/moby). They will remove `libnetwork` dependency on the next release, so we need to either use `master` until they release a new version...
We're still waiting for [docker/docker](https://github.com/moby/moby) to release a new patch
@AgustinRamiroDiaz you should check deepsource issues. It seems that with your changes we are using deprecated functions. Can we update them to use the new ones?
@AgustinRamiroDiaz there is [a new buildkit release 0.10.4](https://github.com/moby/buildkit/releases/tag/v0.10.4) and [a new docker/docker release](https://github.com/moby/moby/releases/tag/v20.10.18) which seems to fix several security issues. Can you try using those new versions?