Aleksa Sarai

Results 232 issues of Aleksa Sarai

In order to support having a read-only CAS (and also to make testing much nicer) we need to split the `cas.Engine` interface into read and write interfaces that are then...

oci/cas
oci/casext

At the moment, we only test single-tag images from `skopeo`. This means that we didn't notice containers/image#306, and there may be bugs in `umoci` as well. We should include tests...

test/integration

Currently, Calendar only supports having quite simple repetitions. You can repeat an event every X days, weeks, months or years. However, you can't do what Google Calendar does, which is...

Since #2548, we see firewalld warnings in systemd logs when Docker starts up. When we tried backporting #2548 [these warnings resulted in fatal errors](https://bugzilla.suse.com/show_bug.cgi?id=1180401): ``` Dec 27 21:36:06.507740 susetest firewalld[578]:...

At the moment, there is no way to provide a custom stack trace for an error -- the stack trace is captured at `Wrapf` (or other such wrapping) time. While...

When creating a PDF using printpdf, I've noticed that with custom fonts (specifically Roboto Slab and B612 Mono), when you try to select text in a PDF viewer the selection...

Ideally this could be done in a way that doesn't require modifying the Dockerfile (though of course it'd be nice to also allow optionally modifying the Dockerfile to make it...

feature

While this was supported in the parser for a very, very long time this code was only used recently for the new `COPY --chown` syntax.

docker-compat

`ADD` is basically `COPY` at the moment, which isn't right.

docker-compat