Skip to content

OCPBUGS-87218: Updating ose-cluster-bootstrap-container image to be consistent with ART for 5.0 - #132

Open
openshift-bot wants to merge 1 commit into
openshift:release-5.0from
openshift-bot:art-consistency-openshift-5.0-ose-cluster-bootstrap
Open

OCPBUGS-87218: Updating ose-cluster-bootstrap-container image to be consistent with ART for 5.0#132
openshift-bot wants to merge 1 commit into
openshift:release-5.0from
openshift-bot:art-consistency-openshift-5.0-ose-cluster-bootstrap

Conversation

@openshift-bot

@openshift-bot openshift-bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Updating ose-cluster-bootstrap-container image to be consistent with ART for 5.0
TLDR:
Product builds by ART can be configured for different base and builder images than corresponding CI
builds. This automated PR requests a change to CI configuration to align with ART's configuration;
please take steps to merge it quickly or contact ART to coordinate changes.

The configuration in the following ART component metadata is driving this alignment request:
ose-cluster-bootstrap.yml.

Detail:

This repository is out of sync with the downstream product builds for this component. The CI
configuration for at least one image differs from ART's expected product configuration. This should
be addressed to ensure that the component's CI testing accurate reflects what customers will
experience.

Most of these PRs are opened as an ART-driven proposal to migrate base image or builder(s) to a
different version, usually prior to GA. The intent is to effect changes in both configurations
simultaneously without breaking either CI or ART builds, so usually ART builds are configured to
consider CI as canonical and attempt to match CI config until the PR merges to align both. ART may
also configure changes in GA releases with CI remaining canonical for a brief grace period to enable
CI to succeed and the alignment PR to merge. In either case, ART configuration will be made
canonical at some point (typically at branch-cut before GA or release dev-cut after GA), so it is
important to align CI configuration as soon as possible.

PRs are also triggered when CI configuration changes without ART coordination, for instance to
change the number of builder images or to use a different golang version. These changes should be
coordinated with ART; whether ART configuration is canonical or not, preferably it would be updated
first to enable the changes to occur simultaneously in both CI and ART at the same time. This also
gives ART a chance to validate the intended changes first. For instance, ART compiles most
components with the Golang version being used by the control plane for a given OpenShift release.
Exceptions to this convention (i.e. you believe your component must be compiled with a Golang
version independent from the control plane) must be granted by the OpenShift staff engineers and
communicated to the ART team.

Roles & Responsibilities:

  • Component owners are responsible for ensuring these alignment PRs merge with passing
    tests OR that necessary metadata changes are reported to the ART team
    in #forum-ocp-art on Slack. If necessary, the changes required by this pull request can be
    introduced with a separate PR opened by the component team. Once the repository is aligned,
    this PR will be closed automatically.
  • In particular, it could be that a job like verify-deps is complaining. In that case, please open
    a new PR with the dependency issues addressed (and base images bumped). ART-9595 for reference.
  • Patch-manager or those with sufficient privileges within this repository may add
    any required labels to ensure the PR merges once tests are passing. In cases where ART config is
    canonical, downstream builds are already being built with these changes, and merging this PR
    only improves the fidelity of our CI. In cases where ART config is not canonical, this provides
    a grace period for the component team to align their CI with ART's configuration before it becomes
    canonical in product builds.

