Skip to content

Commit a0281f8

Browse files
Nadiyalguohan
Nadiya
authored andcommitted
Added profile.ini into docker-syncd-cavm (#184)
Signed-off-by: Nadiya.Stetskovych <[email protected]>
1 parent 57dd634 commit a0281f8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

platform/cavium/docker-syncd-cavm/Dockerfile.j2

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ debs/{{ deb }}{{' '}}
1313

1414
COPY ["start.sh", "/usr/bin/"]
1515

16+
COPY ["profile.ini", "/etc/ssw/AS7512/"]
17+
1618
## Clean up
1719
RUN apt-get clean -y; apt-get autoclean -y; apt-get autoremove -y
1820
RUN rm -rf /debs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
mode=1
2+
hwId=as7512
3+

0 commit comments

Comments
 (0)