We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ea2054 + 3cdeada commit f535b0bCopy full SHA for f535b0b
bootc/Containerfile.centos9
@@ -65,6 +65,9 @@ RUN ln -s /etc/sysconfig/network-scripts/ifdown /usr/sbin/ifdown
65
COPY ansible-facts/bootc.fact /etc/ansible/facts.d/bootc.fact
66
RUN chmod +x /etc/ansible/facts.d/bootc.fact
67
68
+# Disable automatic update check and reboot
69
+RUN systemctl mask bootc-fetch-apply-updates.timer
70
+
71
# This should be the last command
72
# https://docs.fedoraproject.org/en-US/bootc/building-containers/#_linting
73
RUN bootc container lint
0 commit comments