summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/remove-dockerfiles-from-wamr.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:44 +0000
commit836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch)
tree1604da8f482d02effa033c94a84be42bc0c848c3 /fluent-bit/lib/remove-dockerfiles-from-wamr.sh
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz
netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fluent-bit/lib/remove-dockerfiles-from-wamr.sh')
-rwxr-xr-xfluent-bit/lib/remove-dockerfiles-from-wamr.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/fluent-bit/lib/remove-dockerfiles-from-wamr.sh b/fluent-bit/lib/remove-dockerfiles-from-wamr.sh
deleted file mode 100755
index 20da53436..000000000
--- a/fluent-bit/lib/remove-dockerfiles-from-wamr.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-# Currently, wasm-micro-runtime's Dockerfiles are not-well following hadolint rules.
-# So, we should remove them for now.
-DIR="$( cd "$( dirname "$0" )" && pwd )"
-ls ${DIR}/wasm-micro-runtime-*/**/Dockerfile | xargs rm -f
-ls ${DIR}/wasm-micro-runtime-*/**/**/**/Dockerfile | xargs rm -f
-ls ${DIR}/wasm-micro-runtime-*/**/**/**/**/Dockerfile | xargs rm -f