mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-08-19 04:06:35 +00:00
Rename nucleus binary -> registration-operator
This commit is contained in:
+1
-2
@@ -1,10 +1,9 @@
|
||||
# Binaries for programs and plugins
|
||||
nucleus
|
||||
registration-operator
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
nucleus
|
||||
!deploy/**
|
||||
!vendor/**
|
||||
dev-kubeconfig
|
||||
|
||||
+1
-1
@@ -6,4 +6,4 @@ RUN make build --warn-undefined-variables
|
||||
|
||||
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.1-398
|
||||
|
||||
COPY --from=builder /go/src/github.com/open-cluster-management/registration-operator/nucleus /
|
||||
COPY --from=builder /go/src/github.com/open-cluster-management/registration-operator/registration-operator /
|
||||
|
||||
+1
-1
@@ -6,4 +6,4 @@ RUN make build --warn-undefined-variables
|
||||
|
||||
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.1-398
|
||||
|
||||
COPY --from=builder /go/src/github.com/open-cluster-management/registration-operator/nucleus /
|
||||
COPY --from=builder /go/src/github.com/open-cluster-management/registration-operator/registration-operator /
|
||||
|
||||
Reference in New Issue
Block a user