Skip to content

Commit 9d0036a

Browse files
author
Jeff Peeler
committedOct 30, 2019
feat(imagebuild): add opm binary to registry image build
The opm command is being added here specifically for use when extracting bundle data from an image. In the future, a standalone container could possibly be used.
1 parent 8df762a commit 9d0036a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ COPY --from=builder /src/bin/initializer /bin/initializer
3131
COPY --from=builder /src/bin/registry-server /bin/registry-server
3232
COPY --from=builder /src/bin/configmap-server /bin/configmap-server
3333
COPY --from=builder /src/bin/appregistry-server /bin/appregistry-server
34+
COPY --from=builder /src/bin/opm /bin/opm
3435
COPY --from=builder /go/bin/grpc_health_probe /bin/grpc_health_probe
3536

3637
RUN chgrp -R 0 /registry && \

0 commit comments

Comments
 (0)
Please sign in to comment.