Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down Expand Up @@ -74,7 +62,6 @@ promotion:
to:
- excluded_images:
- rustup-build
- downstream-deploy
name: cincinnati-build-root
namespace: cincinnati-ci
resources:
Expand Down