mikeal/merge-release

Move dependencies to a Docker Hub Image

Ouverte

#22 ouverte le 29 mars 2020

 (3 commentaires) (0 réaction) (0 personne assignée)JavaScript (62 forks)github user discovery
help wanted

Métriques du dépôt

Stars
 (481 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

You could improve performance by pushing dependencies into it's own Dockerfile using DockerHub.

image

Seems redundant to download and install packages for this image on every single build action.

image

It looks like this would probably cut 25 seconds off every single build, as the dependencies would not need to be installed every time.

Reducing the total build 43 seconds to 18 seconds could mean a 60% reduction in build time!

image

Thanks again for this package, Any thoughts?

Guide contributeur