Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Fedora 41 #52

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion filebrowser/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker.io/filebrowser/filebrowser:latest as binary

FROM registry.fedoraproject.org/fedora:40
FROM registry.fedoraproject.org/fedora:41

# Remove unneeded packages and remove all SUID/SGID binaries
RUN rm /etc/dnf/protected.d/sudo.conf && \
Expand Down
4 changes: 2 additions & 2 deletions kdedev/Containerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM registry.fedoraproject.org/fedora-toolbox:40
FROM registry.fedoraproject.org/fedora-toolbox:41

# - Install some common development tools
# - Install kdesrc-build Perl dependencies
# - Install kdesrc-build and KDE dependencies
# - We do not clean dnf metadata & cache as this will speed up kdesrc-build
# initial setup
RUN sed -i "s/enabled=1/enabled=0/" /etc/yum.repos.d/fedora-cisco-openh264.repo \
&& dnf -y distrosync \
&& dnf -y update \
&& dnf -y install \
ShellCheck \
black \
Expand Down
2 changes: 1 addition & 1 deletion nginx/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:40
FROM registry.fedoraproject.org/fedora:41

# Install nginx, remove unneeded packages and remove all SUID/SGID binaries
RUN rm /etc/dnf/protected.d/sudo.conf && \
Expand Down
2 changes: 1 addition & 1 deletion php-fpm-ttrss/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:40
FROM registry.fedoraproject.org/fedora:41

# Install php and required modules, remove unneeded packages and remove all SUID/SGID binaries
RUN rm /etc/dnf/protected.d/sudo.conf && \
Expand Down
2 changes: 1 addition & 1 deletion quasselcore/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:40
FROM registry.fedoraproject.org/fedora:41

# Install quasselcore, remove unneeded packages and remove all SUID/SGID binaries
RUN rm /etc/dnf/protected.d/sudo.conf && \
Expand Down
4 changes: 2 additions & 2 deletions toolbox-cloud-cli/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora-toolbox:40
FROM registry.fedoraproject.org/fedora-toolbox:41

# Can not use herdocs here until GitHub workflows move to a newer Ubuntu
# release with a newer buildah:
Expand All @@ -10,7 +10,7 @@ COPY google-cloud-sdk.repo /etc/yum.repos.d/google-cloud-sdk.repo
# - Install cloud command line tools
# - Remove mlocate
RUN sed -i "s/enabled=1/enabled=0/" /etc/yum.repos.d/fedora-cisco-openh264.repo \
&& dnf -y distrosync \
&& dnf -y update \
&& dnf -y install \
git-absorb \
git-delta \
Expand Down
4 changes: 2 additions & 2 deletions toolbox-kdedev/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora-toolbox:40
FROM registry.fedoraproject.org/fedora-toolbox:41

# - Install common development tools
# - Install all build deps for kdesrc-build (plasma only, no apps)
Expand All @@ -7,7 +7,7 @@ FROM registry.fedoraproject.org/fedora-toolbox:40
# encountered during flatpak installation.
# - Remove mlocate
RUN sed -i "s/enabled=1/enabled=0/" /etc/yum.repos.d/fedora-cisco-openh264.repo \
&& dnf -y distrosync \
&& dnf -y update \
&& dnf -y install \
bind-utils \
fd-find \
Expand Down
4 changes: 2 additions & 2 deletions toolbox-texlive/Containerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM registry.fedoraproject.org/fedora-toolbox:40
FROM registry.fedoraproject.org/fedora-toolbox:41

# - Install common development tools
# - Install texlive packages
# - Remove mlocate
RUN sed -i "s/enabled=1/enabled=0/" /etc/yum.repos.d/fedora-cisco-openh264.repo && \
dnf -y distrosync && \
dnf -y update && \
dnf -y install \
ImageMagick \
brotli \
Expand Down
8 changes: 4 additions & 4 deletions toolbox/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora-toolbox:40
FROM registry.fedoraproject.org/fedora-toolbox:41

# - Install common development tools
# - Install gh (GitHub) cli
Expand All @@ -8,7 +8,7 @@ FROM registry.fedoraproject.org/fedora-toolbox:40
# - Install Cloud command line tools (disabled)
# - Remove mlocate
RUN sed -i "s/enabled=1/enabled=0/" /etc/yum.repos.d/fedora-cisco-openh264.repo \
&& dnf -y distrosync \
&& dnf -y update \
&& dnf -y install \
bind-utils \
btop \
Expand All @@ -33,9 +33,9 @@ RUN sed -i "s/enabled=1/enabled=0/" /etc/yum.repos.d/fedora-cisco-openh264.repo
zoxide \
zsh \
&& dnf install -y 'dnf-command(config-manager)' \
&& dnf config-manager --add-repo "https://cli.github.com/packages/rpm/gh-cli.repo" \
&& dnf config-manager addrepo --from-repofile="https://cli.github.com/packages/rpm/gh-cli.repo" \
&& dnf install -y gh --repo gh-cli \
&& dnf config-manager --disable gh-cli \
&& dnf config-manager setopt gh-cli.enabled=0 \
&& dnf -y install \
policycoreutils \
fedora-workstation-repositories \
Expand Down
2 changes: 1 addition & 1 deletion unbound/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:40
FROM registry.fedoraproject.org/fedora:41

# Install unbound, remove unneeded packages and remove all SUID/SGID binaries
RUN rm /etc/dnf/protected.d/sudo.conf && \
Expand Down