You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
After update I've researched how to build my project in container using gitlab-ci.
To build my project I have to build binary dependencies since [email protected] because gifsicle-bin have no prebuilt binaries.
I've checked:
Summary
After update I've researched how to build my project in container using gitlab-ci.
To build my project I have to build binary dependencies since [email protected] because gifsicle-bin have no prebuilt binaries.
I've checked:
node:12-buster
node:12-buster-slim
node:12-stretch
node:12-stretch-slim
node:12-alpine
node:12-alpine3.9
My prepare script benchmark results:
node:12-buster-slim
node:12-stretch-slim
exec time:
3 minutes
Prepare script:
node:12-buster
node:12-stretch
exec time:
3 minutes 30 seconds
Prepare script: NO
node:12-alpine
node:12-alpine3.9
exec time:
4 minutes 20 seconds
Prepare script:
Why
alpine
is slowThere's no prebuilt binary packages for
musl
.Why
buster
(stretch
) is slower thanbuster-slim
(stretch-slim
)Full debian version is about 6x larger than slim version.
My request
Add prepare scripts to readme or create wiki page for that.
Additional info
imagemin/imagemin-gifsicle#32
imagemin/imagemin-gifsicle#40
imagemin/gifsicle-bin#79
imagemin/gifsicle-bin#113
imagemin/mozjpeg-bin#47
imagemin/optipng-bin#110
The text was updated successfully, but these errors were encountered: