#Technical question for you @Erik Sipsma

1 messages · Page 1 of 1 (latest)

vocal totem
#

I'm guessing that you are running this comparison where each run has a totally empty engine cache, right? just to eliminate the possibility that it's like re-using layers or something even if it's pulling some

uneven ivy
#

I don't know if t's totally empty but it's right after doing ./hack/dev

And it happened several time so I would assume each image is re-using layers if they exist

vocal totem
#

That is quite interesting though, the biggest difference I can see is that the alpine image has likely more layers? at least it requires more http requests to pull (could also be multiplatform manifest indirection)

vocal totem
uneven ivy
#

Hmm maybe it's because I pull bun after pulling alpine (in another function)
and if bun depends on alpine it may reuse layers 😮

vocal totem
uneven ivy
#

Hmmm

#

Okay I'l try to only use bun to see if I notice a diff

#

Funny that my pull image no longer happens in load runtime now 😮

#

Oh it's because it's fully cached because I already pulled the image