We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d6f130 + f7a202e commit f81d872Copy full SHA for f81d872
Makefile
@@ -56,12 +56,6 @@ binary-build:
56
$(call check-static-binary,$(BINDIR)/${SHORT_NAME})
57
${UPX} ${BINDIR}/${SHORT_NAME}
58
59
-clean: check-docker
60
- docker rmi ${IMAGE}
61
-
62
-full-clean: check-docker
63
- docker images -q ${DEIS_REGISTRY}/${IMAGE_PREFIX}/${SHORT_NAME} | xargs docker rmi -f
64
65
deploy: check-kubectl docker-build docker-push
66
kubectl --namespace=deis patch deployment deis-${SHORT_NAME} \
67
--type='json' \
0 commit comments