Skip to content

Commit 3f56912

Browse files
committed
disable mosquitto in the test images to reduce noise
1 parent 765760d commit 3f56912

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test-images/debian-systemd-docker-cli/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ RUN case ${TARGETPLATFORM} in \
4141
&& mkdir -p /opt/packages \
4242
&& cp /tmp/*${PKG_ARCH}*.deb /opt/packages/ \
4343
&& rm -f /tmp/*.deb
44+
45+
# disable services that aren't required
46+
RUN systemctl disable collectd.service

test-images/debian-systemd-podman-cli/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ RUN case ${TARGETPLATFORM} in \
2424
&& mkdir -p /opt/packages \
2525
&& cp /tmp/*${PKG_ARCH}*.deb /opt/packages/ \
2626
&& rm -f /tmp/*.deb
27+
28+
# disable services that aren't required
29+
RUN systemctl disable collectd.service

0 commit comments

Comments
 (0)