Closed carkod closed 4 years ago
@nottrobin Have a look, because apparently the size went up with this multistage build...
docker build --tag hello
with the original Dockerfile (156 MB)docker build --tag bye
with the new Dockerfile (233 MB)We moved vanillaframework.io to docs project. This is not needed anymore.
Done
Implemented multistage build to reduce docker image sizes using reference from ubuntu.com
QA
docker build --tag myimage && docker images
check myimage sizedocker build --tag myimage --build-arg BUILD_ID=myfakeid .
docker run -ti -p 8111:80 myimage
curl -I http://localhost:8111
to see if headers display "myfakeid"Issue / Card