A Docker in Docker Image including git and NodeJs for a CI/CD Pipeline
139
Make git and npm available in a Docker-In-Docker Image for ci/cd pipeline
publish:
image: primus852/docker-dind-git
script:
- npm run build portal -- --output-path=apps/portal/dist --configuration=production --output-hashing=all --source-map=false
- commit=`git show -s --format=%h $CI_COMMIT_SHA`
- docker build -t fe-portal:$commit apps/portal
Content type
Image
Digest
Size
89.7 MB
Last updated
over 6 years ago
docker pull primus852/docker-dind-git-npm