prjemian / epics-docker

Provide EPICS IOCs in docker images
9 stars 4 forks source link

new EPICS base image #15

Closed prjemian closed 3 years ago

prjemian commented 3 years ago

base 7.0.4.1 is latest today: https://epics.anl.gov/base/R7-0/4.php

https://epics.anl.gov/download/base/base-7.0.4.1.tar.gz

prjemian commented 3 years ago

compare with https://hub.docker.com/r/kedokudo/epics-base/dockerfile

prjemian commented 3 years ago

compare using debian:latest and ubuntu:latest

prjemian commented 3 years ago

Need these packages installed for OS:

        build-essential  \
        libreadline-dev  \
        nano  \
        screen \
        vim \
prjemian commented 3 years ago

Per https://github.com/prjemian/epics-docker/issues/13#issuecomment-770247135, add supervisord and revise the documentation.