Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .konflux/controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.redhat.io/ubi9/go-toolset:1.24 AS builder
FROM registry.redhat.io/ubi9/go-toolset@sha256:71f121a44270e46a17a548d6b92096a1a0fb56db44927ad318d095177d6dce4b AS builder

ENV GOEXPERIMENT=strictfipsruntime

Expand All @@ -20,11 +20,15 @@ ENTRYPOINT ["./openshift-builds-controller"]
LABEL \
com.redhat.component="openshift-builds-controller" \
name="openshift-builds/openshift-builds-controller-rhel9" \
version="v1.6.0" \
version="v1.6.1" \
summary="Red Hat OpenShift Builds Controller" \
maintainer="openshift-builds@redhat.com" \
description="Red Hat OpenShift Builds Controller" \
io.k8s.description="Red Hat OpenShift Builds Controller" \
io.k8s.display-name="Red Hat OpenShift Builds Controller" \
io.openshift.tags="builds,controller" \
cpe="cpe:/a:redhat:openshift_builds:1.6::el9"
cpe="cpe:/a:redhat:openshift_builds:1.6::el9" \
distribution-scope="restricted" \
release="2" \
url="https://github.com/redhat-openshift-builds/shipwright-io" \
vendor="Red Hat, Inc."
10 changes: 7 additions & 3 deletions .konflux/git-cloner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.redhat.io/ubi9/go-toolset:1.24 AS builder
FROM registry.redhat.io/ubi9/go-toolset@sha256:71f121a44270e46a17a548d6b92096a1a0fb56db44927ad318d095177d6dce4b AS builder

ENV GOEXPERIMENT=strictfipsruntime

Expand Down Expand Up @@ -32,11 +32,15 @@ ENTRYPOINT ["/ko-app/git"]
LABEL \
com.redhat.component="openshift-builds-git-cloner" \
name="openshift-builds/openshift-builds-git-cloner-rhel9" \
version="v1.6.0" \
version="v1.6.1" \
summary="Red Hat OpenShift Builds Git Cloner" \
maintainer="openshift-builds@redhat.com" \
description="Red Hat OpenShift Builds Git Cloner" \
io.k8s.description="Red Hat OpenShift Builds Git Cloner" \
io.k8s.display-name="Red Hat OpenShift Builds Git Cloner" \
io.openshift.tags="builds,git-cloner" \
cpe="cpe:/a:redhat:openshift_builds:1.6::el9"
cpe="cpe:/a:redhat:openshift_builds:1.6::el9" \
distribution-scope="restricted" \
release="2" \
url="https://github.com/redhat-openshift-builds/shipwright-io" \
vendor="Red Hat, Inc."
10 changes: 7 additions & 3 deletions .konflux/image-bundler/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.redhat.io/ubi9/go-toolset:1.24 AS builder
FROM registry.redhat.io/ubi9/go-toolset@sha256:71f121a44270e46a17a548d6b92096a1a0fb56db44927ad318d095177d6dce4b AS builder

ENV GOEXPERIMENT=strictfipsruntime

Expand All @@ -20,11 +20,15 @@ ENTRYPOINT ["/ko-app/bundle"]
LABEL \
com.redhat.component="openshift-builds-image-bundler" \
name="openshift-builds/openshift-builds-image-bundler-rhel9" \
version="v1.6.0" \
version="v1.6.1" \
summary="Red Hat OpenShift Builds Image Bundler" \
maintainer="openshift-builds@redhat.com" \
description="Red Hat OpenShift Builds Image Bundler" \
io.k8s.description="Red Hat OpenShift Builds Image Bundler" \
io.k8s.display-name="Red Hat OpenShift Builds Image Bundler" \
io.openshift.tags="builds,image-bundler" \
cpe="cpe:/a:redhat:openshift_builds:1.6::el9"
cpe="cpe:/a:redhat:openshift_builds:1.6::el9" \
distribution-scope="restricted" \
release="2" \
url="https://github.com/redhat-openshift-builds/shipwright-io" \
vendor="Red Hat, Inc."
10 changes: 7 additions & 3 deletions .konflux/image-processing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.redhat.io/ubi9/go-toolset:1.24 AS builder
FROM registry.redhat.io/ubi9/go-toolset@sha256:71f121a44270e46a17a548d6b92096a1a0fb56db44927ad318d095177d6dce4b AS builder

