Skip to content
Open
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
3 changes: 2 additions & 1 deletion .github/workflows/override-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Override Bot
on:
issue_comment:
types: [created]
schedule:
- cron: '*/10 * * * *'
jobs:
override:
name: Check for redundant CI lanes for override
if: (github.event.issue.pull_request != '') && (contains(github.event.comment.body, '/override-bot')) && (github.repository == 'kubevirt/hyperconverged-cluster-operator')
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
Expand Down
4 changes: 4 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ aliases:
- tiraboschi
- sradco
- machadovilaca
- avlitman
- assafad
code-reviewers:
- nunnatsa
- orenc1
- tiraboschi
- sradco
- machadovilaca
- avlitman
- assafad
2 changes: 1 addition & 1 deletion deploy/Dockerfile.registry.upgrade
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/fedora:37-x86_64 AS builder
FROM quay.io/fedora/fedora:41-x86_64 AS builder
ARG UPGRADE_VERSION=100.0.0

ENV GOPATH=/go
Expand Down
2 changes: 1 addition & 1 deletion deploy/Dockerfile.registry.upgrade-prev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/fedora:37-x86_64 AS builder
FROM quay.io/fedora/fedora:41-x86_64 AS builder
ARG UPGRADE_VERSION=100.0.0

ENV GOPATH=/go
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/fedora:37-x86_64 AS builder
FROM quay.io/fedora/fedora:41-x86_64 AS builder
ARG INITIAL_VERSION=1.13.0
ARG INITIAL_VERSION_SED="1\.13\.0"
ARG TARGET_VERSION=100.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/fedora:37-x86_64 AS builder
FROM quay.io/fedora/fedora:41-x86_64 AS builder
ARG INITIAL_VERSION=1.13.0
ARG INITIAL_VERSION_SED="1\.13\.0"
ARG TARGET_VERSION=100.0.0
Expand Down
2 changes: 1 addition & 1 deletion tools/Dockerfile.rotate-certs.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:7
FROM centos:8

RUN yum install -y centos-release-openshift-origin311 && \
yum install -y origin-clients && \
Expand Down
2 changes: 1 addition & 1 deletion tools/mirror-csv-release/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG PARENT_IMAGE
FROM $PARENT_IMAGE AS base

FROM registry.fedoraproject.org/fedora-minimal:31 AS builder
FROM registry.fedoraproject.org/fedora-minimal:41 AS builder

ARG SOURCE
ARG DESTINATION
Expand Down
2 changes: 1 addition & 1 deletion tools/operator-sdk-validate/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/fedora/fedora:37-x86_64
FROM quay.io/fedora/fedora:41-x86_64

COPY deploy/olm-catalog/community-kubevirt-hyperconverged /manifests
COPY tools/operator-sdk-validate/validate-bundles.sh .
Expand Down