Emily Casey

Results 37 comments of Emily Casey

@dfreilich Not sure how this interacts with `source-url` in `project.toml` and `org.opencontainers.image.source` but I thought at one point there was a plan to have `pack` read git metadata at pass...

@dwillist Not sure I am following this. How can the cache src be a volume but the cache destination be a remote image?

@dwillist ahhh gotcha. I hadn't thought about that use case (migrating caches) but I think it would work fine from a lifecycle perspective if you use the individual phase. With...

@dgageot is right that the lifecycle adds this label. I think the change actually needs to be made in `imgutil` however. A `LocalImage` should return a `DigestIdentifier` if it finds...

@genevieve not all registries actually allow you to delete images. You could confirm with `curl` or `crane delete app:image` whether your registry supports this.

@dfreilich Reading between the lines here I suspect the real issue here is support for `--cache-image` when building a daemon image. From the lifecycle's perspective there is nothing wrong with...

>Probably caused by "Writing tarball..." with very high IO. So why bother writing when nothing changes? All two of cached layers stays the same. @chrono2002 The lifecycle needs to calculate...

@micahyoung > The format of an SID is like S-1-5-93-2-2 whose spec is described here in Microsoft docs. >>S-R-I-S… >>In this notation, the literal character "S" identifies the series of...

> What do you think about CNB_SECURITY_DESCRIPTOR instead, which is the format the the SID gets converted into (see powershell example above)? Makes sense to me. > When header.Uid ==...