Skip to content
Closed
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 @@ -21,6 +21,28 @@ images:
to: stable
- dockerfile_path: graph-data.rs/Dockerfile
to: graphdata-unittests
- dockerfile_literal: |-
FROM scratch
COPY blocked-edges /blocked-edges
COPY channels /channels
COPY raw /raw
USER 1000:1000
ENV PATH /
ENV HOME /
WORKDIR /
ENTRYPOINT ["/this-image-is-not-executable"]
inputs:
src:
paths:
- destination_dir: '.'
source_path: '/go/src/github.com/openshift/cincinnati-graph-data/.'
to: graph-data
promotion:
excluded_images:
- stable
- graphdata-unittests
name: cincinnati-graph-data
namespace: cincinnati-ci-public
raw_steps:
- pipeline_image_cache_step:
commands: |
Expand Down