Skip to content

Commit c69d5be

Browse files
committed
Add .ci-operator.yaml
1 parent c7fd092 commit c69d5be

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.ci-operator.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
image_stream_tag:
2+
name: telco-bastion
3+
namespace: ci
4+
tag: latest

Containerfile

+2-5
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ RUN dnf -y install \
66
python3-pip \
77
&& dnf clean all
88

9-
# Upgrade pip3
10-
RUN pip3 install --upgrade pip
11-
129
# Install ansible and ansible-lint
13-
RUN pip3 install --no-cache-dir \
14-
setuptools_rust \
10+
RUN pip3 install --upgrade pip && \
11+
pip3 install --no-cache-dir \
1512
ansible \
1613
ansible-lint
1714

0 commit comments

Comments
 (0)