Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 5779954

Browse files
committed
EN-566: Add base docker container (patch)
1 parent 4b915c2 commit 5779954

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM node:fermium-alpine3.13
2+
3+
RUN npm install -g @quantum-sec/ci-analysis-collector

azure-pipelines.yml

+11
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,14 @@ jobs:
1919
- template: templates/jobs/typescript.yml@pipeline-library
2020
parameters:
2121
runFunctionalTests: false
22+
- template: templates/steps/deployment/deploy-container.yml@pipeline-library
23+
parameters:
24+
name: BuildContainer
25+
displayName: Deploy Container to Docker Hub
26+
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
27+
forceDeploy: true
28+
serviceConnectionName: dockerhub-quantumcibot
29+
repository: quantumsec/ci-analysis-collector
30+
tags: |
31+
latest
32+
$(SEMVER)

0 commit comments

Comments
 (0)