Skip to content

Commit

Permalink
feat: disable docker because containerd is causing problems
Browse files Browse the repository at this point in the history
  • Loading branch information
sagb-dev committed Oct 14, 2024
1 parent 5356c25 commit e14ea95
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN rpm-ostree install --idempotent \
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

COPY files/vscode.repo /etc/yum.repos.d/vscode.repo
COPY files/docker-ce.repo /etc/yum.repos.d/docker-ce.repo
# COPY files/docker-ce.repo /etc/yum.repos.d/docker-ce.repo
COPY files/ideapad /etc/sudoers.d/ideapad
COPY files/modules /etc/modules
COPY files/rpm-ostreed.conf /etc/rpm-ostreed.conf
Expand All @@ -32,12 +32,12 @@ RUN rpm-ostree install --idempotent \
# ffmpeg \
# ffmpegthumbs \
code \
containerd.io \
# containerd.io \
distrobox \
docker-buildx-plugin \
docker-ce \
docker-ce-cli \
docker-compose-plugin \
# docker-buildx-plugin \
# docker-ce \
# docker-ce-cli \
# docker-compose-plugin \
efibootmgr \
flatpak-xdg-utils \
gnome-browser-connector \
Expand All @@ -58,7 +58,7 @@ RUN rpm-ostree install --idempotent \
xdg-user-dirs

RUN mkdir -p /etc/systemd/system/multi-user.target.wants
RUN ln -s /usr/lib/systemd/system/docker.service /etc/systemd/system/multi-user.target.wants/docker.service
# RUN ln -s /usr/lib/systemd/system/docker.service /etc/systemd/system/multi-user.target.wants/docker.service
RUN ln -s /usr/lib/systemd/system/rpm-ostreed-automatic.timer /etc/systemd/system/timers.target.wants/

RUN rm -rf /var/* ~/.*
Expand Down

0 comments on commit e14ea95

Please sign in to comment.