Skip to content

Commit acff58e

Browse files
committed
squash if works
1 parent cce07cb commit acff58e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

ci-operator/config/trusted-execution-clusters/operator/trusted-execution-clusters-operator-main__azure.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
base_images:
2+
cli:
3+
name: "4.21"
4+
namespace: ocp
5+
tag: cli
26
nested-podman:
37
name: nested-podman
48
namespace: ci
@@ -12,8 +16,10 @@ images:
1216
items:
1317
- dockerfile_literal: |
1418
FROM nested-podman
19+
COPY oc /usr/bin/oc
1520
WORKDIR /src/operator
1621
USER root
22+
RUN chmod -R 777 /home/user
1723
RUN curl -sSf https://sh.rustup.rs | sh -s -- -y
1824
RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc && \
1925
dnf install -y https://packages.microsoft.com/config/rhel/9.0/packages-microsoft-prod.rpm && \
@@ -22,6 +28,10 @@ images:
2228
ENV PATH="/root/.cargo/bin:${PATH}"
2329
from: nested-podman
2430
inputs:
31+
cli:
32+
paths:
33+
- destination_dir: .
34+
source_path: /usr/bin/oc
2535
src:
2636
paths:
2737
- destination_dir: src

0 commit comments

Comments
 (0)