Skip to content

Commit d4f98fb

Browse files
committed
update dockerfile and remove unused files
Signed-off-by: savitaashture <[email protected]>
1 parent e988044 commit d4f98fb

12 files changed

+24
-23543
lines changed

.github/workflows/auto-merge.main.yaml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/auto-merge.next.yaml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/auto-merge.release-v1.17.x.yaml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.konflux/dockerfiles/controller.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat HEAD)'" -mod=vend
1313
./cmd/controller
1414

1515
FROM $RUNTIME
16-
ARG VERSION=pipeline-main
16+
ARG VERSION=pipeline-1.18
1717

1818
ENV CONTROLLER=/usr/local/bin/controller \
1919
KO_APP=/ko-app \
@@ -23,8 +23,8 @@ COPY --from=builder /tmp/controller /ko-app/controller
2323
COPY head ${KO_DATA_PATH}/HEAD
2424

2525
LABEL \
26-
com.redhat.component="openshift-pipelines-controller-rhel8-container" \
27-
name="openshift-pipelines/pipelines-controller-rhel8" \
26+
com.redhat.component="openshift-pipelines-controller-rhel9-container" \
27+
name="openshift-pipelines/pipelines-controller-rhel9" \
2828
version=$VERSION \
2929
summary="Red Hat OpenShift Pipelines Controller" \
3030
maintainer="[email protected]" \

.konflux/dockerfiles/entrypoint.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 \
1515
./cmd/entrypoint
1616

1717
FROM $RUNTIME
18-
ARG VERSION=pipeline-main
18+
ARG VERSION=pipeline-1.18
1919

2020
ENV ENTRYPOINT=/usr/local/bin/entrypoint \
2121
KO_APP=/ko-app \
@@ -25,8 +25,8 @@ COPY --from=builder /tmp/entrypoint /ko-app/entrypoint
2525
COPY head ${KO_DATA_PATH}/HEAD
2626

2727
LABEL \
28-
com.redhat.component="openshift-pipelines-entrypoint-rhel8-container" \
29-
name="openshift-pipelines/pipelines-entrypoint-rhel8" \
28+
com.redhat.component="openshift-pipelines-entrypoint-rhel9-container" \
29+
name="openshift-pipelines/pipelines-entrypoint-rhel9" \
3030
version=$VERSION \
3131
summary="Red Hat OpenShift Pipelines Entrypoint" \
3232
maintainer="[email protected]" \

.konflux/dockerfiles/events.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat HEAD)'" -mod=vend
1313
./cmd/events
1414

1515
FROM $RUNTIME
16-
ARG VERSION=pipeline-main
16+
ARG VERSION=pipeline-1.18
1717

1818
ENV EVENTS=/usr/local/bin/events \
1919
KO_APP=/ko-app \
@@ -23,8 +23,8 @@ COPY --from=builder /tmp/events /ko-app/events
2323
COPY head ${KO_DATA_PATH}/HEAD
2424

2525
LABEL \
26-
com.redhat.component="openshift-pipelines-events-rhel8-container" \
27-
name="openshift-pipelines/pipelines-events-rhel8" \
26+
com.redhat.component="openshift-pipelines-events-rhel9-container" \
27+
name="openshift-pipelines/pipelines-events-rhel9" \
2828
version=$VERSION \
2929
summary="Red Hat OpenShift Pipelines Events" \
3030
maintainer="[email protected]" \

.konflux/dockerfiles/nop.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat HEAD)'" -mod=vend
1313
./cmd/nop
1414

1515
FROM $RUNTIME
16-
ARG VERSION=pipeline-main
16+
ARG VERSION=pipeline-1.18
1717

1818
ENV NOP=/usr/local/bin/nop \
1919
KO_APP=/ko-app \
@@ -23,8 +23,8 @@ COPY --from=builder /tmp/nop /ko-app/nop
2323
COPY head ${KO_DATA_PATH}/HEAD
2424

2525
LABEL \
26-
com.redhat.component="openshift-pipelines-nop-rhel8-container" \
27-
name="openshift-pipelines/pipelines-nop-rhel8" \
26+
com.redhat.component="openshift-pipelines-nop-rhel9-container" \
27+
name="openshift-pipelines/pipelines-nop-rhel9" \
2828
version=$VERSION \
2929
summary="Red Hat OpenShift Pipelines Nop" \
3030
maintainer="[email protected]" \

.konflux/dockerfiles/resolvers.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat HEAD)'" -mod=vend
1313
./cmd/resolvers
1414

1515
FROM $RUNTIME
16-
ARG VERSION=pipeline-main
16+
ARG VERSION=pipeline-1.18
1717

1818
ENV RESOLVERS=/usr/local/bin/resolvers \
1919
KO_APP=/ko-app \
@@ -23,8 +23,8 @@ COPY --from=builder /tmp/resolvers /ko-app/resolvers
2323
COPY head ${KO_DATA_PATH}/HEAD
2424

2525
LABEL \
26-
com.redhat.component="openshift-pipelines-resolvers-rhel8-container" \
27-
name="openshift-pipelines/pipelines-resolvers-rhel8" \
26+
com.redhat.component="openshift-pipelines-resolvers-rhel9-container" \
27+
name="openshift-pipelines/pipelines-resolvers-rhel9" \
2828
version=$VERSION \
2929
summary="Red Hat OpenShift Pipelines Resolvers" \
3030
maintainer="[email protected]" \

.konflux/dockerfiles/sidecarlogresults.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat HEAD)'" -mod=vend
1313
./cmd/sidecarlogresults
1414

1515
FROM $RUNTIME
16-
ARG VERSION=pipeline-main
16+
ARG VERSION=pipeline-1.18
1717

1818
ENV SIDECARLOGRESULTS=/usr/local/bin/sidecarlogresults \
1919
KO_APP=/ko-app \
@@ -23,8 +23,8 @@ COPY --from=builder /tmp/sidecarlogresults /ko-app/sidecarlogresults
2323
COPY head ${KO_DATA_PATH}/HEAD
2424

2525
LABEL \
26-
com.redhat.component="openshift-pipelines-sidecarlogresults-rhel8-container" \
27-
name="openshift-pipelines/pipelines-sidecarlogresults-rhel8" \
26+
com.redhat.component="openshift-pipelines-sidecarlogresults-rhel9-container" \
27+
name="openshift-pipelines/pipelines-sidecarlogresults-rhel9" \
2828
version=$VERSION \
2929
summary="Red Hat OpenShift Pipelines Sidecarlogresults" \
3030
maintainer="[email protected]" \

.konflux/dockerfiles/webhook.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat HEAD)'" -mod=vend
1313
./cmd/webhook
1414

1515
FROM $RUNTIME
16-
ARG VERSION=pipeline-main
16+
ARG VERSION=pipeline-1.18
1717

1818
ENV WEBHOOK=/usr/local/bin/webhook \
1919
KO_APP=/ko-app \
@@ -23,8 +23,8 @@ COPY --from=builder /tmp/webhook /ko-app/webhook
2323
COPY head ${KO_DATA_PATH}/HEAD
2424

2525
LABEL \
26-
com.redhat.component="openshift-pipelines-webhook-rhel8-container" \
27-
name="openshift-pipelines/pipelines-webhook-rhel8" \
26+
com.redhat.component="openshift-pipelines-webhook-rhel9-container" \
27+
name="openshift-pipelines/pipelines-webhook-rhel9" \
2828
version=$VERSION \
2929
summary="Red Hat OpenShift Pipelines Webhook" \
3030
maintainer="[email protected]" \

0 commit comments

Comments
 (0)