ENV GOEXPERIMENT=strictfipsruntime

Expand Down Expand Up @@ -31,11 +31,15 @@ ENTRYPOINT ["/ko-app/image-processing"]
LABEL \
com.redhat.component="openshift-builds-image-processing" \
name="openshift-builds/openshift-builds-image-processing-rhel9" \
version="v1.6.0" \
version="v1.6.1" \
summary="Red Hat OpenShift Builds Image Processing" \
maintainer="openshift-builds@redhat.com" \
description="Red Hat OpenShift Builds Image Processing" \
io.k8s.description="Red Hat OpenShift Builds Image Processing" \
io.k8s.display-name="Red Hat OpenShift Builds Image Processing" \
io.openshift.tags="builds,image-processing" \
cpe="cpe:/a:redhat:openshift_builds:1.6::el9"
cpe="cpe:/a:redhat:openshift_builds:1.6::el9" \
distribution-scope="restricted" \
release="2" \
url="https://github.com/redhat-openshift-builds/shipwright-io" \
vendor="Red Hat, Inc."
10 changes: 7 additions & 3 deletions .konflux/waiter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.redhat.io/ubi9/go-toolset:1.24 AS builder
FROM registry.redhat.io/ubi9/go-toolset@sha256:71f121a44270e46a17a548d6b92096a1a0fb56db44927ad318d095177d6dce4b AS builder

ENV GOEXPERIMENT=strictfipsruntime

Expand Down Expand Up @@ -32,11 +32,15 @@ ENTRYPOINT ["/ko-app/waiter"]
LABEL \
com.redhat.component="openshift-builds-waiter" \
name="openshift-builds/openshift-builds-waiter-rhel9" \
version="v1.6.0" \
version="v1.6.1" \
summary="Red Hat OpenShift Builds Waiter" \
maintainer="openshift-builds@redhat.com" \
description="Red Hat OpenShift Builds Waiter" \
io.k8s.description="Red Hat OpenShift Builds Waiter" \
io.k8s.display-name="Red Hat OpenShift Builds Waiter" \
io.openshift.tags="builds,waiter" \
cpe="cpe:/a:redhat:openshift_builds:1.6::el9"
cpe="cpe:/a:redhat:openshift_builds:1.6::el9" \
distribution-scope="restricted" \
release="2" \
url="https://github.com/redhat-openshift-builds/shipwright-io" \
vendor="Red Hat, Inc."
10 changes: 7 additions & 3 deletions .konflux/webhook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.redhat.io/ubi9/go-toolset:1.24 AS builder
FROM registry.redhat.io/ubi9/go-toolset@sha256:71f121a44270e46a17a548d6b92096a1a0fb56db44927ad318d095177d6dce4b AS builder

ENV GOEXPERIMENT=strictfipsruntime

Expand All @@ -20,11 +20,15 @@ ENTRYPOINT ["./openshift-builds-webhook"]
LABEL \
com.redhat.component="openshift-builds-webhook" \
name="openshift-builds/openshift-builds-webhook-rhel9" \
version="v1.6.0" \
version="v1.6.1" \
summary="Red Hat OpenShift Builds webhook" \
maintainer="openshift-builds@redhat.com" \
description="Red Hat OpenShift Builds webhook" \
io.k8s.description="Red Hat OpenShift Builds Webhook" \
io.k8s.display-name="Red Hat OpenShift Builds Webhook" \
io.openshift.tags="builds,conversion-webhook" \
cpe="cpe:/a:redhat:openshift_builds:1.6::el9"
cpe="cpe:/a:redhat:openshift_builds:1.6::el9" \
distribution-scope="restricted" \
release="2" \
url="https://github.com/redhat-openshift-builds/shipwright-io" \
vendor="Red Hat, Inc."