summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/remove-dockerfiles-from-wamr.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluent-bit/lib/remove-dockerfiles-from-wamr.sh')
-rwxr-xr-xsrc/fluent-bit/lib/remove-dockerfiles-from-wamr.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fluent-bit/lib/remove-dockerfiles-from-wamr.sh b/src/fluent-bit/lib/remove-dockerfiles-from-wamr.sh
new file mode 100755
index 000000000..20da53436
--- /dev/null
+++ b/src/fluent-bit/lib/remove-dockerfiles-from-wamr.sh
@@ -0,0 +1,8 @@
+#!/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