File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
contract-tests/images/applications/psychopg2 Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
# Assumes existence of dist/aws_opentelemetry_distro-<pkg_version>-py3-none-any.whl.
3
3
# Assumes filename of aws_opentelemetry_distro-<pkg_version>-py3-none-any.whl is passed in as "DISTRO" arg.
4
4
FROM public.ecr.aws/docker/library/python:3.11-slim
5
- WORKDIR /requests
6
- COPY ./dist/$DISTRO /requests
7
- COPY ./contract-tests/images/applications/requests /requests
5
+ WORKDIR /psychopg2
6
+ COPY ./dist/$DISTRO /psychopg2
7
+ COPY ./contract-tests/images/applications/psychopg2 /psychopg2
8
8
9
9
ENV PIP_ROOT_USER_ACTION=ignore
10
10
ARG DISTRO
Original file line number Diff line number Diff line change 1
1
opentelemetry-distro == 0.43b0
2
2
opentelemetry-exporter-otlp-proto-grpc == 1.22.0
3
3
typing-extensions == 4.9.0
4
- psycopg2
4
+ psycopg2-binary == 2.9.9
5
+ psutil
5
6
requests == 2.31.0
You can’t perform that action at this time.
0 commit comments