ART has been configured to reconcile your CI build root image (see https://docs.ci.openshift.org/docs/architecture/ci-operator/#build-root-image).
In order for your upstream .ci-operator.yaml configuration to be honored, you must set the following in your openshift/release ci-operator configuration file:

build_root:
  from_repository: true

Change behavior of future PRs:

  • In case you just want to follow the base images that ART suggests, you can configure additional labels to be
    set up automatically. This means that such a PR would merge without human intervention (and awareness!) in the future.
    To do so, open a PR to set the auto_label attribute in the image configuration. Example
  • You can set a commit prefix, like UPSTREAM: <carry>: . An example.

If you have any questions about this pull request, please reach out in the #forum-ocp-art Slack channel.

@openshift-bot

Copy link
Copy Markdown
Contributor Author

@coderabbitai

coderabbitai Bot commented Jun 5, 2026

Copy link
Copy Markdown

Walkthrough

The pull request updates the CI operator and Dockerfile to use OpenShift 5.0 and Go 1.26 base images. The .ci-operator.yaml build root image tag changes from rhel-9-release-golang-1.25-openshift-4.22 to rhel-9-release-golang-1.26-openshift-5.0. The Dockerfile builder and runtime base images are updated to ocp/builder:rhel-9-golang-1.26-openshift-5.0 and ocp/5.0:base-rhel9 respectively. Build steps and container behavior remain the same.

Changes

Build and Runtime Image Versions

Layer / File(s) Summary
Build and CI operator image version updates
.ci-operator.yaml, Dockerfile
CI operator and Dockerfile base images transition from OpenShift 4.22 / Go 1.25 to OpenShift 5.0 / Go 1.26. The builder stage and final runtime stage use the updated base images. Build logic, binary copy, entrypoint, and manifest labels remain unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed The PR contains no Ginkgo tests; it uses standard Go testing framework only. All test names are static and deterministic, without dynamic values.
Test Structure And Quality ✅ Passed The PR contains no Ginkgo tests. It adds 3 standard Go test files that use the Go testing framework (func TestXXX), not Ginkgo (Describe/Context/It blocks). The check is not applicable.
Microshift Test Compatibility ✅ Passed PR contains no Ginkgo e2e tests. Only CI build config files (.ci-operator.yaml, Dockerfile) and unit tests (using Go testing package, not Ginkgo) were added.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No new Ginkgo e2e tests added in this PR; changes are limited to CI/build configuration (.ci-operator.yaml and Dockerfile version updates).
Topology-Aware Scheduling Compatibility ✅ Passed PR only updates CI build image tags in .ci-operator.yaml and Dockerfile; no deployment manifests, operator code, or scheduling constraints were modified.
Ote Binary Stdout Contract ✅ Passed PR only modifies infrastructure configs (.ci-operator.yaml and Dockerfile base image tags), with no changes to Go code that could violate OTE Binary Stdout Contract.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR adds standard Go unit tests (testing.T), not Ginkgo e2e tests. Custom check applies only to Ginkgo e2e tests with IPv4/disconnected network compatibility issues.
No-Weak-Crypto ✅ Passed No weak cryptographic patterns found. PR modifies only infrastructure files (.ci-operator.yaml, Dockerfile) with no changes to source code. Codebase uses only standard crypto/tls library.
Container-Privileges ✅ Passed No privileged container settings found in PR changes. PR only updates base image version tags in Dockerfile and .ci-operator.yaml.
No-Sensitive-Data-In-Logs ✅ Passed No logging statements exposing passwords, tokens, API keys, PII, session IDs, hostnames or sensitive data found in the PR or existing codebase.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the main change: updating the ose-cluster-bootstrap-container image to match ART for OpenShift 5.0. This matches the CI configuration and Dockerfile image updates.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@openshift-bot openshift-bot changed the title Updating ose-cluster-bootstrap-container image to be consistent with ART for 5.0 OCPBUGS-87218: Updating ose-cluster-bootstrap-container image to be consistent with ART for 5.0 Jun 5, 2026
@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. labels Jun 5, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@openshift-bot: This pull request references Jira Issue OCPBUGS-87218, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (5.0.0) matches configured target version for branch (5.0.0)
  • bug is in the state New, which is one of the valid states (NEW, ASSIGNED, POST)

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

Updating ose-cluster-bootstrap-container image to be consistent with ART for 5.0
TLDR:
Product builds by ART can be configured for different base and builder images than corresponding CI
builds. This automated PR requests a change to CI configuration to align with ART's configuration;
please take steps to merge it quickly or contact ART to coordinate changes.

The configuration in the following ART component metadata is driving this alignment request:
ose-cluster-bootstrap.yml.

Detail:

This repository is out of sync with the downstream product builds for this component. The CI
configuration for at least one image differs from ART's expected product configuration. This should
be addressed to ensure that the component's CI testing accurate reflects what customers will
experience.

Most of these PRs are opened as an ART-driven proposal to migrate base image or builder(s) to a
different version, usually prior to GA. The intent is to effect changes in both configurations
simultaneously without breaking either CI or ART builds, so usually ART builds are configured to
consider CI as canonical and attempt to match CI config until the PR merges to align both. ART may
also configure changes in GA releases with CI remaining canonical for a brief grace period to enable
CI to succeed and the alignment PR to merge. In either case, ART configuration will be made
canonical at some point (typically at branch-cut before GA or release dev-cut after GA), so it is
important to align CI configuration as soon as possible.

PRs are also triggered when CI configuration changes without ART coordination, for instance to
change the number of builder images or to use a different golang version. These changes should be
coordinated with ART; whether ART configuration is canonical or not, preferably it would be updated
first to enable the changes to occur simultaneously in both CI and ART at the same time. This also
gives ART a chance to validate the intended changes first. For instance, ART compiles most
components with the Golang version being used by the control plane for a given OpenShift release.
Exceptions to this convention (i.e. you believe your component must be compiled with a Golang
version independent from the control plane) must be granted by the OpenShift staff engineers and
communicated to the ART team.

Roles & Responsibilities:

  • Component owners are responsible for ensuring these alignment PRs merge with passing
    tests OR that necessary metadata changes are reported to the ART team
    in #forum-ocp-art on Slack. If necessary, the changes required by this pull request can be
    introduced with a separate PR opened by the component team. Once the repository is aligned,
    this PR will be closed automatically.
  • In particular, it could be that a job like verify-deps is complaining. In that case, please open
    a new PR with the dependency issues addressed (and base images bumped). ART-9595 for reference.
  • Patch-manager or those with sufficient privileges within this repository may add
    any required labels to ensure the PR merges once tests are passing. In cases where ART config is
    canonical, downstream builds are already being built with these changes, and merging this PR
    only improves the fidelity of our CI. In cases where ART config is not canonical, this provides
    a grace period for the component team to align their CI with ART's configuration before it becomes
    canonical in product builds.

ART has been configured to reconcile your CI build root image (see https://docs.ci.openshift.org/docs/architecture/ci-operator/#build-root-image).
In order for your upstream .ci-operator.yaml configuration to be honored, you must set the following in your openshift/release ci-operator configuration file:

build_root:
 from_repository: true

Change behavior of future PRs:

  • In case you just want to follow the base images that ART suggests, you can configure additional labels to be
    set up automatically. This means that such a PR would merge without human intervention (and awareness!) in the future.
    To do so, open a PR to set the auto_label attribute in the image configuration. Example
  • You can set a commit prefix, like UPSTREAM: <carry>: . An example.

If you have any questions about this pull request, please reach out in the #forum-ocp-art Slack channel.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci
openshift-ci Bot requested review from atiratree and ingvagabund June 5, 2026 17:27
@openshift-ci-robot

Copy link
Copy Markdown

@openshift-bot: This pull request references Jira Issue OCPBUGS-87218, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (5.0.0) matches configured target version for branch (5.0.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)
Details

In response to this:

Updating ose-cluster-bootstrap-container image to be consistent with ART for 5.0
TLDR:
Product builds by ART can be configured for different base and builder images than corresponding CI
builds. This automated PR requests a change to CI configuration to align with ART's configuration;
please take steps to merge it quickly or contact ART to coordinate changes.

The configuration in the following ART component metadata is driving this alignment request:
ose-cluster-bootstrap.yml.

Detail:

This repository is out of sync with the downstream product builds for this component. The CI
configuration for at least one image differs from ART's expected product configuration. This should
be addressed to ensure that the component's CI testing accurate reflects what customers will
experience.

Most of these PRs are opened as an ART-driven proposal to migrate base image or builder(s) to a
different version, usually prior to GA. The intent is to effect changes in both configurations
simultaneously without breaking either CI or ART builds, so usually ART builds are configured to
consider CI as canonical and attempt to match CI config until the PR merges to align both. ART may
also configure changes in GA releases with CI remaining canonical for a brief grace period to enable
CI to succeed and the alignment PR to merge. In either case, ART configuration will be made
canonical at some point (typically at branch-cut before GA or release dev-cut after GA), so it is
important to align CI configuration as soon as possible.

PRs are also triggered when CI configuration changes without ART coordination, for instance to
change the number of builder images or to use a different golang version. These changes should be
coordinated with ART; whether ART configuration is canonical or not, preferably it would be updated
first to enable the changes to occur simultaneously in both CI and ART at the same time. This also
gives ART a chance to validate the intended changes first. For instance, ART compiles most
components with the Golang version being used by the control plane for a given OpenShift release.
Exceptions to this convention (i.e. you believe your component must be compiled with a Golang
version independent from the control plane) must be granted by the OpenShift staff engineers and
communicated to the ART team.

Roles & Responsibilities:

  • Component owners are responsible for ensuring these alignment PRs merge with passing
    tests OR that necessary metadata changes are reported to the ART team
    in #forum-ocp-art on Slack. If necessary, the changes required by this pull request can be
    introduced with a separate PR opened by the component team. Once the repository is aligned,
    this PR will be closed automatically.
  • In particular, it could be that a job like verify-deps is complaining. In that case, please open
    a new PR with the dependency issues addressed (and base images bumped). ART-9595 for reference.
  • Patch-manager or those with sufficient privileges within this repository may add
    any required labels to ensure the PR merges once tests are passing. In cases where ART config is
    canonical, downstream builds are already being built with these changes, and merging this PR
    only improves the fidelity of our CI. In cases where ART config is not canonical, this provides
    a grace period for the component team to align their CI with ART's configuration before it becomes
    canonical in product builds.

ART has been configured to reconcile your CI build root image (see https://docs.ci.openshift.org/docs/architecture/ci-operator/#build-root-image).
In order for your upstream .ci-operator.yaml configuration to be honored, you must set the following in your openshift/release ci-operator configuration file:

build_root:
 from_repository: true

Change behavior of future PRs:

  • In case you just want to follow the base images that ART suggests, you can configure additional labels to be
    set up automatically. This means that such a PR would merge without human intervention (and awareness!) in the future.
    To do so, open a PR to set the auto_label attribute in the image configuration. Example
  • You can set a commit prefix, like UPSTREAM: <carry>: . An example.

If you have any questions about this pull request, please reach out in the #forum-ocp-art Slack channel.

Summary by CodeRabbit

  • Chores
  • Updated build infrastructure to support Go 1.26 and OpenShift 5.0.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
Dockerfile (1)

7-12: ⚠️ Potential issue | 🔴 Critical | ⚡ Quick win

Critical: Container runs as root.

The runtime stage does not specify a USER directive, causing the container to run as root. This is a critical security violation per Trivy (DS-0002) and the coding guidelines which state "USER non-root; never run as root."

🔒 Proposed fix to run as non-root user
 FROM registry.ci.openshift.org/ocp/5.0:base-rhel9
+RUN useradd -r -u 1001 -g 0 bootstrap
 COPY --from=builder /go/src/github.com/openshift/cluster-bootstrap/cluster-bootstrap /
+RUN chown 1001:0 /cluster-bootstrap && chmod 755 /cluster-bootstrap
+USER 1001
 ENTRYPOINT ["/cluster-bootstrap"]
 COPY manifests /manifests
+RUN chown -R 1001:0 /manifests
 LABEL io.openshift.release.operator true

Note: OpenShift containers typically use arbitrary UIDs with GID 0. Adjust user/group IDs based on your security requirements.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@Dockerfile` around lines 7 - 12, The Dockerfile runtime stage currently
leaves the container running as root (no USER set); update the runtime stage
(the final image built from FROM registry.ci.openshift.org/ocp/5.0:base-rhel9)
to run as a non-root user by adding a non-root USER (or numeric UID such as
1001) and ensure the runtime files are owned/accessible by that UID (adjust
ownership of /cluster-bootstrap and /manifests copied via COPY and keep
ENTRYPOINT ["/cluster-bootstrap"] unchanged); if needed, add a chown step in the
Dockerfile or create the user/group in the image before switching to USER so the
process runs non-root on container start.
🧹 Nitpick comments (1)
Dockerfile (1)

7-12: ⚡ Quick win

Add HEALTHCHECK for container monitoring.

The Dockerfile lacks a HEALTHCHECK directive. As per coding guidelines, "HEALTHCHECK defined" is required for proper container health monitoring in orchestration platforms.

🏥 Proposed HEALTHCHECK addition

If the cluster-bootstrap binary supports a health endpoint or version command:

 FROM registry.ci.openshift.org/ocp/5.0:base-rhel9
 COPY --from=builder /go/src/github.com/openshift/cluster-bootstrap/cluster-bootstrap /
 ENTRYPOINT ["/cluster-bootstrap"]
 COPY manifests /manifests
+HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
+  CMD ["/cluster-bootstrap", "version"] || exit 1
 LABEL io.openshift.release.operator true

Adjust the health check command based on the actual binary capabilities. If no suitable command exists, consider adding one.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@Dockerfile` around lines 7 - 12, Add a Docker HEALTHCHECK to the image so
orchestration platforms can monitor /cluster-bootstrap; update the Dockerfile
near the ENTRYPOINT/ LABEL lines to include a HEALTHCHECK that runs a
lightweight command against the cluster-bootstrap binary (for example a HTTP
probe if the binary exposes a health endpoint, or a short invocation like
"/cluster-bootstrap --health" or "/cluster-bootstrap --version" with appropriate
timeout/retries) and set sensible intervals, timeouts and start-period values;
if the binary has no health command, add a small wrapper or implement a minimal
health endpoint in the cluster-bootstrap binary and then reference that in the
HEALTHCHECK.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@Dockerfile`:
- Line 3: Replace the broad COPY . . in the Dockerfile with explicit COPY
statements for only the needed files/directories (e.g., source dir,
package.json, lockfile, build artifacts) and ensure a .dockerignore exists to
exclude .git, node_modules, secrets, and other irrelevant files; update the
Dockerfile's build steps (the COPY instruction and any related RUN steps) to
reference those specific paths so the image context is minimal and
sensitive/unnecessary files are not included.
- Line 1: The Dockerfile uses base images from registry.ci.openshift.org; update
the FROM lines to use approved UBI minimal or distroless images from
catalog.redhat.com (or document an approved exception). Specifically replace the
builder stage image reference (the FROM line currently referencing
registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.26-openshift-5.0) and any
runtime stage image (e.g., the one currently using
registry.ci.openshift.org/ocp/5.0:base-rhel9) with the equivalent
catalog.redhat.com UBI minimal or distroless tags, ensuring the Go toolchain and
runtime dependencies are present or installed as needed.

---

Outside diff comments:
In `@Dockerfile`:
- Around line 7-12: The Dockerfile runtime stage currently leaves the container
running as root (no USER set); update the runtime stage (the final image built
from FROM registry.ci.openshift.org/ocp/5.0:base-rhel9) to run as a non-root
user by adding a non-root USER (or numeric UID such as 1001) and ensure the
runtime files are owned/accessible by that UID (adjust ownership of
/cluster-bootstrap and /manifests copied via COPY and keep ENTRYPOINT
["/cluster-bootstrap"] unchanged); if needed, add a chown step in the Dockerfile
or create the user/group in the image before switching to USER so the process
runs non-root on container start.

---

Nitpick comments:
In `@Dockerfile`:
- Around line 7-12: Add a Docker HEALTHCHECK to the image so orchestration
platforms can monitor /cluster-bootstrap; update the Dockerfile near the
ENTRYPOINT/ LABEL lines to include a HEALTHCHECK that runs a lightweight command
against the cluster-bootstrap binary (for example a HTTP probe if the binary
exposes a health endpoint, or a short invocation like "/cluster-bootstrap
--health" or "/cluster-bootstrap --version" with appropriate timeout/retries)
and set sensible intervals, timeouts and start-period values; if the binary has
no health command, add a small wrapper or implement a minimal health endpoint in
the cluster-bootstrap binary and then reference that in the HEALTHCHECK.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: f7e12b97-2a66-41a2-82e7-69d3f0647086

📥 Commits

Reviewing files that changed from the base of the PR and between 7b1593a and 29464fa.

📒 Files selected for processing (2)
  • .ci-operator.yaml
  • Dockerfile

Comment thread Dockerfile
@@ -1,10 +1,10 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.25-openshift-4.22 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.26-openshift-5.0 AS builder

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major | 🏗️ Heavy lift

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Check if there are other Dockerfiles in the repository using catalog.redhat.com
# to understand if this registry choice is consistent with project standards

rg -n "FROM.*catalog\.redhat\.com" --type dockerfile -C2
rg -n "FROM.*registry\.ci\.openshift\.org" --type dockerfile -C2

Repository: openshift/cluster-bootstrap

Length of output: 141


🏁 Script executed:

#!/bin/bash
set -euo pipefail

# Find all Docker-related files (Dockerfile/Containerfile and variants)
files="$( (git ls-files '**/Dockerfile' '**/Containerfile*' 2>/dev/null || true) | sort -u )"
if [ -z "$files" ]; then
  # fallback if git ls-files patterns don't work in sandbox
  files="$(fd -t f -a -E node_modules -E dist -E build -E .git Dockerfile Containerfile* 2>/dev/null | sort -u || true)"
fi

echo "DOCKERFILES:"
echo "$files"

echo "---- Matches for catalog.redhat.com ----"
echo "$files" | xargs -r rg -n "FROM[[:space:]]+.*catalog\.redhat\.com" -C2 || true

echo "---- Matches for registry.ci.openshift.org ----"
echo "$files" | xargs -r rg -n "FROM[[:space:]]+.*registry\.ci\.openshift\.org" -C2 || true

echo "---- Matches for the specific builder image line ----"
echo "$files" | xargs -r rg -n "FROM[[:space:]]+registry\.ci\.openshift\.org/ocp/builder" -C2 || true

Repository: openshift/cluster-bootstrap

Length of output: 268


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "=== Root listing ==="
ls -la

echo "=== Find Dockerfile/Containerfile candidates (broad) ==="
cand="$(fd -t f -a \
  -e node_modules -e dist -e build -e .git \
  -i "Dockerfile" "Containerfile" "Dockerfile.*" 2>/dev/null || true)"

# fd -i doesn't accept multiple name args reliably across versions; also do explicit patterns:
cand2="$( { fd -t f -a -i 'dockerfile*' -e node_modules -e dist -e build -e .git 2>/dev/null || true; } )"
cand3="$( { fd -t f -a -i 'containerfile*' -e node_modules -e dist -e build -e .git 2>/dev/null || true; } )"

# Union
files="$( (printf "%s\n" "$cand" "$cand2" "$cand3" | sed '/^$/d' | sort -u) )"

echo "$files" | sed -n '1,200p'
echo "Total candidates: $(echo "$files" | wc -l | tr -d ' ')"

echo "=== Search matches for registry sources in candidate set ==="
if [ -n "$files" ]; then
  echo "---- Matches for specific builder image ----"
  echo "$files" | xargs -r rg -n "FROM[[:space:]]+registry\.ci\.openshift\.org/ocp/builder" -C2 || true

  echo "---- Matches for catalog.redhat.com ----"
  echo "$files" | xargs -r rg -n "FROM[[:space:]]+.*catalog\.redhat\.com" -C2 || true

  echo "---- Matches for registry.ci.openshift.org ----"
  echo "$files" | xargs -r rg -n "FROM[[:space:]]+.*registry\.ci\.openshift\.org" -C2 || true
else
  echo "No Dockerfile/Containerfile candidates found."
fi

echo "=== Search for 'FROM registry.ci.openshift.org/ocp/builder' anywhere (name-agnostic) ==="
rg -n "FROM[[:space:]]+registry\.ci\.openshift\.org/ocp/builder" -C2 . || true

Repository: openshift/cluster-bootstrap

Length of output: 1560


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "=== Dockerfile FROM lines ==="
rg -n "^FROM " Dockerfile || true

echo "=== Dockerfile first 220 lines (for final stage base image) ==="
nl -ba Dockerfile | sed -n '1,220p'

Repository: openshift/cluster-bootstrap

Length of output: 367


🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "=== Dockerfile (numbered) ==="
cat -n Dockerfile | sed -n '1,160p'

Repository: openshift/cluster-bootstrap

Length of output: 764


Fix Dockerfile base image source to use catalog.redhat.com (UBI minimal/distroless)

The root Dockerfile pulls base images from registry.ci.openshift.org for both stages (registry.ci.openshift.org/ocp/builder:... and registry.ci.openshift.org/ocp/5.0:base-rhel9), which conflicts with the guideline requiring UBI minimal or distroless images from catalog.redhat.com. Update the base images (or use an approved exception).

🧰 Tools
🪛 Trivy (0.69.3)

[error] 1-1: Image user should not be 'root'

Specify at least 1 USER command in Dockerfile with non-root user as argument

Rule: DS-0002

Learn more

(IaC/Dockerfile)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@Dockerfile` at line 1, The Dockerfile uses base images from
registry.ci.openshift.org; update the FROM lines to use approved UBI minimal or
distroless images from catalog.redhat.com (or document an approved exception).
Specifically replace the builder stage image reference (the FROM line currently
referencing
registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.26-openshift-5.0) and any
runtime stage image (e.g., the one currently using
registry.ci.openshift.org/ocp/5.0:base-rhel9) with the equivalent
catalog.redhat.com UBI minimal or distroless tags, ensuring the Go toolchain and
runtime dependencies are present or installed as needed.

Comment thread Dockerfile
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.25-openshift-4.22 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.26-openshift-5.0 AS builder
WORKDIR /go/src/github.com/openshift/cluster-bootstrap
COPY . .

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Copy specific files instead of entire context.

COPY . . copies the entire build context, which may include unnecessary files, .git directories, or sensitive data. As per coding guidelines, "COPY specific files, not entire context."

📦 Proposed fix to copy specific directories
-COPY . .
+COPY go.mod go.sum ./
+COPY cmd/ ./cmd/
+COPY pkg/ ./pkg/
+COPY vendor/ ./vendor/

Adjust the paths based on your actual project structure. Consider using a .dockerignore file as an additional safeguard.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@Dockerfile` at line 3, Replace the broad COPY . . in the Dockerfile with
explicit COPY statements for only the needed files/directories (e.g., source
dir, package.json, lockfile, build artifacts) and ensure a .dockerignore exists
to exclude .git, node_modules, secrets, and other irrelevant files; update the
Dockerfile's build steps (the COPY instruction and any related RUN steps) to
reference those specific paths so the image context is minimal and
sensitive/unnecessary files are not included.

@openshift-bot

Copy link
Copy Markdown
Contributor Author

ART wants to connect issue OCPBUGS-87557 to this PR, but found it is currently hooked up to ['OCPBUGS-87218']. Please consult with #forum-ocp-art if it is not clear what there is to do.

@openshift-bot openshift-bot added the verified Signifies that the PR passed pre-merge verification criteria label Jun 10, 2026
@openshift-bot
openshift-bot changed the base branch from main to release-5.0 August 15, 2026 05:49
@openshift-ci-robot openshift-ci-robot added jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. and removed jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. labels Aug 15, 2026
@openshift-ci-robot

openshift-ci-robot commented Aug 15, 2026

Copy link
Copy Markdown

@openshift-bot: This pull request references Jira Issue OCPBUGS-87218, which is invalid:

  • expected Jira Issue OCPBUGS-87218 to depend on a bug targeting a version in 5.1.0 and in one of the following states: MODIFIED, ON_QA, VERIFIED, but no dependents were found

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

Details

In response to this:

Updating ose-cluster-bootstrap-container image to be consistent with ART for 5.0
TLDR:
Product builds by ART can be configured for different base and builder images than corresponding CI
builds. This automated PR requests a change to CI configuration to align with ART's configuration;
please take steps to merge it quickly or contact ART to coordinate changes.

The configuration in the following ART component metadata is driving this alignment request:
ose-cluster-bootstrap.yml.

Detail:

This repository is out of sync with the downstream product builds for this component. The CI
configuration for at least one image differs from ART's expected product configuration. This should
be addressed to ensure that the component's CI testing accurate reflects what customers will
experience.

Most of these PRs are opened as an ART-driven proposal to migrate base image or builder(s) to a
different version, usually prior to GA. The intent is to effect changes in both configurations
simultaneously without breaking either CI or ART builds, so usually ART builds are configured to
consider CI as canonical and attempt to match CI config until the PR merges to align both. ART may
also configure changes in GA releases with CI remaining canonical for a brief grace period to enable
CI to succeed and the alignment PR to merge. In either case, ART configuration will be made
canonical at some point (typically at branch-cut before GA or release dev-cut after GA), so it is
important to align CI configuration as soon as possible.

PRs are also triggered when CI configuration changes without ART coordination, for instance to
change the number of builder images or to use a different golang version. These changes should be
coordinated with ART; whether ART configuration is canonical or not, preferably it would be updated
first to enable the changes to occur simultaneously in both CI and ART at the same time. This also
gives ART a chance to validate the intended changes first. For instance, ART compiles most
components with the Golang version being used by the control plane for a given OpenShift release.
Exceptions to this convention (i.e. you believe your component must be compiled with a Golang
version independent from the control plane) must be granted by the OpenShift staff engineers and
communicated to the ART team.

Roles & Responsibilities:

  • Component owners are responsible for ensuring these alignment PRs merge with passing
    tests OR that necessary metadata changes are reported to the ART team
    in #forum-ocp-art on Slack. If necessary, the changes required by this pull request can be
    introduced with a separate PR opened by the component team. Once the repository is aligned,
    this PR will be closed automatically.
  • In particular, it could be that a job like verify-deps is complaining. In that case, please open
    a new PR with the dependency issues addressed (and base images bumped). ART-9595 for reference.
  • Patch-manager or those with sufficient privileges within this repository may add
    any required labels to ensure the PR merges once tests are passing. In cases where ART config is
    canonical, downstream builds are already being built with these changes, and merging this PR
    only improves the fidelity of our CI. In cases where ART config is not canonical, this provides
    a grace period for the component team to align their CI with ART's configuration before it becomes
    canonical in product builds.

ART has been configured to reconcile your CI build root image (see https://docs.ci.openshift.org/docs/architecture/ci-operator/#build-root-image).
In order for your upstream .ci-operator.yaml configuration to be honored, you must set the following in your openshift/release ci-operator configuration file:

build_root:
 from_repository: true

Change behavior of future PRs:

  • In case you just want to follow the base images that ART suggests, you can configure additional labels to be
    set up automatically. This means that such a PR would merge without human intervention (and awareness!) in the future.
    To do so, open a PR to set the auto_label attribute in the image configuration. Example
  • You can set a commit prefix, like UPSTREAM: <carry>: . An example.

If you have any questions about this pull request, please reach out in the #forum-ocp-art Slack channel.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

1 similar comment
@openshift-ci-robot

openshift-ci-robot commented Aug 15, 2026

Copy link
Copy Markdown

@openshift-bot: This pull request references Jira Issue OCPBUGS-87218, which is invalid:

  • expected Jira Issue OCPBUGS-87218 to depend on a bug targeting a version in 5.1.0 and in one of the following states: MODIFIED, ON_QA, VERIFIED, but no dependents were found

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

Details

In response to this:

Updating ose-cluster-bootstrap-container image to be consistent with ART for 5.0
TLDR:
Product builds by ART can be configured for different base and builder images than corresponding CI
builds. This automated PR requests a change to CI configuration to align with ART's configuration;
please take steps to merge it quickly or contact ART to coordinate changes.

The configuration in the following ART component metadata is driving this alignment request:
ose-cluster-bootstrap.yml.

Detail:

This repository is out of sync with the downstream product builds for this component. The CI
configuration for at least one image differs from ART's expected product configuration. This should
be addressed to ensure that the component's CI testing accurate reflects what customers will
experience.

Most of these PRs are opened as an ART-driven proposal to migrate base image or builder(s) to a
different version, usually prior to GA. The intent is to effect changes in both configurations
simultaneously without breaking either CI or ART builds, so usually ART builds are configured to
consider CI as canonical and attempt to match CI config until the PR merges to align both. ART may
also configure changes in GA releases with CI remaining canonical for a brief grace period to enable
CI to succeed and the alignment PR to merge. In either case, ART configuration will be made
canonical at some point (typically at branch-cut before GA or release dev-cut after GA), so it is
important to align CI configuration as soon as possible.

PRs are also triggered when CI configuration changes without ART coordination, for instance to
change the number of builder images or to use a different golang version. These changes should be
coordinated with ART; whether ART configuration is canonical or not, preferably it would be updated
first to enable the changes to occur simultaneously in both CI and ART at the same time. This also
gives ART a chance to validate the intended changes first. For instance, ART compiles most
components with the Golang version being used by the control plane for a given OpenShift release.
Exceptions to this convention (i.e. you believe your component must be compiled with a Golang
version independent from the control plane) must be granted by the OpenShift staff engineers and
communicated to the ART team.

Roles & Responsibilities:

  • Component owners are responsible for ensuring these alignment PRs merge with passing
    tests OR that necessary metadata changes are reported to the ART team
    in #forum-ocp-art on Slack. If necessary, the changes required by this pull request can be
    introduced with a separate PR opened by the component team. Once the repository is aligned,
    this PR will be closed automatically.
  • In particular, it could be that a job like verify-deps is complaining. In that case, please open
    a new PR with the dependency issues addressed (and base images bumped). ART-9595 for reference.
  • Patch-manager or those with sufficient privileges within this repository may add
    any required labels to ensure the PR merges once tests are passing. In cases where ART config is
    canonical, downstream builds are already being built with these changes, and merging this PR
    only improves the fidelity of our CI. In cases where ART config is not canonical, this provides
    a grace period for the component team to align their CI with ART's configuration before it becomes
    canonical in product builds.

ART has been configured to reconcile your CI build root image (see https://docs.ci.openshift.org/docs/architecture/ci-operator/#build-root-image).
In order for your upstream .ci-operator.yaml configuration to be honored, you must set the following in your openshift/release ci-operator configuration file:

build_root:
 from_repository: true

Change behavior of future PRs:

  • In case you just want to follow the base images that ART suggests, you can configure additional labels to be
    set up automatically. This means that such a PR would merge without human intervention (and awareness!) in the future.
    To do so, open a PR to set the auto_label attribute in the image configuration. Example
  • You can set a commit prefix, like UPSTREAM: <carry>: . An example.

If you have any questions about this pull request, please reach out in the #forum-ocp-art Slack channel.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-bot openshift-bot added the jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. label Aug 15, 2026
@openshift-ci-robot

openshift-ci-robot commented Aug 15, 2026

Copy link
Copy Markdown

@openshift-bot: This pull request references Jira Issue OCPBUGS-87218, which is invalid:

  • expected Jira Issue OCPBUGS-87218 to depend on a bug targeting a version in 5.1.0 and in one of the following states: MODIFIED, ON_QA, VERIFIED, but no dependents were found

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

Retaining the jira/valid-bug label as it was manually added.

Details

In response to this:

Updating ose-cluster-bootstrap-container image to be consistent with ART for 5.0
TLDR:
Product builds by ART can be configured for different base and builder images than corresponding CI
builds. This automated PR requests a change to CI configuration to align with ART's configuration;
please take steps to merge it quickly or contact ART to coordinate changes.

The configuration in the following ART component metadata is driving this alignment request:
ose-cluster-bootstrap.yml.

Detail:

This repository is out of sync with the downstream product builds for this component. The CI
configuration for at least one image differs from ART's expected product configuration. This should
be addressed to ensure that the component's CI testing accurate reflects what customers will
experience.

Most of these PRs are opened as an ART-driven proposal to migrate base image or builder(s) to a
different version, usually prior to GA. The intent is to effect changes in both configurations
simultaneously without breaking either CI or ART builds, so usually ART builds are configured to
consider CI as canonical and attempt to match CI config until the PR merges to align both. ART may
also configure changes in GA releases with CI remaining canonical for a brief grace period to enable
CI to succeed and the alignment PR to merge. In either case, ART configuration will be made
canonical at some point (typically at branch-cut before GA or release dev-cut after GA), so it is
important to align CI configuration as soon as possible.

PRs are also triggered when CI configuration changes without ART coordination, for instance to
change the number of builder images or to use a different golang version. These changes should be
coordinated with ART; whether ART configuration is canonical or not, preferably it would be updated
first to enable the changes to occur simultaneously in both CI and ART at the same time. This also
gives ART a chance to validate the intended changes first. For instance, ART compiles most
components with the Golang version being used by the control plane for a given OpenShift release.
Exceptions to this convention (i.e. you believe your component must be compiled with a Golang
version independent from the control plane) must be granted by the OpenShift staff engineers and
communicated to the ART team.

Roles & Responsibilities:

  • Component owners are responsible for ensuring these alignment PRs merge with passing
    tests OR that necessary metadata changes are reported to the ART team
    in #forum-ocp-art on Slack. If necessary, the changes required by this pull request can be
    introduced with a separate PR opened by the component team. Once the repository is aligned,
    this PR will be closed automatically.
  • In particular, it could be that a job like verify-deps is complaining. In that case, please open
    a new PR with the dependency issues addressed (and base images bumped). ART-9595 for reference.
  • Patch-manager or those with sufficient privileges within this repository may add
    any required labels to ensure the PR merges once tests are passing. In cases where ART config is
    canonical, downstream builds are already being built with these changes, and merging this PR
    only improves the fidelity of our CI. In cases where ART config is not canonical, this provides
    a grace period for the component team to align their CI with ART's configuration before it becomes
    canonical in product builds.

ART has been configured to reconcile your CI build root image (see https://docs.ci.openshift.org/docs/architecture/ci-operator/#build-root-image).
In order for your upstream .ci-operator.yaml configuration to be honored, you must set the following in your openshift/release ci-operator configuration file:

build_root:
 from_repository: true

Change behavior of future PRs:

  • In case you just want to follow the base images that ART suggests, you can configure additional labels to be
    set up automatically. This means that such a PR would merge without human intervention (and awareness!) in the future.
    To do so, open a PR to set the auto_label attribute in the image configuration. Example
  • You can set a commit prefix, like UPSTREAM: <carry>: . An example.

If you have any questions about this pull request, please reach out in the #forum-ocp-art Slack channel.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot removed the jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. label Aug 15, 2026

@sanchezl sanchezl left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Sep 2, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling required tests:
/test e2e-aws
/test e2e-upgrade

@openshift-ci

openshift-ci Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: sanchezl

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 2, 2026
@openshift-ci

openshift-ci Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

@openshift-bot: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@openshift-ci-robot

openshift-ci-robot commented Sep 5, 2026

Copy link
Copy Markdown

@openshift-bot: This pull request references Jira Issue OCPBUGS-87218, which is invalid:

  • expected Jira Issue OCPBUGS-87218 to depend on a bug targeting a version in 5.1.0 and in one of the following states: MODIFIED, ON_QA, VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE), CLOSED (DONE-ERRATA), but no dependents were found

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

Retaining the jira/valid-bug label as it was manually added.

Details

In response to this:

Updating ose-cluster-bootstrap-container image to be consistent with ART for 5.0
TLDR:
Product builds by ART can be configured for different base and builder images than corresponding CI
builds. This automated PR requests a change to CI configuration to align with ART's configuration;
please take steps to merge it quickly or contact ART to coordinate changes.

The configuration in the following ART component metadata is driving this alignment request:
ose-cluster-bootstrap.yml.

Detail:

This repository is out of sync with the downstream product builds for this component. The CI
configuration for at least one image differs from ART's expected product configuration. This should
be addressed to ensure that the component's CI testing accurate reflects what customers will
experience.

Most of these PRs are opened as an ART-driven proposal to migrate base image or builder(s) to a
different version, usually prior to GA. The intent is to effect changes in both configurations
simultaneously without breaking either CI or ART builds, so usually ART builds are configured to
consider CI as canonical and attempt to match CI config until the PR merges to align both. ART may
also configure changes in GA releases with CI remaining canonical for a brief grace period to enable
CI to succeed and the alignment PR to merge. In either case, ART configuration will be made
canonical at some point (typically at branch-cut before GA or release dev-cut after GA), so it is
important to align CI configuration as soon as possible.

PRs are also triggered when CI configuration changes without ART coordination, for instance to
change the number of builder images or to use a different golang version. These changes should be
coordinated with ART; whether ART configuration is canonical or not, preferably it would be updated
first to enable the changes to occur simultaneously in both CI and ART at the same time. This also
gives ART a chance to validate the intended changes first. For instance, ART compiles most
components with the Golang version being used by the control plane for a given OpenShift release.
Exceptions to this convention (i.e. you believe your component must be compiled with a Golang
version independent from the control plane) must be granted by the OpenShift staff engineers and
communicated to the ART team.

Roles & Responsibilities:

  • Component owners are responsible for ensuring these alignment PRs merge with passing
    tests OR that necessary metadata changes are reported to the ART team
    in #forum-ocp-art on Slack. If necessary, the changes required by this pull request can be
    introduced with a separate PR opened by the component team. Once the repository is aligned,
    this PR will be closed automatically.
  • In particular, it could be that a job like verify-deps is complaining. In that case, please open
    a new PR with the dependency issues addressed (and base images bumped). ART-9595 for reference.
  • Patch-manager or those with sufficient privileges within this repository may add
    any required labels to ensure the PR merges once tests are passing. In cases where ART config is
    canonical, downstream builds are already being built with these changes, and merging this PR
    only improves the fidelity of our CI. In cases where ART config is not canonical, this provides
    a grace period for the component team to align their CI with ART's configuration before it becomes
    canonical in product builds.

ART has been configured to reconcile your CI build root image (see https://docs.ci.openshift.org/docs/architecture/ci-operator/#build-root-image).
In order for your upstream .ci-operator.yaml configuration to be honored, you must set the following in your openshift/release ci-operator configuration file:

build_root:
 from_repository: true

Change behavior of future PRs:

  • In case you just want to follow the base images that ART suggests, you can configure additional labels to be
    set up automatically. This means that such a PR would merge without human intervention (and awareness!) in the future.
    To do so, open a PR to set the auto_label attribute in the image configuration. Example
  • You can set a commit prefix, like UPSTREAM: <carry>: . An example.

If you have any questions about this pull request, please reach out in the #forum-ocp-art Slack channel.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants