You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ARG ceos_version
- FROM ceosimage:${ceos_version}
-
- COPY console-getty.service getty.target /usr/lib/systemd/system/
- RUN rm /etc/systemd/system/getty.target.wants/getty@tty1.service
-
- ENV CEOS=1 \
- container=docker \
- EOS_PLATFORM=ceoslab \
- SKIP_ZEROTOUCH_BARRIER_IN_SYSDBINIT=1 \
- ETBA=1 \
- INTFTYPE=eth
- VOLUME [ "/mnt/flash" ]
- CMD ["/sbin/init"]
|