File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- FROM docker-syncd
1
+ FROM docker-syncd-brcm
2
2
3
3
# # Make apt-get non-interactive
4
4
ENV DEBIAN_FRONTEND=noninteractive
@@ -43,7 +43,7 @@ RUN apt-get update \
43
43
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
44
44
COPY ptf_nn_agent.conf /etc/supervisor/conf.d/ptf_nn_agent.conf
45
45
46
- ENTRYPOINT service rsyslog start \
47
- && sysctl -w net.core.rmem_max=509430500 \
48
- && service syncd start \
49
- && /usr/bin/supervisord
46
+ RUN sed -i 's/read/sysctl -w net.core.rmem_max=509430500 ; \/ usr \/ bin \/ supervisord/' /usr/bin/start.sh
47
+
48
+ ENTRYPOINT [ "/bin/bash" ]
49
+ CMD [ " /usr/bin/start.sh" ]
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ RUN apt-get update \
43
43
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
44
44
COPY ptf_nn_agent.conf /etc/supervisor/conf.d/ptf_nn_agent.conf
45
45
46
- ENTRYPOINT service rsyslog start \
47
- && sysctl -w net.core.rmem_max=509430500 \
48
- && service syncd start \
49
- && /usr/bin/supervisord
46
+ RUN sed -i 's/read/sysctl -w net.core.rmem_max=509430500 ; \/ usr \/ bin \/ supervisord/' /usr/bin/start.sh
47
+
48
+ ENTRYPOINT [ "/bin/bash" ]
49
+ CMD [ " /usr/bin/start.sh" ]
You can’t perform that action at this time.
0 commit comments