Skip to content

Commit

Permalink
updated plugins and dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
matmerr committed May 7, 2024
1 parent 427e466 commit 64d69cc
Show file tree
Hide file tree
Showing 21 changed files with 26,857 additions and 25,536 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ dist/
bin/

image-metadata-*.json
pkg/plugin/windows/pktmon/packetmonitorsupport/*
17 changes: 16 additions & 1 deletion .pipelines/cg-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,19 @@ stages:
fi
name: "EnvironmentalVariables"
displayName: "Set environmental variables"
condition: always()
condition: always()
- stage: windows
displayName: Retina Setup
jobs:
- job: env
displayName: Setup
pool:
name: "$(BUILD_POOL_NAME_WINDOWS_DEFAULT)"
steps:
- checkout: self
fetchTags: true
- script: |
Import-Module -Name .\windows\docker\DockerBuildModule.psm1
Build-RetinaAgentImage -builderImageName "test"
Loading

0 comments on commit 64d69cc

Please sign in to comment.