From 24bcb4a21c09776485332af438571d685fec3ef7 Mon Sep 17 00:00:00 2001 From: Paul Cacheux Date: Wed, 1 Mar 2023 09:30:03 +0100 Subject: [PATCH] remove again the entrypoints in the system probe images --- system-probe_arm64/Dockerfile | 5 ----- system-probe_x64/Dockerfile | 5 ----- 2 files changed, 10 deletions(-) diff --git a/system-probe_arm64/Dockerfile b/system-probe_arm64/Dockerfile index fc9170e9d..72f7b4731 100644 --- a/system-probe_arm64/Dockerfile +++ b/system-probe_arm64/Dockerfile @@ -76,8 +76,3 @@ RUN echo "060d39770476f7d11de7c75dc1e1780f6492455555b36f4d3ff18f89752ebfc6 inst RUN bash install-pulumi.sh --version 3.48.0 ENV PATH "/root/.pulumi/bin:${PATH}" ENV PULUMI_CONFIG_PASSPHRASE "1234" - -COPY ./entrypoint-sysprobe.sh /entrypoint.sh -RUN chmod +x /entrypoint.sh - -ENTRYPOINT ["/entrypoint.sh"] diff --git a/system-probe_x64/Dockerfile b/system-probe_x64/Dockerfile index 25c0fead5..ddbe126b8 100644 --- a/system-probe_x64/Dockerfile +++ b/system-probe_x64/Dockerfile @@ -77,8 +77,3 @@ RUN echo "060d39770476f7d11de7c75dc1e1780f6492455555b36f4d3ff18f89752ebfc6 inst RUN bash install-pulumi.sh --version 3.48.0 ENV PATH "/root/.pulumi/bin:${PATH}" ENV PULUMI_CONFIG_PASSPHRASE "1234" - -COPY ./entrypoint-sysprobe.sh /entrypoint.sh -RUN chmod +x /entrypoint.sh - -ENTRYPOINT ["/entrypoint.sh"]