Jason Hall

Results 417 comments of Jason Hall

Would you accept a PR that uses `crane cp` and [setup-crane](https://github.com/imjasonh/setup-crane) to move the image around, instead of `docker pull && tag && push`? If so I can send that...

I looked into this a bit out of curiosity, and it looked like building the lifecycle binary into an image would be fairly straightforward to accomplish with [`ko`](https://github.com/google/ko), not just...

After #659 (and #660 😓), the latest lifecycle image (`buildpacksio/lifecycle:caab214`) built from head now includes a `linux/arm64` image: ``` $ crane manifest buildpacksio/lifecycle:caab214 | jq '.manifests[].platform' { "architecture": "amd64", "os":...

`buildpacksio/lifecycle` is still not released with arm64 support: https://explore.ggcr.dev/?image=buildpacksio%2Flifecycle #680 should fix this (after another release)

As of [v0.12.0-rc.1](https://github.com/buildpacks/lifecycle/releases/tag/v0.12.0-rc.1), the lifecycle image includes a linux/arm64 build -- the image is `buildpacksio/lifecycle:0.12.0-rc.1`. For Waypoint users on M1, I'm not sure how to configure Waypoint to use this...

Friendly ping. Some of the recent discussion in the reference types WG has bumped into this as a blocker, and even regardless of how/whether that work uses and updates indexes,...

> * Should we consider the digest of the manifest that triggered this since for index and mutating tags this value might not be useful looking back at logs or...

My 2c as a non-TOB person, only as a community and WG contributor / meeting attendee / opinion haver: the reference WG does not have the definition of new types...

> I might be reading it wrong... or it might be outdated? new artifacts type right here: https://github.com/opencontainers/wg-reference-types/blob/main/docs/proposals/PROPOSAL_E.md#artifact-spec and note the new custom types being proposed as annotations just below....

One difficulty with this convention is that it's not clear whether the registry will enforce it -- today, _no_ registries enforce it, and rolling out support will inevitably be slow,...