Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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
33 changes: 33 additions & 0 deletions 33 .tekton/basic-component-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ spec:
description: This sets the expiration time for intermediate OCI artifacts produced and used during builds after which they can be garbage collected.
name: oci-artifact-expires-after
type: string
- name: buildah-format
default: docker
type: string
description: The format for the resulting image's mediaType. Valid values are oci or docker.
- name: extra-labels
type: array
description: Additional labels to put on the built containers.

results:
- description: ""
Expand Down Expand Up @@ -268,6 +275,12 @@ spec:
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CACHI2_ARTIFACT
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
- name: BUILDAH_FORMAT
value: $(params.buildah-format)
- name: LABELS
value: ["$(params.extra-labels[*])"]
- name: BUILD_TIMESTAMP
value: "$(tasks.clone-repository.results.commit-timestamp)"
taskRef:
params:
- name: name
Expand Down Expand Up @@ -307,6 +320,12 @@ spec:
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
- name: PLATFORM
value: linux/s390x
- name: BUILDAH_FORMAT
value: $(params.buildah-format)
- name: LABELS
value: ["$(params.extra-labels[*])"]
- name: BUILD_TIMESTAMP
value: "$(tasks.clone-repository.results.commit-timestamp)"
taskRef:
params:
- name: name
Expand Down Expand Up @@ -346,6 +365,12 @@ spec:
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
- name: PLATFORM
value: linux/ppc64le
- name: BUILDAH_FORMAT
value: $(params.buildah-format)
- name: LABELS
value: ["$(params.extra-labels[*])"]
- name: BUILD_TIMESTAMP
value: "$(tasks.clone-repository.results.commit-timestamp)"
taskRef:
params:
- name: name
Expand Down Expand Up @@ -385,6 +410,12 @@ spec:
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
- name: PLATFORM
value: linux/arm64
- name: BUILDAH_FORMAT
value: $(params.buildah-format)
- name: LABELS
value: ["$(params.extra-labels[*])"]
- name: BUILD_TIMESTAMP
value: "$(tasks.clone-repository.results.commit-timestamp)"
taskRef:
params:
- name: name
Expand Down Expand Up @@ -413,6 +444,8 @@ spec:
- $(tasks.build-container-arm64.results.IMAGE_REF)
- name: IMAGE_EXPIRES_AFTER
value: $(tasks.determine-image-expiration.results.IMAGE_EXPIRES_AFTER)
- name: BUILDAH_FORMAT
value: $(params.buildah-format)
taskRef:
params:
- name: name
Expand Down
4 changes: 4 additions & 0 deletions 4 .tekton/central-db-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ spec:
value: '0'
- name: clone-fetch-tags
value: 'true'
- name: extra-labels
value:
# X.Y in the cpe label must be adjusted for every version stream.
- "cpe=cpe:/a:redhat:advanced_cluster_security:4.9::el8"

pipelineRef:
name: basic-component-pipeline
Expand Down
4 changes: 4 additions & 0 deletions 4 .tekton/main-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ spec:
value: '0'
- name: clone-fetch-tags
value: 'true'
- name: extra-labels
value:
# X.Y in the cpe label must be adjusted for every version stream.
- "cpe=cpe:/a:redhat:advanced_cluster_security:4.9::el8"

pipelineRef:
name: main-pipeline
Expand Down
33 changes: 33 additions & 0 deletions 33 .tekton/main-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ spec:
description: This sets the expiration time for intermediate OCI artifacts produced and used during builds after which they can be garbage collected.
name: oci-artifact-expires-after
type: string
- name: buildah-format
default: docker
type: string
description: The format for the resulting image's mediaType. Valid values are oci or docker.
- name: extra-labels
type: array
description: Additional labels to put on the built containers.

