Skip to content

Commit f758146

Browse files
Merge pull request openshift#718 from grokspawn/cli-namechange
OPRUN-3221: rename from 'clis' to 'tools'
2 parents c357734 + f80442f commit f758146

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

operator-framework-clis.Dockerfile renamed to operator-framework-tools.Dockerfile

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ RUN make build/registry cross
1414

1515
FROM scratch
1616

17-
COPY --from=builder /src/bin/opm /clis/opm-rhel9
18-
COPY --from=builder /src/bin/darwin-amd64-opm /clis/darwin-amd64-opm
19-
COPY --from=builder /src/bin/windows-amd64-opm /clis/windows-amd64-opm
17+
COPY --from=builder /src/bin/opm /tools/opm-rhel9
18+
COPY --from=builder /src/bin/darwin-amd64-opm /tools/darwin-amd64-opm
19+
COPY --from=builder /src/bin/windows-amd64-opm /tools/windows-amd64-opm
2020

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

2424
USER 1001
2525

26-
LABEL io.k8s.display-name="OpenShift Operator Framework CLIs" \
27-
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." \
26+
LABEL io.k8s.display-name="OpenShift Operator Framework Tools" \
27+
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." \
2828
maintainer="Odin Team <[email protected]>"

0 commit comments

Comments
 (0)