We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 917b874 + 9d0036a commit 49c0c4aCopy full SHA for 49c0c4a
Dockerfile
@@ -31,6 +31,7 @@ COPY --from=builder /src/bin/initializer /bin/initializer
31
COPY --from=builder /src/bin/registry-server /bin/registry-server
32
COPY --from=builder /src/bin/configmap-server /bin/configmap-server
33
COPY --from=builder /src/bin/appregistry-server /bin/appregistry-server
34
+COPY --from=builder /src/bin/opm /bin/opm
35
COPY --from=builder /go/bin/grpc_health_probe /bin/grpc_health_probe
36
37
RUN chgrp -R 0 /registry && \
0 commit comments