jk
jk copied to clipboard
Can the jkcfg/build image use jkcfg/prebuilt?
This would speed it up a bit.
I originally used the docker image to generate the linux prebuilt binaries as a way to have reproducible builds that don't depend on the developer environment. That said we could have two dockerfiles, one to build things, one using the prebuilt?
Ah, so something like,
jkcfg/prebuild -> builds or downloads all binaries etc. for prebuilt
jkcfg/build -> uses prebuilt for jk build
(OK the prebuild v. prebuilt would be confusing, but with different names ...)
Yes! That's precisely what I had in mind :)
Actually the prebuilt repo could host the prebuild Dockerfile, then the build image could just copy the bits out of the prebuild image. And we should probably use specific digests when we refer to images.
Ah yes, even better!