André Jesus

Results 8 comments of André Jesus

Desculpa só estar a ver o PR agora 😅 Obrigado, vai ser útil quando um dia ganhar coragem para vir escrever as notas de PG! Só não dou merge porque...

The target branch of this PR is currently [stargz-snapshotter](https://github.com/vhive-serverless/vHive/tree/stargz-snapshotter), but will be `main` once #1105 is merged

@leokondrashov I'll temporarily change the target of this PR to avoid triggering CI

@moharaka @leokondrashov sorry, but don't review it yet. There's a test that is not passing in GitHub actions and I need to debug it

@leokondrashov @moharaka This is finally ready for review. The changes are described in the PR description. Feel free to comment if anything looks off—I'm also open to suggestions for design...

I fixed the issue with pulling images from `docker.io`. The error indicated a problem retrieving credentials: ``` error getting credentials - err: exit status 1, out: `no key for https://index.docker.io/v1/`...

I fixed the issue when pulling from a local registry. First, we shouldn't use `localhost:5000` as the image host because the stargz snapshotter runs inside the microVM. In this context,...