Skip to content

Commit 49c0c4a

Browse files
Merge pull request #110 from jpeeler/add-opm-binary-into-container
feat(imagebuild): add opm binary to registry image build
2 parents 917b874 + 9d0036a commit 49c0c4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
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)