File tree 6 files changed +15
-18
lines changed
eventhub/azure-eventhub/stress
servicebus/azure-servicebus/stress
6 files changed +15
-18
lines changed Original file line number Diff line number Diff line change 1
1
dependencies:
2
2
- name: stress-test-addons
3
3
repository: https://stresstestcharts.blob.core.windows.net/helm/
4
- version: 0.2 .0
5
- digest: sha256:53cbe4c0fed047f6c611523bd34181b21a310e7a3a21cb14f649bb09e4a77648
6
- generated: "2022-11-16T10:34:09.3008939-08 :00"
4
+ version: 0.3 .0
5
+ digest: sha256:3e21a7fdf5d6b37e871a6dd9f755888166fbb24802aa517f51d1d9223b47656e
6
+ generated: "2023-10-17T20:03:45.892743989-04 :00"
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ annotations:
9
9
10
10
dependencies :
11
11
- name : stress-test-addons
12
- version : ~0.2 .0
12
+ version : ~0.3 .0
13
13
repository : " @stress-test-charts"
Original file line number Diff line number Diff line change 1
- # internal users should provide MCR registry to build via 'docker build . --build-arg REGISTRY="mcr.microsoft.com/mirror/docker/library/"'
2
- # public OSS users should simply leave this argument blank or ignore its presence entirely
3
- FROM mcr.microsoft.com/mirror/docker/library/python:3.8-slim
4
- # RUN apt-get -y update && apt-get -y install git
1
+ FROM mcr.microsoft.com/cbl-mariner/base/python:3
2
+
3
+ RUN yum update -y
5
4
6
5
WORKDIR /app
7
6
Original file line number Diff line number Diff line change 1
1
dependencies:
2
2
- name: stress-test-addons
3
3
repository: https://stresstestcharts.blob.core.windows.net/helm/
4
- version: 0.2 .0
5
- digest: sha256:53cbe4c0fed047f6c611523bd34181b21a310e7a3a21cb14f649bb09e4a77648
6
- generated: "2023-03-14T09:57:20.6731895-07 :00"
4
+ version: 0.3 .0
5
+ digest: sha256:3e21a7fdf5d6b37e871a6dd9f755888166fbb24802aa517f51d1d9223b47656e
6
+ generated: "2023-10-17T20:04:32.848343767-04 :00"
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ annotations:
9
9
10
10
dependencies :
11
11
- name : stress-test-addons
12
- version : ~0.2 .0
12
+ version : ~0.3 .0
13
13
repository : " @stress-test-charts"
Original file line number Diff line number Diff line change 1
- # internal users should provide MCR registry to build via 'docker build . --build-arg REGISTRY="mcr.microsoft.com/mirror/docker/library/"'
2
- # public OSS users should simply leave this argument blank or ignore its presence entirely
3
- FROM mcr.microsoft.com/mirror/docker/library/python:3.8-slim
4
- # Install if running off git branch
5
- # RUN apt-get -y update && apt-get -y install git
1
+ FROM mcr.microsoft.com/cbl-mariner/base/python:3
2
+
3
+ RUN yum update -y
6
4
7
5
WORKDIR /app
8
6
9
7
COPY ./scripts /app/stress/scripts
10
8
11
9
WORKDIR /app/stress/scripts
12
- RUN pip install -r dev_requirements.txt
10
+ RUN pip install -r dev_requirements.txt
You can’t perform that action at this time.
0 commit comments