File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 7
7
# See https://aboutcode.org for more information about nexB OSS projects.
8
8
#
9
9
10
- FROM --platform=linux/amd64 python:3.12.7 -slim-bookworm
10
+ FROM --platform=linux/amd64 python:3.12-slim-bookworm
11
11
12
12
# Python settings: Force unbuffered stdout and stderr (i.e. they are flushed to terminal immediately)
13
13
ENV PYTHONUNBUFFERED 1
Original file line number Diff line number Diff line change 1
1
parameters :
2
2
job_name : ' '
3
3
image_name : ' '
4
- python_versions : []
5
- test_suites : {}
6
- python_architecture : x64
7
4
8
5
jobs :
9
6
- job : ${{ parameters.job_name }}
10
7
11
8
pool :
12
9
vmImage : ${{ parameters.image_name }}
13
10
14
- strategy :
15
- matrix :
16
- ${{ each tsuite in parameters.test_suites }} :
17
- ${{ tsuite.key }} :
18
- test_suite_label : ${{ tsuite.key }}
19
- test_suite : ${{ tsuite.value }}
20
-
21
11
steps :
22
12
- checkout : self
23
13
fetchDepth : 10
26
16
inputs :
27
17
command : ' build'
28
18
Dockerfile : ' **/Dockerfile'
29
- arguments : ' -t scancode'
19
+ arguments : ' --tag scancode'
30
20
displayName : ' Build scancode-toolkit container'
31
21
32
22
- script : |
33
- docker run scancode --help
23
+ docker run scancode --help
24
+ displayName: 'Run scancode --help'
You can’t perform that action at this time.
0 commit comments