Skip to content

Commit

Permalink
🌱 konflux: migration from 0.1 to 0.2 (open-cluster-management-io#135)
Browse files Browse the repository at this point in the history
* yq format tekton files

Signed-off-by: zhujian <jiazhu@redhat.com>

* konflux: migration from 0.1 to 0.2

Signed-off-by: zhujian <jiazhu@redhat.com>

* upgrade konflux dockerfiles

Signed-off-by: zhujian <jiazhu@redhat.com>

---------

Signed-off-by: zhujian <jiazhu@redhat.com>
  • Loading branch information
zhujian7 authored Nov 12, 2024
1 parent b257553 commit e74d5b5
Show file tree
Hide file tree
Showing 15 changed files with 4,310 additions and 4,390 deletions.
870 changes: 431 additions & 439 deletions .tekton/addon-manager-mce-27-pull-request.yaml

Large diffs are not rendered by default.

866 changes: 429 additions & 437 deletions .tekton/addon-manager-mce-27-push.yaml

Large diffs are not rendered by default.

870 changes: 431 additions & 439 deletions .tekton/placement-mce-27-pull-request.yaml

Large diffs are not rendered by default.

866 changes: 429 additions & 437 deletions .tekton/placement-mce-27-push.yaml

Large diffs are not rendered by default.

870 changes: 431 additions & 439 deletions .tekton/registration-mce-27-pull-request.yaml

Large diffs are not rendered by default.

866 changes: 429 additions & 437 deletions .tekton/registration-mce-27-push.yaml

Large diffs are not rendered by default.

870 changes: 431 additions & 439 deletions .tekton/registration-operator-mce-27-pull-request.yaml

Large diffs are not rendered by default.

866 changes: 429 additions & 437 deletions .tekton/registration-operator-mce-27-push.yaml

Large diffs are not rendered by default.

870 changes: 431 additions & 439 deletions .tekton/work-mce-27-pull-request.yaml

Large diffs are not rendered by default.

866 changes: 429 additions & 437 deletions .tekton/work-mce-27-push.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/Dockerfile.addon.rhtap
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_8_1.21 AS builder
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_1.22 AS builder
ARG OS=linux
ARG ARCH=amd64
WORKDIR /go/src/open-cluster-management.io/ocm
Expand All @@ -10,7 +10,7 @@ RUN GOOS=${OS} \
GO_BUILD_PACKAGES=./cmd/addon \
make build --warn-undefined-variables

FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
ENV USER_UID=10001
COPY --from=builder /go/src/open-cluster-management.io/ocm/addon /

Expand Down
4 changes: 2 additions & 2 deletions build/Dockerfile.placement.rhtap
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_8_1.21 AS builder
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_1.22 AS builder
ARG OS=linux
ARG ARCH=amd64
WORKDIR /go/src/open-cluster-management.io/ocm
Expand All @@ -10,7 +10,7 @@ RUN GOOS=${OS} \
GO_BUILD_PACKAGES=./cmd/placement \
make build --warn-undefined-variables

FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
ENV USER_UID=10001

COPY --from=builder /go/src/open-cluster-management.io/ocm/placement /
Expand Down
4 changes: 2 additions & 2 deletions build/Dockerfile.registration-operator.rhtap
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_8_1.21 AS builder
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_1.22 AS builder
ARG OS=linux
ARG ARCH=amd64
WORKDIR /go/src/open-cluster-management.io/ocm
Expand All @@ -10,7 +10,7 @@ RUN GOOS=${OS} \
GO_BUILD_PACKAGES=./cmd/registration-operator \
make build --warn-undefined-variables

FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
ENV USER_UID=10001

COPY --from=builder /go/src/open-cluster-management.io/ocm/registration-operator /
Expand Down
4 changes: 2 additions & 2 deletions build/Dockerfile.registration.rhtap
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_8_1.21 AS builder
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_1.22 AS builder
ARG OS=linux
ARG ARCH=amd64
WORKDIR /go/src/open-cluster-management.io/ocm
Expand All @@ -10,7 +10,7 @@ RUN GOOS=${OS} \
GO_BUILD_PACKAGES=./cmd/registration \
make build --warn-undefined-variables

FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
ENV USER_UID=10001

COPY --from=builder /go/src/open-cluster-management.io/ocm/registration /
Expand Down
4 changes: 2 additions & 2 deletions build/Dockerfile.work.rhtap
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_8_1.21 AS builder
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_1.22 AS builder
ARG OS=linux
ARG ARCH=amd64
WORKDIR /go/src/open-cluster-management.io/ocm
Expand All @@ -10,7 +10,7 @@ RUN GOOS=${OS} \
GO_BUILD_PACKAGES=./cmd/work \
make build --warn-undefined-variables

FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
ENV USER_UID=10001

COPY --from=builder /go/src/open-cluster-management.io/ocm/work /
Expand Down

0 comments on commit e74d5b5

Please sign in to comment.