Skip to content

Commit

Permalink
remove rust wait tool
Browse files Browse the repository at this point in the history
  • Loading branch information
UlricQin committed Oct 16, 2023
1 parent e16867b commit 744749d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile.goreleaser
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ WORKDIR /app
ADD n9e /app/
ADD etc /app/
ADD integrations /app/integrations/
ADD --chmod=755 https://github.com/ufoscout/docker-compose-wait/releases/download/2.11.0/wait_x86_64 /wait
RUN chmod +x /wait && pip install requests
RUN pip install requests

EXPOSE 17000

Expand Down
2 changes: 0 additions & 2 deletions docker/Dockerfile.goreleaser.arm64
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
FROM flashcatcloud/toolbox:v0.0.1 as toolbox
FROM --platform=$TARGETPLATFORM python:3-slim


WORKDIR /app
ADD n9e /app/
ADD etc /app/
ADD integrations /app/integrations/
COPY --chmod=755 --from=toolbox /toolbox/wait_aarch64 /wait

EXPOSE 17000

Expand Down
3 changes: 1 addition & 2 deletions docker/compose-bridge/etc-categraf/input.disk/disk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

# # By default stats will be gathered for all mount points.
# # Set mount_points will restrict the stats to only the specified mount points.
# mount_points = ["/"]
mount_points = ["/"]

# Ignore mount points by filesystem type.
ignore_fs = ["tmpfs", "devtmpfs", "devfs", "iso9660", "overlay", "aufs", "squashfs", "nsfs"]

ignore_mount_points = ["/boot", "/hostfs/containers/services", "/host/containers/services/docker"]

0 comments on commit 744749d

Please sign in to comment.