diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:44 +0000 |
commit | 836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch) | |
tree | 1604da8f482d02effa033c94a84be42bc0c848c3 /fluent-bit/lib/remove-dockerfiles-from-wamr.sh | |
parent | Releasing debian version 1.44.3-2. (diff) | |
download | netdata-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-x | fluent-bit/lib/remove-dockerfiles-from-wamr.sh | 8 |
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 |