results:
- description: ""
Expand Down Expand Up @@ -293,6 +300,12 @@ spec:
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CACHI2_ARTIFACT
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
- name: BUILDAH_FORMAT
value: $(params.buildah-format)
- name: LABELS
value: ["$(params.extra-labels[*])"]
- name: BUILD_TIMESTAMP
value: "$(tasks.clone-repository.results.commit-timestamp)"
taskRef:
params:
- name: name
Expand Down Expand Up @@ -332,6 +345,12 @@ spec:
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CACHI2_ARTIFACT
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
- name: BUILDAH_FORMAT
value: $(params.buildah-format)
- name: LABELS
value: ["$(params.extra-labels[*])"]
- name: BUILD_TIMESTAMP
value: "$(tasks.clone-repository.results.commit-timestamp)"
taskRef:
params:
- name: name
Expand Down Expand Up @@ -372,6 +391,12 @@ spec:
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CACHI2_ARTIFACT
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
- name: BUILDAH_FORMAT
value: $(params.buildah-format)
- name: LABELS
value: ["$(params.extra-labels[*])"]
- name: BUILD_TIMESTAMP
value: "$(tasks.clone-repository.results.commit-timestamp)"
taskRef:
params:
- name: name
Expand Down Expand Up @@ -412,6 +437,12 @@ spec:
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CACHI2_ARTIFACT
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
- name: BUILDAH_FORMAT
value: $(params.buildah-format)
- name: LABELS
value: ["$(params.extra-labels[*])"]
- name: BUILD_TIMESTAMP
value: "$(tasks.clone-repository.results.commit-timestamp)"
taskRef:
params:
- name: name
Expand Down Expand Up @@ -441,6 +472,8 @@ spec:
- $(tasks.build-container-arm64.results.IMAGE_REF)
- name: IMAGE_EXPIRES_AFTER
value: $(tasks.determine-image-expiration.results.IMAGE_EXPIRES_AFTER)
- name: BUILDAH_FORMAT
value: $(params.buildah-format)
taskRef:
params:
- name: name
Expand Down
4 changes: 4 additions & 0 deletions 4 .tekton/operator-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ spec:
value: '0'
- name: clone-fetch-tags
value: 'true'
- name: extra-labels
value:
# X.Y in the cpe label must be adjusted for every version stream.
- "cpe=cpe:/a:redhat:advanced_cluster_security:4.9::el8"

pipelineRef:
name: basic-component-pipeline
Expand Down
4 changes: 4 additions & 0 deletions 4 .tekton/operator-bundle-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ spec:
value: '0'
- name: clone-fetch-tags
value: 'true'
- name: extra-labels
value:
# X.Y in the cpe label must be adjusted for every version stream.
- "cpe=cpe:/a:redhat:advanced_cluster_security:4.9::el8"

pipelineRef:
name: operator-bundle-pipeline
Expand Down
13 changes: 13 additions & 0 deletions 13 .tekton/operator-bundle-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ spec:
description: This sets the expiration time for intermediate OCI artifacts produced and used during builds after which they can be garbage collected.
name: oci-artifact-expires-after
type: string
- name: buildah-format
default: docker
type: string
description: The format for the resulting image's mediaType. Valid values are oci or docker.
- name: extra-labels
type: array
description: Additional labels to put on the built containers.

- name: operator-image-build-repo
description: Repository where the (unreleased) operator image is pushed by its build pipeline.
Expand Down Expand Up @@ -478,6 +485,12 @@ spec:
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CACHI2_ARTIFACT
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
- name: BUILDAH_FORMAT
value: $(params.buildah-format)
- name: LABELS
value: ["$(params.extra-labels[*])"]
- name: BUILD_TIMESTAMP
value: "$(tasks.clone-repository.results.commit-timestamp)"
taskRef:
params:
- name: name
Expand Down
4 changes: 4 additions & 0 deletions 4 .tekton/roxctl-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ spec:
value: '0'
- name: clone-fetch-tags
value: 'true'
- name: extra-labels
value:
# X.Y in the cpe label must be adjusted for every version stream.
- "cpe=cpe:/a:redhat:advanced_cluster_security:4.9::el8"

