Skip to content

Commit e797ad8

Browse files
committed
add podman to lint src
1 parent 9114ea6 commit e797ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci-operator/config/openshift/kueue-operator/openshift-kueue-operator-main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ images:
4444
FROM src
4545
COPY oc /usr/bin/oc
4646
RUN ln -s /usr/bin/oc /usr/bin/kubectl
47-
RUN dnf install -y skopeo git && dnf clean all
47+
RUN dnf install -y skopeo git podman && dnf clean all
4848
from: src
4949
inputs:
5050
cli:
@@ -86,7 +86,7 @@ tests:
8686
make lint
8787
container:
8888
clone: true
89-
from: src
89+
from: kueue-operator-src
9090
- as: fips-image-scan-kueue-operator
9191
skip_if_only_changed: ^\.tekton/|\.md$|^(LICENSE|OWNERS)$
9292
steps:

0 commit comments

Comments
 (0)