Skip to content

Commit e156e38

Browse files
committed
Bump python stress images and addons
1 parent 1793a0b commit e156e38

File tree

6 files changed

+15
-18
lines changed

6 files changed

+15
-18
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
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"

sdk/eventhub/azure-eventhub/stress/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ annotations:
99

1010
dependencies:
1111
- name: stress-test-addons
12-
version: ~0.2.0
12+
version: ~0.3.0
1313
repository: "@stress-test-charts"

sdk/eventhub/azure-eventhub/stress/Dockerfile

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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

65
WORKDIR /app
76

Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
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"

sdk/servicebus/azure-servicebus/stress/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ annotations:
99

1010
dependencies:
1111
- name: stress-test-addons
12-
version: ~0.2.0
12+
version: ~0.3.0
1313
repository: "@stress-test-charts"
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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

75
WORKDIR /app
86

97
COPY ./scripts /app/stress/scripts
108

119
WORKDIR /app/stress/scripts
12-
RUN pip install -r dev_requirements.txt
10+
RUN pip install -r dev_requirements.txt

0 commit comments

Comments
 (0)