Skip to content

Commit

Permalink
Merge pull request openshift#305 from gabemontero/rename-payload-dir
Browse files Browse the repository at this point in the history
simplify imagestream/template directory structure; more sensible dir name
  • Loading branch information
openshift-merge-robot authored Jul 16, 2020
2 parents e7cc9a4 + 9604dd3 commit 339fa95
Show file tree
Hide file tree
Showing 301 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY --from=builder /go/src/github.com/openshift/cluster-samples-operator/cluste
RUN ln -f /usr/bin/cluster-samples-operator /usr/bin/cluster-samples-operator-watch
COPY manifests/image-references manifests/0* /manifests/
COPY vendor/github.com/openshift/api/samples/v1/0000_10_samplesconfig.crd.yaml /manifests/
COPY tmp/build/assets /opt/openshift/
COPY assets /opt/openshift/
RUN useradd cluster-samples-operator
USER cluster-samples-operator
ENTRYPOINT []
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY --from=builder /go/src/github.com/openshift/cluster-samples-operator/cluste
RUN ln -f /usr/bin/cluster-samples-operator /usr/bin/cluster-samples-operator-watch
COPY manifests/image-references manifests/0* /manifests/
COPY vendor/github.com/openshift/api/samples/v1/0000_10_samplesconfig.crd.yaml /manifests/
COPY tmp/build/assets /opt/openshift/
COPY assets /opt/openshift/
RUN useradd cluster-samples-operator
USER cluster-samples-operator
ENTRYPOINT []
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,5 @@ If there is a bug in the samples operator deletion logic, to reset the samples o

# Update the content in this repository from https://github.com/OpenShift/library
- Create a git branch in your local copy of this repository
- cd tmp/build
- ./library-sync.sh
- Commit the changes and create a PR
Loading

0 comments on commit 339fa95

Please sign in to comment.