diff --git a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-master.yaml b/ci-operator/config/openshift/cincinnati/openshift-cincinnati-master.yaml index 8c25a9d316a28..e1b4a9b74f921 100644 --- a/ci-operator/config/openshift/cincinnati/openshift-cincinnati-master.yaml +++ b/ci-operator/config/openshift/cincinnati/openshift-cincinnati-master.yaml @@ -11,7 +11,6 @@ base_images: name: ubi namespace: ocp tag: "9" -binary_build_commands: bin_folder="/go/bin" just build --release build_root: image_stream_tag: name: rust @@ -33,19 +32,8 @@ images: RUN just build --release from: ubi to: rustup-build - - dockerfile_literal: | - FROM registry.access.redhat.com/ubi9/ubi:latest - ENV RUST_LOG=actix_web=error,dkregistry=error - COPY --from=pipeline:bin /go/bin/graph-builder /go/bin/policy-engine /go/bin/metadata-helper /usr/bin/ - ENTRYPOINT ["/usr/bin/graph-builder"] - from: ubi - inputs: - bin: - as: - - pipeline:bin - to: deploy - dockerfile_path: dist/Dockerfile.deploy/Dockerfile - to: downstream-deploy + to: deploy - dockerfile_literal: | FROM replaced ENV HOME="/root" @@ -74,7 +62,6 @@ promotion: to: - excluded_images: - rustup-build - - downstream-deploy name: cincinnati-build-root namespace: cincinnati-ci resources: