Skip to content

Commit

Permalink
remove again the entrypoints in the system probe images (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux authored Mar 1, 2023
1 parent 14ec95c commit 48c12a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions system-probe_arm64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
5 changes: 0 additions & 5 deletions system-probe_x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 48c12a1

Please sign in to comment.