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

tree-wide: Drop rpm-ostree cleanup -m #33

Closed
wants to merge 1 commit into from
Closed
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
1 change: 0 additions & 1 deletion ansible-firewalld/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ ADD configure-firewall-playbook.yml .
RUN rpm-ostree install firewalld ansible && \
ansible-playbook configure-firewall-playbook.yml && \
rpm -e ansible && \
rpm-ostree cleanup -m && \
ostree container commit
1 change: 0 additions & 1 deletion replace-kernel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ RUN rpm-ostree cliwrap install-to-root /
RUN rpm-ostree override replace https://kojipkgs.fedoraproject.org/packages/kernel/5.17.11/300.fc36/x86_64/kernel-modules-5.17.11-300.fc36.x86_64.rpm \
https://kojipkgs.fedoraproject.org/packages/kernel/5.17.11/300.fc36/x86_64/kernel-core-5.17.11-300.fc36.x86_64.rpm \
https://kojipkgs.fedoraproject.org/packages/kernel/5.17.11/300.fc36/x86_64/kernel-5.17.11-300.fc36.x86_64.rpm && \
rpm-ostree cleanup -m && \
ostree container commit
1 change: 0 additions & 1 deletion replace-systemd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FROM quay.io/coreos-assembler/fcos:testing-devel
RUN rpm-ostree override replace https://bodhi.fedoraproject.org/updates/FEDORA-2022-0bbb402870 && \
rpm-ostree cleanup -m && \
ostree container commit
1 change: 0 additions & 1 deletion rsyslog/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Install and configure rsyslog
FROM quay.io/coreos-assembler/fcos:testing-devel
RUN rpm-ostree install rsyslog && \
rpm-ostree cleanup -m && \
ostree container commit
ADD remote.conf /etc/rsyslog.d/remote.conf

2 changes: 1 addition & 1 deletion tailscale/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# `tailscale up` via some other mechanism.
FROM quay.io/coreos-assembler/fcos:testing-devel
RUN cd /etc/yum.repos.d/ && curl -LO https://pkgs.tailscale.com/stable/fedora/tailscale.repo && \
rpm-ostree install tailscale && rpm-ostree cleanup -m && \
rpm-ostree install tailscale && \
systemctl enable tailscaled && \
ostree container commit
1 change: 0 additions & 1 deletion wifi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Install wireless support along with a static configuration file.
FROM quay.io/coreos-assembler/fcos:testing-devel
RUN rpm-ostree install NetworkManager-wifi NetworkManager-wwan wpa_supplicant wireless-regdb && \
rpm-ostree cleanup -m && \
ostree container commit
# And also inject a configuration
ADD ExampleCorpWifi.ini /etc/NetworkManager/system-connections/