Skip to content

Commit

Permalink
need to make manifest dir to place content
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Apr 11, 2024
1 parent f38832a commit 28ee6fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/tests/Dockerfile.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN make; \

FROM registry.ci.openshift.org/ocp/4.16:tools
COPY --from=builder /tmp/build/openshift-tests /usr/bin/
RUN mkdir -p /manifests
COPY --from=builder /go/src/github.com/openshift/origin/zz_generated.manifests/* /manifests

RUN PACKAGES="git gzip util-linux" && \
Expand Down
1 change: 1 addition & 0 deletions images/tests/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM docker.io/fedora:38
COPY ./openshift-tests /usr/bin/openshift-tests
RUN mkdir -p /manifests
COPY ./zz_generated.manifests/* /manifests

LABEL io.k8s.display-name="FAKE OpenShift End-to-End Tests" \
Expand Down

0 comments on commit 28ee6fb

Please sign in to comment.