We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57dd634 commit a0281f8Copy full SHA for a0281f8
platform/cavium/docker-syncd-cavm/Dockerfile.j2
@@ -13,6 +13,8 @@ debs/{{ deb }}{{' '}}
13
14
COPY ["start.sh", "/usr/bin/"]
15
16
+COPY ["profile.ini", "/etc/ssw/AS7512/"]
17
+
18
## Clean up
19
RUN apt-get clean -y; apt-get autoclean -y; apt-get autoremove -y
20
RUN rm -rf /debs
platform/cavium/docker-syncd-cavm/profile.ini
@@ -0,0 +1,3 @@
1
+mode=1
2
+hwId=as7512
3
0 commit comments