Hank Donnay
Hank Donnay
You need to go into your setup file and look for the pandoc config keys. I tried to use mathjax, and it kept pitching a fit until I did this:...
could someone describe what the correct solution is? is it to create the whole path as Nodes under a root Node?
That's fair. I'll submit something once golang/go#27492 has an answer and there's a supported place/way to create files during tests.
For more context, having quay cache responses allows for reducing the total number of requests made to clair and any of clair's downstream dependencies. I would expect decent latency gains...
> What's the behavior when the cache backend is unavailable. Will `requests-cache` fallback to using regular `requests`? Otherwise LGTM Asking upstream. I would _hope_ it acts just like there's no...
Asked [here](https://github.com/reclosedev/requests-cache/issues/509). Looks like I'll have to do some additional work around the client.
I don't know about this PR specifically, but the issue with not being OCI compliant is outstanding and this change is needed as a part of that work.
I'm confused about what you're asking about. For the [image layout](https://github.com/opencontainers/image-spec/blob/main/image-layout.md#oci-image-layout-specification) this is already supported, although I don't know of any tool that will spit out a pre-compressed version of...
Yeah, I think we'd document the acceptable input types, and control them via the `content-type` header. The default would be the current state of things (assume it's our manifest format).
"Distroless" containers don't use the standard dpkg database and so aren't supported by the `dpkg` package in claircore. Support would have to be added there.