Skip to content

Commit 3debe78

Browse files
[build] Fix docker-telemetry dependency issue. (#19089)
Why I did it PR#19011 forget to migrate docker-sonic-telemetry-dbg to bookworm. It breaks docker-sonic-telemetry's debug image build. Work item tracking Microsoft ADO (number only): 28202870 How I did it How to verify it
1 parent d3fbec0 commit 3debe78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/docker-telemetry.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SONIC_INSTALL_DOCKER_IMAGES += $(DOCKER_TELEMETRY)
2222
endif
2323

2424
SONIC_DOCKER_DBG_IMAGES += $(DOCKER_TELEMETRY_DBG)
25-
SONIC_BULLSEYE_DBG_DOCKERS += $(DOCKER_TELEMETRY_DBG)
25+
SONIC_BOOKWORM_DBG_DOCKERS += $(DOCKER_TELEMETRY_DBG)
2626
ifeq ($(INCLUDE_SYSTEM_TELEMETRY), y)
2727
SONIC_INSTALL_DOCKER_DBG_IMAGES += $(DOCKER_TELEMETRY_DBG)
2828
endif

0 commit comments

Comments
 (0)