Skip to content

Commit

Permalink
Merge pull request #718 from grokspawn/cli-namechange
Browse files Browse the repository at this point in the history
OPRUN-3221: rename from 'clis' to 'tools'
  • Loading branch information
openshift-merge-bot[bot] committed Mar 23, 2024
2 parents c357734 + f80442f commit f758146
Showing 1 changed file with 7 additions and 7 deletions.
Expand Up @@ -14,15 +14,15 @@ RUN make build/registry cross

FROM scratch

COPY --from=builder /src/bin/opm /clis/opm-rhel9
COPY --from=builder /src/bin/darwin-amd64-opm /clis/darwin-amd64-opm
COPY --from=builder /src/bin/windows-amd64-opm /clis/windows-amd64-opm
COPY --from=builder /src/bin/opm /tools/opm-rhel9
COPY --from=builder /src/bin/darwin-amd64-opm /tools/darwin-amd64-opm
COPY --from=builder /src/bin/windows-amd64-opm /tools/windows-amd64-opm

# copy the dynamically-linked versions to /clis with a -rhel8 suffix
COPY --from=builder-rhel8 /src/bin/opm /clis/opm-rhel8
# copy the dynamically-linked versions to /tools with a -rhel8 suffix
COPY --from=builder-rhel8 /src/bin/opm /tools/opm-rhel8

USER 1001

LABEL io.k8s.display-name="OpenShift Operator Framework CLIs" \
io.k8s.description="This is a non-runnable image containing binary builds of various Operator Framework CLI tools, primarily used to publish binaries to the OpenShift mirror." \
LABEL io.k8s.display-name="OpenShift Operator Framework Tools" \
io.k8s.description="This is a non-runnable image containing binary builds of various Operator Framework tools, primarily used to publish binaries to the OpenShift mirror." \
maintainer="Odin Team <aos-odin@redhat.com>"

0 comments on commit f758146

Please sign in to comment.