Skip to content

Commit

Permalink
Revert "fix: fix UBI docker image (#1510)"
Browse files Browse the repository at this point in the history
This reverts commit ffa1a4a.
  • Loading branch information
sumo-drosiek authored Mar 20, 2024
1 parent 751e0b4 commit 46bdf84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .changelog/1510.fixed.txt

This file was deleted.

2 changes: 0 additions & 2 deletions Dockerfile_ubi
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ USER ${USER_UID}
ENV HOME /etc/otel/

COPY otelcol-sumo /
# This shouldn't be necessary but sometimes we end up with execution bit not set
RUN chmod 755 /otelcol-sumo

ENTRYPOINT ["/otelcol-sumo"]
CMD ["--config", "/etc/otel/config.yaml"]

0 comments on commit 46bdf84

Please sign in to comment.