Skip to content

andrea-deri/prebuilt-img-yarn-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pre-built image: yarn-base

A Docker pre-built image that contains all the dependencies needed for the yarn test command.

Build

For building this image, move to the folder where the Dockerfile is located and execute the following command:

docker build -t yarn-testing-base:{version-tag} . 

docker tag yarn-testing-base:{version-tag} {CRNAME}/yarn-testing-base:{version-tag}
docker tag yarn-testing-base:{version-tag} {CRNAME}/yarn-testing-base:latest

docker push {CRNAME}/yarn-testing-base:{version-tag}
docker push {CRNAME}/yarn-testing-base:latest

About

Docker pre-built image for yarn testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published