Skip to content

Commit f1289fa

Browse files
committed
UPSTREAM: <carry>: ci-operator
Signed-off-by: Jordan <[email protected]>
1 parent b982ad0 commit f1289fa

File tree

5 files changed

+23
-0
lines changed

5 files changed

+23
-0
lines changed

.ci-operator.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
build_root_image:
2+
namespace: openshift
3+
name: release
4+
tag: rhel-8-release-golang-1.19-openshift-4.14

openshift/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Get the directory where this Makefile is, so we can use it below for including
2+
DIR := $(strip $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))))
3+
4+
include $(addprefix $(DIR)/vendor/github.com/openshift/build-machinery-go/make/, \
5+
targets/openshift/deps.mk \
6+
)

openshift/dependencies.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
//go:build tools
2+
// +build tools
3+
4+
package openshift
5+
6+
import _ "github.com/openshift/build-machinery-go"

openshift/go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module _
2+
3+
go 1.19
4+
5+
require github.com/openshift/build-machinery-go v0.0.0-20230306181456-d321ffa04533

openshift/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/openshift/build-machinery-go v0.0.0-20230306181456-d321ffa04533 h1:mh3ZYs7kPIIe3UUY6tJcTExmtjnXXUu0MrBuK2W/Qvw=
2+
github.com/openshift/build-machinery-go v0.0.0-20230306181456-d321ffa04533/go.mod h1:b1BuldmJlbA/xYtdZvKi+7j5YGB44qJUJDZ9zwiNCfE=

0 commit comments

Comments
 (0)