Marco Franssen

Results 249 comments of Marco Franssen

Another try is that we have updated our selfhosted runner. What we did on the runner is adding the following. ```bash # https://kind.sigs.k8s.io/docs/user/rootless/#host-requirements echo GRUB_CMDLINE_LINUX="systemd.unified_cgroup_hierarchy=1" >> /etc/default/grub update-grub cat >/etc/systemd/system/[email protected]/delegate.conf

simply put a config.json in `~/.docker/trust`. https://marcofranssen.nl/signing-docker-images-using-docker-content-trust/ then all of this should work and sign against your local instance as defined in the config.json Please note to take a backup...

Rebased this PR on top of #1561

@HuKeping looking forward to a review.

@justincormack I have rebased this one as well. It also includes the single commit from #1560

@justincormack the weird issue with dropping codecoverage is gone. Can we merge this PR now?

If you already have a container a build doesn't implicitly happen. If you don't have the container yet `build` will automatically happen. Something to consider on any project you are...

> Please sign your commits following these rules: > https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work > The easiest way to do this is to amend the last commit: > > ``` > $ git clone...

@SantiagoTorres could you update your PR to use Go 1.13 instead? That would also be aligned with another PR #1515 waiting to be merged. If you don't have time, I'm...

@HuKeping what do you think about this? Any guidelines on where to start for a small POC? Things like interfaces to implement or things like that. Not that deep into...