From 05d54d7134103bfcb19b948e5d027d79e5b342c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 15 Feb 2026 03:01:50 +0000 Subject: [PATCH] Update dependencies Automated dependency updates: - Updated base/centos-bootc to stream9-202602150301 - Updated base/fedora-bootc to 43-202602150301 - Updated flightctl-agent RPM versions --- base/centos-bootc/bootc/Containerfile.amd64 | 4 ++-- base/centos-bootc/bootc/Containerfile.arm64 | 4 ++-- base/centos-bootc/bootc/Containerfile.tags | 2 +- base/fedora-bootc/bootc/Containerfile.amd64 | 4 ++-- base/fedora-bootc/bootc/Containerfile.arm64 | 4 ++-- base/fedora-bootc/bootc/Containerfile.tags | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/base/centos-bootc/bootc/Containerfile.amd64 b/base/centos-bootc/bootc/Containerfile.amd64 index 8c618d6..93f187b 100644 --- a/base/centos-bootc/bootc/Containerfile.amd64 +++ b/base/centos-bootc/bootc/Containerfile.amd64 @@ -1,9 +1,9 @@ # renovate: datasource=docker depName=quay.io/centos-bootc/centos-bootc -FROM quay.io/centos-bootc/centos-bootc:stream9@sha256:3fc5a187654b31e54f60c71916213a7831a1ae4eab177d52eca0d8a2d550eebb +FROM quay.io/centos-bootc/centos-bootc:stream9@sha256:d1f4a42ff6d09e81cc66df816e73e8d6bafe8d39b0b457290eb258a23771d1a6 # Add Flight Control agent # renovate: datasource=rpm depName=flightctl-agent registryUrl=https://rpm.flightctl.io/epel/9/x86_64/ -ARG FLIGHTCTL_VERSION=1.0.2 +ARG FLIGHTCTL_VERSION=1.1.0~rc2 RUN dnf -y config-manager --add-repo https://rpm.flightctl.io/flightctl-epel.repo && \ dnf -y install flightctl-agent${FLIGHTCTL_VERSION:+-${FLIGHTCTL_VERSION}} \ --nodocs --setopt=install_weak_deps=False && \ diff --git a/base/centos-bootc/bootc/Containerfile.arm64 b/base/centos-bootc/bootc/Containerfile.arm64 index 2564fcb..6527e54 100644 --- a/base/centos-bootc/bootc/Containerfile.arm64 +++ b/base/centos-bootc/bootc/Containerfile.arm64 @@ -1,9 +1,9 @@ # renovate: datasource=docker depName=quay.io/centos-bootc/centos-bootc -FROM quay.io/centos-bootc/centos-bootc:stream9@sha256:3fc5a187654b31e54f60c71916213a7831a1ae4eab177d52eca0d8a2d550eebb +FROM quay.io/centos-bootc/centos-bootc:stream9@sha256:d1f4a42ff6d09e81cc66df816e73e8d6bafe8d39b0b457290eb258a23771d1a6 # Add Flight Control agent # renovate: datasource=rpm depName=flightctl-agent registryUrl=https://rpm.flightctl.io/epel/9/aarch64/ -ARG FLIGHTCTL_VERSION=1.0.2 +ARG FLIGHTCTL_VERSION=1.1.0~rc2 RUN dnf -y config-manager --add-repo https://rpm.flightctl.io/flightctl-epel.repo && \ dnf -y install flightctl-agent${FLIGHTCTL_VERSION:+-${FLIGHTCTL_VERSION}} \ --nodocs --setopt=install_weak_deps=False && \ diff --git a/base/centos-bootc/bootc/Containerfile.tags b/base/centos-bootc/bootc/Containerfile.tags index 8f153f2..928a38d 100644 --- a/base/centos-bootc/bootc/Containerfile.tags +++ b/base/centos-bootc/bootc/Containerfile.tags @@ -1 +1 @@ -stream9-202601210240 +stream9-202602150301 diff --git a/base/fedora-bootc/bootc/Containerfile.amd64 b/base/fedora-bootc/bootc/Containerfile.amd64 index 0872c43..def5ad9 100644 --- a/base/fedora-bootc/bootc/Containerfile.amd64 +++ b/base/fedora-bootc/bootc/Containerfile.amd64 @@ -1,5 +1,5 @@ # renovate: datasource=docker depName=quay.io/fedora/fedora-bootc -FROM quay.io/fedora/fedora-bootc:43@sha256:d3e4bdec2ae93436922db83a29030a9dddfb15dea6ddb9d90a17381af25f43e4 +FROM quay.io/fedora/fedora-bootc:43@sha256:e96ce05bf735cbde01b4a849399fb7fac0476002a85ac31ac29bbe8fffad49cf # Fix for "no default root filesystem type specified in container" RUN mkdir -p /usr/lib/bootc/install && cat <<-'EOF' > /usr/lib/bootc/install/00-fedora.toml @@ -10,7 +10,7 @@ EOF # Add Flight Control agent # renovate: datasource=rpm depName=flightctl-agent registryUrl=https://rpm.flightctl.io/fedora/43/x86_64/ -ARG FLIGHTCTL_VERSION=1.0.2 +ARG FLIGHTCTL_VERSION=1.1.0~rc2 RUN dnf -y install dnf5-plugins && \ dnf -y config-manager addrepo --from-repofile=https://rpm.flightctl.io/flightctl-fedora.repo && \ dnf -y install flightctl-agent${FLIGHTCTL_VERSION:+-${FLIGHTCTL_VERSION}} \ diff --git a/base/fedora-bootc/bootc/Containerfile.arm64 b/base/fedora-bootc/bootc/Containerfile.arm64 index 2dffa5f..a7ed2d7 100644 --- a/base/fedora-bootc/bootc/Containerfile.arm64 +++ b/base/fedora-bootc/bootc/Containerfile.arm64 @@ -1,5 +1,5 @@ # renovate: datasource=docker depName=quay.io/fedora/fedora-bootc -FROM quay.io/fedora/fedora-bootc:43@sha256:d3e4bdec2ae93436922db83a29030a9dddfb15dea6ddb9d90a17381af25f43e4 +FROM quay.io/fedora/fedora-bootc:43@sha256:e96ce05bf735cbde01b4a849399fb7fac0476002a85ac31ac29bbe8fffad49cf # Fix for "no default root filesystem type specified in container" RUN mkdir -p /usr/lib/bootc/install && cat <<-'EOF' > /usr/lib/bootc/install/00-fedora.toml @@ -10,7 +10,7 @@ EOF # Add Flight Control agent # renovate: datasource=rpm depName=flightctl-agent registryUrl=https://rpm.flightctl.io/fedora/43/aarch64/ -ARG FLIGHTCTL_VERSION=1.0.2 +ARG FLIGHTCTL_VERSION=1.1.0~rc2 RUN dnf -y install dnf5-plugins && \ dnf -y config-manager addrepo --from-repofile=https://rpm.flightctl.io/flightctl-fedora.repo && \ dnf -y install flightctl-agent${FLIGHTCTL_VERSION:+-${FLIGHTCTL_VERSION}} \ diff --git a/base/fedora-bootc/bootc/Containerfile.tags b/base/fedora-bootc/bootc/Containerfile.tags index 8b8827e..d517d02 100644 --- a/base/fedora-bootc/bootc/Containerfile.tags +++ b/base/fedora-bootc/bootc/Containerfile.tags @@ -1 +1 @@ -43-202601210240 +43-202602150301