File tree Expand file tree Collapse file tree 6 files changed +15
-18
lines changed
eventhub/azure-eventhub/stress
servicebus/azure-servicebus/stress Expand file tree Collapse file tree 6 files changed +15
-18
lines changed Original file line number Diff line number Diff line change 11dependencies:
22- name: stress-test-addons
33 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:
99
1010dependencies :
1111- name : stress-test-addons
12- version : ~0.2 .0
12+ version : ~0.3 .0
1313 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
54
65WORKDIR /app
76
Original file line number Diff line number Diff line change 11dependencies:
22- name: stress-test-addons
33 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:
99
1010dependencies :
1111- name : stress-test-addons
12- version : ~0.2 .0
12+ version : ~0.3 .0
1313 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
64
75WORKDIR /app
86
97COPY ./scripts /app/stress/scripts
108
119WORKDIR /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