From 924e9a448c300eb97b1d2e06bab6e1a397f5eadb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 16:03:03 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi8/ubi-minimal docker tag to v8.10-1764046129 --- .../escalation/jira-listener/src/main/docker/Dockerfile.native | 2 +- .../cluster-onboarding-func/src/main/docker/Dockerfile.native | 2 +- .../src/main/docker/Dockerfile.native | 2 +- workflows/experimentals/slack/src/main/docker/Dockerfile.native | 2 +- .../experimentals/subflow/src/main/docker/Dockerfile.native | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/workflows/escalation/jira-listener/src/main/docker/Dockerfile.native b/workflows/escalation/jira-listener/src/main/docker/Dockerfile.native index 5ee065b3..01dd0c69 100644 --- a/workflows/escalation/jira-listener/src/main/docker/Dockerfile.native +++ b/workflows/escalation/jira-listener/src/main/docker/Dockerfile.native @@ -14,7 +14,7 @@ # docker run -i --rm -p 8080:8080 quarkus/jira-listener # ### -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1752564239 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1764046129 WORKDIR /work/ RUN chown 1001 /work \ && chmod "g+rwX" /work \ diff --git a/workflows/experimentals/cluster-onboarding/cluster-onboarding-func/src/main/docker/Dockerfile.native b/workflows/experimentals/cluster-onboarding/cluster-onboarding-func/src/main/docker/Dockerfile.native index d101f3ba..a3cdfb32 100644 --- a/workflows/experimentals/cluster-onboarding/cluster-onboarding-func/src/main/docker/Dockerfile.native +++ b/workflows/experimentals/cluster-onboarding/cluster-onboarding-func/src/main/docker/Dockerfile.native @@ -1,5 +1,5 @@ -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1752564239 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1764046129 WORKDIR /work/ RUN chown 1001 /work \ && chmod "g+rwX" /work \ diff --git a/workflows/experimentals/cluster-onboarding/serverless-workflow-clusteronboarding/src/main/docker/Dockerfile.native b/workflows/experimentals/cluster-onboarding/serverless-workflow-clusteronboarding/src/main/docker/Dockerfile.native index 5b20c4db..11b6275b 100644 --- a/workflows/experimentals/cluster-onboarding/serverless-workflow-clusteronboarding/src/main/docker/Dockerfile.native +++ b/workflows/experimentals/cluster-onboarding/serverless-workflow-clusteronboarding/src/main/docker/Dockerfile.native @@ -14,7 +14,7 @@ # docker run -i --rm -p 8080:8080 quarkus/serverless-workflow-assessment # ### -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1752564239 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1764046129 WORKDIR /work/ RUN chown 1001 /work \ && chmod "g+rwX" /work \ diff --git a/workflows/experimentals/slack/src/main/docker/Dockerfile.native b/workflows/experimentals/slack/src/main/docker/Dockerfile.native index 6e5046c2..6278e55b 100644 --- a/workflows/experimentals/slack/src/main/docker/Dockerfile.native +++ b/workflows/experimentals/slack/src/main/docker/Dockerfile.native @@ -14,7 +14,7 @@ # docker run -i --rm -p 8080:8080 quarkus/house # ### -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1752564239 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1764046129 WORKDIR /work/ RUN chown 1001 /work \ && chmod "g+rwX" /work \ diff --git a/workflows/experimentals/subflow/src/main/docker/Dockerfile.native b/workflows/experimentals/subflow/src/main/docker/Dockerfile.native index c0b4a29b..c1120dec 100644 --- a/workflows/experimentals/subflow/src/main/docker/Dockerfile.native +++ b/workflows/experimentals/subflow/src/main/docker/Dockerfile.native @@ -14,7 +14,7 @@ # docker run -i --rm -p 8080:8080 quarkus/subflow # ### -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9 +FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1764046129 WORKDIR /work/ RUN chown 1001 /work \ && chmod "g+rwX" /work \