pipelineRef:
name: basic-component-pipeline
Expand Down
4 changes: 4 additions & 0 deletions 4 .tekton/scanner-v4-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ spec:
value: '0'
- name: clone-fetch-tags
value: 'true'
- name: extra-labels
value:
# X.Y in the cpe label must be adjusted for every version stream.
- "cpe=cpe:/a:redhat:advanced_cluster_security:4.9::el8"

pipelineRef:
name: scanner-v4-pipeline
Expand Down
4 changes: 4 additions & 0 deletions 4 .tekton/scanner-v4-db-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ spec:
value: '0'
- name: clone-fetch-tags
value: 'true'
- name: extra-labels
value:
# X.Y in the cpe label must be adjusted for every version stream.
- "cpe=cpe:/a:redhat:advanced_cluster_security:4.9::el8"

pipelineRef:
name: basic-component-pipeline
Expand Down
33 changes: 33 additions & 0 deletions 33 .tekton/scanner-v4-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ spec:
description: This sets the expiration time for intermediate OCI artifacts produced and used during builds after which they can be garbage collected.
name: oci-artifact-expires-after
type: string
- name: buildah-format
default: docker
type: string
description: The format for the resulting image's mediaType. Valid values are oci or docker.
- name: extra-labels
type: array
description: Additional labels to put on the built containers.

