Skip to content

Commit 4b9e81f

Browse files
committed
Update Makefile, Dockerfile
Move helm directory to deployments Signed-off-by: Jason Cho <[email protected]>
1 parent 9f81648 commit 4b9e81f

17 files changed

+11
-22
lines changed

Dockerfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,15 @@ ARG CONTROLLER_GEN_VERSION=0.17.1
77
ARG CI_LINT_VERSION=1.52.0
88
ARG MOQ_VERSION=0.3.4
99

10+
LABEL io.k8s.display-name="IBM Power DRA Driver"
11+
LABEL name="IBM Power DRA Driver"
12+
LABEL vendor="IBM"
13+
LABEL version="1.0.0"
14+
LABEL release="N/A"
15+
LABEL summary="Automate the management and monitoring of addition of specific Power devices to a Pod."
16+
LABEL description="Automate the management and monitoring of addition of specific Power devices to a Pod."
17+
1018
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@v${CI_LINT_VERSION} && go install github.com/matryer/moq@v${MOQ_VERSION} && go install sigs.k8s.io/controller-tools/cmd/controller-gen@v${CONTROLLER_GEN_VERSION} && go install k8s.io/code-generator/cmd/client-gen@v${CLIENT_GEN_VERSION} && go install k8s.io/code-generator/cmd/lister-gen@v${LISTER_GEN_VERSION} && go install k8s.io/code-generator/cmd/informer-gen@v${INFORMER_GEN_VERSION}
1119
RUN git config --file=/.gitconfig --add safe.directory /work
20+
21+
COPY --from=build /power-dra-kubeletplugin /usr/bin/power-dra-kubeletplugin

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This project applies to ppc64le only
22
ARCH ?= ppc64le
33

4-
REGISTRY ?= quay.io/jcho0
4+
REGISTRY ?= quay.io/powercloud
55
REPOSITORY ?= power-dra-driver
66
TAG ?= v0.1.0
77

build/Containerfile-build

Lines changed: 0 additions & 17 deletions
This file was deleted.

build/entrypoint.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)