Brandon Mitchell
Brandon Mitchell
As commented in #262 I'm not seeing anything in the `docker*-entrypoint.sh` code that's even run in our use case, so I'm running a version that [removes that part of the...
I mean that the mounts do not appear in the image, effectively the same as adding a `--mount` to every run step in the build. How would you modify the...
Others either don't MitM the https traffic, or they are building internal images and add the certificate. My use case is a bit different than normal because I'm making a...
Related: https://github.com/opencontainers/image-spec/issues/843
> So this is really a separate issue however at this point I do not know if the issue is with oras or with the gitlab registry implemention. When I...
> Note, I believe this is compliant 1.0 behavior. [Image spec extensibility considerations](https://github.com/opencontainers/image-spec/blob/main/considerations.md#extensibility) state that registries "SHOULD NOT generate an error if they encounter an unknown property in a known...
I'm closing this out due to a lack of activity. If there is more detail to add or if there are answers to the question above, feel free to follow...
> Performant: scanning the blobs folder is not required. Wouldn't `oras discover` need to read the manifest of every untagged index entry from the blob store? This proposal would eliminate...
The inspiration for the annotation pointing to the referrers response, rather than each entry in the response, was to consolidate client workflows. It allows the OCI Layout to be treated...
This was brought up in today's meeting (cleaning up old PRs) and the decision was to defer to the TOML default parsing of the struct, or to have the containerd...