Skip to content

Commit 76291d0

Browse files
sidharthsuranak8s-ci-robot
authored andcommitted
Update the Dockerfile to reflect the updated paths (kubernetes-sigs#1)
1 parent 6d49cdb commit 76291d0

File tree

1 file changed

+2
-2
lines changed
  • cloud/vsphere/cmd/vsphere-machine-controller

1 file changed

+2
-2
lines changed

cloud/vsphere/cmd/vsphere-machine-controller/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
# Reproducible builder image
1616
FROM golang:1.10.0 as builder
17-
WORKDIR /go/src/sigs.k8s.io/cluster-api
17+
WORKDIR /go/src/sigs.k8s.io/cluster-api-provider-vsphere
1818
# This expects that the context passed to the docker build command is
1919
# the cluster-api directory.
2020
# e.g. docker build -t <tag> -f <this_Dockerfile> <path_to_cluster-api>
2121
COPY . .
2222

23-
RUN CGO_ENABLED=0 GOOS=linux go install -a -ldflags '-extldflags "-static"' sigs.k8s.io/cluster-api/cloud/vsphere/cmd/vsphere-machine-controller
23+
RUN CGO_ENABLED=0 GOOS=linux go install -a -ldflags '-extldflags "-static"' sigs.k8s.io/cluster-api-provider-vsphere/cloud/vsphere/cmd/vsphere-machine-controller
2424

2525
# Final container
2626
FROM debian:stretch-slim

0 commit comments

Comments
 (0)