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.
1 parent c334471 commit a1a7accCopy full SHA for a1a7acc
bootc/Containerfile.centos9
@@ -64,3 +64,7 @@ RUN ln -s /etc/sysconfig/network-scripts/ifdown /usr/sbin/ifdown
64
# Drop Ansible fact into place
65
COPY ansible-facts/bootc.fact /etc/ansible/facts.d/bootc.fact
66
RUN chmod +x /etc/ansible/facts.d/bootc.fact
67
+
68
+# This should be the last command
69
+# https://docs.fedoraproject.org/en-US/bootc/building-containers/#_linting
70
+RUN bootc container lint
0 commit comments