results:
- description: ""
Expand Down Expand Up @@ -288,6 +295,12 @@ spec:
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CACHI2_ARTIFACT
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
- name: BUILDAH_FORMAT
value: $(params.buildah-format)
- name: LABELS
value: ["$(params.extra-labels[*])"]
- name: BUILD_TIMESTAMP
value: "$(tasks.clone-repository.results.commit-timestamp)"
taskRef:
params:
- name: name
Expand Down Expand Up @@ -327,6 +340,12 @@ spec:
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
- name: PLATFORM
value: linux/s390x
- name: BUILDAH_FORMAT
value: $(params.buildah-format)
- name: LABELS
value: ["$(params.extra-labels[*])"]
- name: BUILD_TIMESTAMP
value: "$(tasks.clone-repository.results.commit-timestamp)"
taskRef:
params:
- name: name
Expand Down Expand Up @@ -366,6 +385,12 @@ spec:
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
- name: PLATFORM
value: linux/ppc64le
- name: BUILDAH_FORMAT
value: $(params.buildah-format)
- name: LABELS
value: ["$(params.extra-labels[*])"]
- name: BUILD_TIMESTAMP
value: "$(tasks.clone-repository.results.commit-timestamp)"
taskRef:
params:
- name: name
Expand Down Expand Up @@ -405,6 +430,12 @@ spec:
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
- name: PLATFORM
value: linux/arm64
- name: BUILDAH_FORMAT
value: $(params.buildah-format)
- name: LABELS
value: ["$(params.extra-labels[*])"]
- name: BUILD_TIMESTAMP
value: "$(tasks.clone-repository.results.commit-timestamp)"
taskRef:
params:
- name: name
Expand Down Expand Up @@ -433,6 +464,8 @@ spec:
- $(tasks.build-container-arm64.results.IMAGE_REF)
- name: IMAGE_EXPIRES_AFTER
value: $(tasks.determine-image-expiration.results.IMAGE_EXPIRES_AFTER)
- name: BUILDAH_FORMAT
value: $(params.buildah-format)
taskRef:
params:
- name: name
Expand Down
2 changes: 1 addition & 1 deletion 2 image/postgres/konflux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LABEL \
io.k8s.display-name="central-db" \
io.openshift.tags="rhacs,central-db,stackrox" \
maintainer="Red Hat, Inc." \
name="rhacs-central-db-rhel8" \
name="advanced-cluster-security/rhacs-central-db-rhel8" \
# Custom Snapshot creation in `operator-bundle-pipeline` depends on source-location label to be set correctly.
source-location="https://github.com/stackrox/stackrox" \
summary="Central DB for Red Hat Advanced Cluster Security for Kubernetes" \
Expand Down
2 changes: 1 addition & 1 deletion 2 image/rhel/konflux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ LABEL \
io.k8s.display-name="main" \
io.openshift.tags="rhacs,main,stackrox" \
maintainer="Red Hat, Inc." \
name="rhacs-main-rhel8" \
name="advanced-cluster-security/rhacs-main-rhel8" \
# Custom Snapshot creation in `operator-bundle-pipeline` depends on source-location label to be set correctly.
source-location="https://github.com/stackrox/stackrox" \
summary="Main Image for Red Hat Advanced Cluster Security for Kubernetes" \
Expand Down
2 changes: 1 addition & 1 deletion 2 image/roxctl/konflux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ LABEL \
io.k8s.display-name="roxctl" \
io.openshift.tags="rhacs,roxctl,stackrox" \
maintainer="Red Hat, Inc." \
name="rhacs-roxctl-rhel8" \
name="advanced-cluster-security/rhacs-roxctl-rhel8" \
# Custom Snapshot creation in `operator-bundle-pipeline` depends on source-location label to be set correctly.
source-location="https://github.com/stackrox/stackrox" \
summary="The CLI for Red Hat Advanced Cluster Security for Kubernetes" \
Expand Down
2 changes: 1 addition & 1 deletion 2 operator/konflux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ LABEL \
io.k8s.display-name="operator" \
io.openshift.tags="rhacs,operator,stackrox" \
maintainer="Red Hat, Inc." \
name="rhacs-rhel8-operator" \
name="advanced-cluster-security/rhacs-rhel8-operator" \
# Custom Snapshot creation in `operator-bundle-pipeline` depends on source-location label to be set correctly.
source-location="https://github.com/stackrox/stackrox" \
summary="Operator for Red Hat Advanced Cluster Security for Kubernetes" \
Expand Down
2 changes: 1 addition & 1 deletion 2 operator/konflux.bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ LABEL io.k8s.description="Operator Bundle Image for Red Hat Advanced Cluster Sec
LABEL io.k8s.display-name="operator-bundle"
LABEL io.openshift.tags="rhacs,operator-bundle,stackrox"
LABEL maintainer="Red Hat, Inc."
LABEL name="rhacs-operator-bundle"
LABEL name="advanced-cluster-security/rhacs-operator-bundle"
# Custom Snapshot creation in `operator-bundle-pipeline` depends on source-location label to be set correctly.
LABEL source-location="https://github.com/stackrox/stackrox"
LABEL summary="Operator Bundle Image for Red Hat Advanced Cluster Security for Kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion 2 scanner/image/db/konflux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL \
io.k8s.display-name="scanner-v4-db" \
io.openshift.tags="rhacs,scanner-v4-db,stackrox" \
maintainer="Red Hat, Inc." \
name="rhacs-scanner-v4-db-rhel8" \
name="advanced-cluster-security/rhacs-scanner-v4-db-rhel8" \
# Custom Snapshot creation in `operator-bundle-pipeline` depends on source-location label to be set correctly.
source-location="https://github.com/stackrox/stackrox" \
summary="Scanner v4 DB for Red Hat Advanced Cluster Security for Kubernetes" \
Expand Down
2 changes: 1 addition & 1 deletion 2 scanner/image/scanner/konflux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ LABEL \
io.k8s.display-name="scanner-v4" \
io.openshift.tags="rhacs,scanner-v4,stackrox" \
maintainer="Red Hat, Inc." \
name="rhacs-scanner-v4-rhel8" \
name="advanced-cluster-security/rhacs-scanner-v4-rhel8" \
# Custom Snapshot creation in `operator-bundle-pipeline` depends on source-location label to be set correctly.
source-location="https://github.com/stackrox/stackrox" \
summary="The image scanner v4 for Red Hat Advanced Cluster Security for Kubernetes" \
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.