-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can the jkcfg/build image use jkcfg/prebuilt? #350
Comments
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,
(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! |
This would speed it up a bit.
The text was updated successfully, but these errors were encountered: