Skip to content

Commit 3e5fc6f

Browse files
author
Jeff Peeler
committedDec 20, 2019
add cp to configmap-registry image
1 parent 69393de commit 3e5fc6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎configmap-registry.Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
FROM quay.io/operator-framework/upstream-registry-builder:latest as builder
2+
FROM busybox as userspace
23

34
FROM scratch
45
COPY --from=builder /build/bin/configmap-server /bin/configmap-server
56
COPY --from=builder /build/bin/opm /bin/opm
7+
COPY --from=userspace /bin/cp /bin/cp
68
COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe
79
EXPOSE 50051
810
ENTRYPOINT ["/bin/configmap-server"]

0 commit comments

Comments
 (0)
Please sign in to comment.