Skip to content

Commit b2afe04

Browse files
authored
Merge pull request opendatahub-io#53 from gmfrasca/add-am-setupcfg
chore(backend) - Add am setup.cfg
2 parents dfdde82 + 253554f commit b2afe04

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

backend/artifact_manager/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM registry.access.redhat.com/ubi8/python-38
22
WORKDIR /opt/app-root/src
33
COPY backend/artifact_manager/requirements.txt /opt/app-root/src
4+
COPY backend/artifact_manager/setup.cfg /opt/app-root/src
45
RUN pip install --upgrade pip && pip install -Ur requirements.txt
56
CMD ["/bin/bash", "-e"]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
awscli==1.25.78
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,32 @@
1+
#
2+
# This file is autogenerated by pip-compile with python 3.8
3+
# To update, run:
4+
#
5+
# pip-compile --output-file=requirements.txt requirements.in
6+
#
17
awscli==1.25.78
8+
# via -r requirements.in
9+
botocore==1.27.77
10+
# via
11+
# awscli
12+
# s3transfer
13+
colorama==0.4.4
14+
# via awscli
15+
docutils==0.16
16+
# via awscli
17+
jmespath==1.0.1
18+
# via botocore
19+
pyasn1==0.4.8
20+
# via rsa
21+
python-dateutil==2.8.2
22+
# via botocore
23+
pyyaml==5.4.1
24+
# via awscli
25+
rsa==4.7.2
26+
# via awscli
27+
s3transfer==0.6.0
28+
# via awscli
29+
six==1.16.0
30+
# via python-dateutil
31+
urllib3==1.26.12
32+
# via botocore

backend/artifact_manager/setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[metadata]
2+
name = modh/data-science-pipelines-artifact-manager
3+
version = 1.0.0

0 commit comments

Comments
 (0)