Skip to content

Commit

Permalink
[PMON][ethtool] Remove the ethtool from the PMON docker per discussion
Browse files Browse the repository at this point in the history
Signed-off-by: mlok <marty.lok@nokia.com>
  • Loading branch information
mlok-nokia committed Apr 8, 2024
1 parent 74ad45d commit b2f19f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions dockers/docker-platform-monitor/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ RUN apt-get update && \
python3-jsonschema \
libpci3 \
iputils-ping \
pciutils \
ethtool && \
pciutils && \
# smartmontools version should match the installed smartmontools in sonic_debian_extension build template
apt-get install -y -t bookworm-backports \
smartmontools
Expand Down
1 change: 0 additions & 1 deletion rules/docker-platform-monitor.mk
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ $(DOCKER_PLATFORM_MONITOR)_aboot_RUN_OPT += -v /usr/lib/python3/dist-packages/so
$(DOCKER_PLATFORM_MONITOR)_BASE_IMAGE_FILES += cmd_wrapper:/usr/bin/sensors
$(DOCKER_PLATFORM_MONITOR)_BASE_IMAGE_FILES += cmd_wrapper:/usr/sbin/iSmart
$(DOCKER_PLATFORM_MONITOR)_BASE_IMAGE_FILES += cmd_wrapper:/usr/sbin/SmartCmd
$(DOCKER_PLATFORM_MONITOR)_BASE_IMAGE_FILES += cmd_wrapper:/usr/bin/ethtool
$(DOCKER_PLATFORM_MONITOR)_FILES += $(SUPERVISOR_PROC_EXIT_LISTENER_SCRIPT)

SONIC_BOOKWORM_DOCKERS += $(DOCKER_PLATFORM_MONITOR)
Expand Down

0 comments on commit b2f19f4

Please sign in to comment.