Skip to content

Commit

Permalink
Merge pull request #1 from stakater-docker/angular-7.0.7
Browse files Browse the repository at this point in the history
add Dockerfile and Jenkinsfile for angular-7.0.7
  • Loading branch information
stakater-user authored Jul 17, 2019
2 parents d3c98d7 + 5c2ef66 commit 4550c49
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM node:8.16-alpine

ENV ANGULAR_VERSION 7.0.7

RUN npm install -g @angular/cli@${ANGULAR_VERSION}
7 changes: 7 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env groovy
@Library('github.com/stakater/stakater-pipeline-library@master') _

pushDockerImage {
dockerRepositoryURL = "docker.io"
imagePrefix = "7.0.7-node8.16-alpine"
}

0 comments on commit 4550c49

Please sign in to comment.