Skip to content

Commit

Permalink
Add .ci-operator.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shaior committed Jan 28, 2025
1 parent c7fd092 commit 9cc51fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .ci-operator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
base:
name: ubi
namespace: ocp
tag: "9"
7 changes: 2 additions & 5 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ RUN dnf -y install \
python3-pip \
&& dnf clean all

# Upgrade pip3
RUN pip3 install --upgrade pip

# Install ansible and ansible-lint
RUN pip3 install --no-cache-dir \
setuptools_rust \
RUN pip3 install --upgrade pip && \
pip3 install --no-cache-dir \
ansible \
ansible-lint

Expand Down

0 comments on commit 9cc51fb

Please sign in to comment.