File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
# argo-rollouts-dev
3
3
####################################################################################################
4
4
FROM scratch
5
- COPY dist/ rollouts-controller-linux-amd64 /bin/rollouts-controller
5
+ COPY rollouts-controller-linux-amd64 /bin/rollouts-controller
6
6
ENTRYPOINT [ "/bin/rollouts-controller" ]
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ builder-image:
210
210
image :
211
211
ifeq ($(DEV_IMAGE ) , true)
212
212
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v -i -ldflags '${LDFLAGS}' -o ${DIST_DIR}/rollouts-controller-linux-amd64 ./cmd/rollouts-controller
213
- docker build -t $(IMAGE_PREFIX)argo-rollouts:$(IMAGE_TAG) -f Dockerfile.dev .
213
+ docker build -t $(IMAGE_PREFIX)argo-rollouts:$(IMAGE_TAG) -f Dockerfile.dev ${DIST_DIR}
214
214
else
215
215
docker build -t $(IMAGE_PREFIX)argo-rollouts:$(IMAGE_TAG) .
216
216
endif
@@ -282,4 +282,4 @@ release-plugins:
282
282
./hack/build-release-plugins.sh
283
283
284
284
.PHONY : release
285
- release : release-precheck precheckin image plugin-image release-plugins
285
+ release : release-precheck precheckin image plugin-image release-plugins
You can’t perform that action at this time.
0 commit comments