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
4 changes: 2 additions & 2 deletions base/centos-bootc/bootc/Containerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# renovate: datasource=docker depName=quay.io/centos-bootc/centos-bootc
FROM quay.io/centos-bootc/centos-bootc:stream9@sha256:d2f16dce29207766d73361af7209e64a967f5622e8f3d1da157a2a92ab794d95
FROM quay.io/centos-bootc/centos-bootc:stream9@sha256:2a21f4db54e9f6cdc7ad28984e592d6b072ff4c90e84cc858b22a33920321999

# 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.2
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 && \
Expand Down
4 changes: 2 additions & 2 deletions base/centos-bootc/bootc/Containerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# renovate: datasource=docker depName=quay.io/centos-bootc/centos-bootc
FROM quay.io/centos-bootc/centos-bootc:stream9@sha256:d2f16dce29207766d73361af7209e64a967f5622e8f3d1da157a2a92ab794d95
FROM quay.io/centos-bootc/centos-bootc:stream9@sha256:2a21f4db54e9f6cdc7ad28984e592d6b072ff4c90e84cc858b22a33920321999

# 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.2
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 && \
Expand Down
2 changes: 1 addition & 1 deletion base/centos-bootc/bootc/Containerfile.tags
Original file line number Diff line number Diff line change
@@ -1 +1 @@
stream9-202601210240
stream9-202606170305
4 changes: 2 additions & 2 deletions base/fedora-bootc/bootc/Containerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# renovate: datasource=docker depName=quay.io/fedora/fedora-bootc
FROM quay.io/fedora/fedora-bootc:43@sha256:66a119b56c1948d1d4eb5bd1fc087206966ad2602da8b06c28a6fdd1eb741067
FROM quay.io/fedora/fedora-bootc:43@sha256:22e80a4cc46284d927939c83394f6fd959d816993e29ba982734e3cf6129de04

# 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
Expand All @@ -22,7 +22,7 @@ RUN dnf -y install dnf5-plugins \

# 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.2
RUN dnf -y config-manager addrepo --from-repofile=https://rpm.flightctl.io/flightctl-fedora.repo && \
dnf -y install flightctl-agent${FLIGHTCTL_VERSION:+-${FLIGHTCTL_VERSION}} \
--nodocs --setopt=install_weak_deps=False && \
Expand Down
4 changes: 2 additions & 2 deletions base/fedora-bootc/bootc/Containerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# renovate: datasource=docker depName=quay.io/fedora/fedora-bootc
FROM quay.io/fedora/fedora-bootc:43@sha256:66a119b56c1948d1d4eb5bd1fc087206966ad2602da8b06c28a6fdd1eb741067
FROM quay.io/fedora/fedora-bootc:43@sha256:22e80a4cc46284d927939c83394f6fd959d816993e29ba982734e3cf6129de04

# 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
Expand All @@ -22,7 +22,7 @@ RUN dnf -y install dnf5-plugins \

# 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.2
RUN dnf -y config-manager addrepo --from-repofile=https://rpm.flightctl.io/flightctl-fedora.repo && \
dnf -y install flightctl-agent${FLIGHTCTL_VERSION:+-${FLIGHTCTL_VERSION}} \
--nodocs --setopt=install_weak_deps=False && \
Expand Down
2 changes: 1 addition & 1 deletion base/fedora-bootc/bootc/Containerfile.tags
Original file line number Diff line number Diff line change
@@ -1 +1 @@
43-202601210240
43-202606170305