Skip to content

Commit

Permalink
upgrade config engine from buster to bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic-otn committed Jun 13, 2024
1 parent 3ce3ccd commit 4f638e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platform/ot-vs/docker-syncd-ot-vs.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker image for vs syncd

DOCKER_SYNCD_PLATFORM_CODE = ot-vs
include $(PLATFORM_PATH)/../template/docker-syncd-base.mk
include $(PLATFORM_PATH)/../template/docker-syncd-bullseye.mk

$(DOCKER_SYNCD_BASE)_DEPENDS += $(SYNCD_OT_VS)

Expand Down
2 changes: 1 addition & 1 deletion platform/ot-vs/docker-syncd-ot-vs/Dockerfile.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker-config-engine-buster
FROM docker-config-engine-bullseye

ARG docker_container_name
RUN [ -f /etc/rsyslog.conf ] && sed -ri "s/%syslogtag%/$docker_container_name#%syslogtag%/;" /etc/rsyslog.conf
Expand Down

0 comments on commit 4f638e7

Please sign in to comment.