We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9114ea6 commit e797ad8Copy full SHA for e797ad8
ci-operator/config/openshift/kueue-operator/openshift-kueue-operator-main.yaml
@@ -44,7 +44,7 @@ images:
44
FROM src
45
COPY oc /usr/bin/oc
46
RUN ln -s /usr/bin/oc /usr/bin/kubectl
47
- RUN dnf install -y skopeo git && dnf clean all
+ RUN dnf install -y skopeo git podman && dnf clean all
48
from: src
49
inputs:
50
cli:
@@ -86,7 +86,7 @@ tests:
86
make lint
87
container:
88
clone: true
89
- from: src
+ from: kueue-operator-src
90
- as: fips-image-scan-kueue-operator
91
skip_if_only_changed: ^\.tekton/|\.md$|^(LICENSE|OWNERS)$
92
steps:
0 commit comments