Aleksa Sarai
Aleksa Sarai
FWIW, I agree with using a proper [free font license as per GNU][1], but [the CC NC clause is pretty well understood at this point][2]. It's possible that Randall didn't...
> The GNU Font License does not allow for bundling with non-GNU licensed materials. I wasn't saying the font should be GPL'd, I was just pointing to the list of...
I will take a look at this bug today/tomorrow -- sorry for not looking at this in a while (for some reason I got un-subscribed from this repository...). Just to...
I haven't been able to reproduce this problem for some reason: ``` orca-build[INFO] Created new image for build: /tmp/orca-build.v6_8qzzo orca-build[INFO] BUILD[1 of 3]: from ['cern/cc7-base'] [json=False] ---> [skopeo] Getting image...
Ah, I misunderstood. I was running `orca-build` as root. You need to use `--rootless`, but I will take another look...
It's almost certainly caused by `orca-build` not being as clever as `umoci` when it comes to unprivileged copying (it doesn't know how to emulate `CAP_DAC_OVERRIDE` like `umoci` does). But I...
Sorry for not responding earlier -- The underlying issue is that `orca-build` isn't as clever as `umoci` when it comes to dealing with "bad" directories. Unfortunately the only real fix...
> I just chose / as it seemed the most minimal of examples. It's very reasonable I think to request people to copy stuff elsewhere. Usually we use a pattern...
I guess that implies that the default `uname` is wrong somehow and so the directory is not created with `755` permissions? It's nice that this is a work around for...
There's also named stages (docker/docker#32063).