docker-alpine icon indicating copy to clipboard operation
docker-alpine copied to clipboard

Updated Builder script

Open moos3 opened this issue 8 years ago • 3 comments

Updated the builder so that it doesn't relay on a pre-existing alpine image. This allows for people to create Alpine linux when they can't use public images.

moos3 avatar Nov 30 '16 19:11 moos3

I am also working on official upstream rootfs images with the v3.5 release

ncopa avatar Nov 30 '16 22:11 ncopa

Let's revisit this. Can you give a brief demo of using this and how it might affect our current pipeline? Then I can try it out locally.

From the looks of it, it appears to build a alpine:base first which is then used to build each of the images?

andyshinn avatar May 08 '17 16:05 andyshinn

Correct it does build base then builds each version from inside that image.

moos3 avatar Jun 26 '17 15:06 moos3