-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove openshift-dev-helpers and related
- Loading branch information
Showing
21 changed files
with
10 additions
and
2,503 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
all: build | ||
all: images | ||
.PHONY: all | ||
|
||
# Include the library makefile | ||
include $(addprefix ./vendor/github.com/openshift/library-go/alpha-build-machinery/make/, \ | ||
golang.mk \ | ||
targets/openshift/bindata.mk \ | ||
targets/openshift/images.mk \ | ||
) | ||
|
||
IMAGE_REGISTRY :=registry.svc.ci.openshift.org | ||
|
||
# This will call a macro called "build-image" which will generate image specific targets based on the parameters: | ||
# $0 - macro name | ||
# $1 - target suffix | ||
# $2 - Dockerfile path | ||
# $3 - context directory for image build | ||
# It will generate target "image-$(1)" for builing the image an binding it as a prerequisite to target "images". | ||
$(call build-image,origin-$(GO_PACKAGE),./Dockerfile,.) | ||
|
||
# $1 - target name | ||
# $2 - image ref | ||
# $3 - Dockerfile path | ||
# $4 - context directory for image build | ||
$(call build-image,ocp-must-gather,$(IMAGE_REGISTRY)/ocp/4.2:ocp-must-gater, ./Dockerfile.rhel7,.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.