Skip to content

Commit

Permalink
build is a success
Browse files Browse the repository at this point in the history
  • Loading branch information
kannon92 committed Jan 15, 2025
1 parent e1f2282 commit 2fa3ef0
Show file tree
Hide file tree
Showing 19 changed files with 85 additions and 10,853 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*.dylib
bin/*
Dockerfile.cross
kueue-operator

# Test binary, built with `go test -c`
*.test
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.22 as builder
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 as builder
WORKDIR /go/src/github.com/openshift/kueue-operator
COPY . .
RUN make build --warn-undefined-variables
Expand All @@ -18,4 +18,4 @@ LABEL io.k8s.display-name="OpenShift Kueue Operator based on RHEL 9" \
description="kueue-operator-container" \
maintainer="Node team, <[email protected]>"

USER nobody
USER nobody
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ CODEGEN_GROUPS_VERSION :=kueue:v1alpha1
# $2 - image ref
# $3 - Dockerfile path
# $4 - context directory for image build
#$(call build-image,ocp-kueue-operator,$(IMAGE_REGISTRY)/ocp/4.9:secondary-scheduler-operator, ./Dockerfile.rhel7,.)
$(call build-image,ocp-lws-operator,$(IMAGE_REGISTRY)/ocp/4.19:kueue-operator, ./Dockerfile,.)

#$(call verify-golang-versions,Dockerfile.rhel7)
$(call verify-golang-versions,Dockerfile)

$(call add-crd-gen,kueueoperator,./pkg/apis/kueueoperator/v1alpha1,./manifests/4.9,./manifests/4.9)
$(call add-crd-gen,lwsoperator,./pkg/apis/kueueoperator/v1alpha1,./manifests/,./manifests/)

test-e2e: GO_TEST_PACKAGES :=./test/e2e
# the e2e imports pkg/cmd which has a data race in the transport library with the library-go init code
Expand Down
35 changes: 0 additions & 35 deletions bindata/assets/kueue/apiservice.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions bindata/assets/kueue/clusterrolebinding.yaml

This file was deleted.

Loading

0 comments on commit 2fa3ef0

Please sign in to comment.