Jon Johnson

Results 262 comments of Jon Johnson

Labels are defined [here](https://github.com/moby/moby/blob/3452f136aa680530ca40c03b8f0f9bd19fce056c/api/types/container/config.go#L65), but I won't stop you from switching over to using ggcr :)

Could you expand on this a little bit? Is this related to #2076?

This would involve cross-compiling here https://github.com/GoogleCloudPlatform/cloud-builders/blob/3d11322abd7d5d185414eeae5ee0ee9c38b7f58f/gcs-fetcher/cloudbuild.yaml#L3-L5 and doing some [`docker manifest`](https://docs.docker.com/engine/reference/commandline/manifest/) commands to assemble the multi-platform image. I can cobble something together in `ko` to do this instead, but it...

``` $ crane manifest radumatei/components-oci:20 | jq { "config": { "digest": "sha256:e89acb10dee2fec22203f25b734510940419d8f3e4a292ed3d4d104e614551f4", "mediaType": "application/vnd.wasm.config.v1+json", "size": 331 }, "layers": [ { "annotations": { "org.opencontainers.image.title": "my-component" }, "digest": "sha256:db7ca53ddfc81dc58032553ce90859e2ed2fe458febc84536a894585bfb59b1f", "mediaType": "application/vnd.wasm.content.layer.v1+wasm", "size":...

How much memory does it consume to use this?

I will continue to remain skeptical of the GC cycle argument until we stop drawing the arrows backwards.

X-ref: https://github.com/opencontainers/distribution-spec/issues/328

Partially addresses this: https://github.com/chainguard-dev/go-apk/pull/76

@n3wscott had an related idea for a `ko test` command. How would you want this to work? Similar to `ko apply` but instead of building a main package we create...

> E.g. that would allow you to install a controller and run its tests with one ko apply I think this would be hard to do if there are tests...