No copy
This commit is contained in:
parent
9615254d70
commit
868da39aba
3 changed files with 0 additions and 6 deletions
|
|
@ -138,7 +138,5 @@ COPY --from=0 /clixon/build/ /usr/local/
|
||||||
COPY --from=0 /usr/local/share/yang/* /usr/local/share/yang/standard/
|
COPY --from=0 /usr/local/share/yang/* /usr/local/share/yang/standard/
|
||||||
COPY --from=0 /usr/local/share/mib-yangs/* /usr/local/share/mib-yangs/
|
COPY --from=0 /usr/local/share/mib-yangs/* /usr/local/share/mib-yangs/
|
||||||
|
|
||||||
RUN cp /usr/local/bin/test/mib/* /usr/share/snmp/mibs/
|
|
||||||
|
|
||||||
# Log to stderr.
|
# Log to stderr.
|
||||||
CMD /usr/local/bin/startsystem.sh
|
CMD /usr/local/bin/startsystem.sh
|
||||||
|
|
|
||||||
|
|
@ -149,8 +149,6 @@ COPY --from=0 /clixon/build/ /usr/local/
|
||||||
COPY --from=0 /usr/local/share/yang/* /usr/local/share/yang/standard/
|
COPY --from=0 /usr/local/share/yang/* /usr/local/share/yang/standard/
|
||||||
COPY --from=0 /usr/local/share/mib-yangs/* /usr/local/share/mib-yangs/
|
COPY --from=0 /usr/local/share/mib-yangs/* /usr/local/share/mib-yangs/
|
||||||
|
|
||||||
RUN cp /usr/local/bin/test/mib/* /usr/share/snmp/mibs/
|
|
||||||
|
|
||||||
# Manually created
|
# Manually created
|
||||||
RUN mkdir /www-data
|
RUN mkdir /www-data
|
||||||
RUN chown www-data /www-data
|
RUN chown www-data /www-data
|
||||||
|
|
|
||||||
|
|
@ -169,7 +169,5 @@ COPY --from=0 /usr/local/share/openconfig/* /usr/local/share/openconfig/
|
||||||
COPY --from=0 /usr/local/share/mib-yangs/* /usr/local/share/mib-yangs/
|
COPY --from=0 /usr/local/share/mib-yangs/* /usr/local/share/mib-yangs/
|
||||||
COPY --from=0 /clixon/build/mibs/* /usr/share/snmp/mibs/
|
COPY --from=0 /clixon/build/mibs/* /usr/share/snmp/mibs/
|
||||||
|
|
||||||
RUN cp /usr/local/bin/test/mib/* /usr/share/snmp/mibs/
|
|
||||||
|
|
||||||
# Start the backend and restconf deamons
|
# Start the backend and restconf deamons
|
||||||
CMD /usr/local/bin/startsystem.sh
|
CMD /usr/local/bin/startsystem.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue