Skip to content

NodeJS with docker, git, yarn installed for CI/CD

License

Notifications You must be signed in to change notification settings

agrakhov/cicd-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cicd-node

Docker image for CICD pipelines with following tools installed:

  • node.js
  • yarn
  • docker
  • git
  • jq
  • yq

Publishing to dockerhub

Automated builds removed, to push manually:

docker build --tag agrakhov/cicd-node:12 . --no-cache
docker login -u <USERNAME>
docker push agrakhov/cicd-node:12

About

NodeJS with docker, git, yarn installed for CI/CD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published