File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 16
16
" Beamlines" ,
17
17
" blxxi" ,
18
18
" blxxt" ,
19
- " klogout"
19
+ " klogout" ,
20
+ " MVME"
20
21
]
21
22
}
Original file line number Diff line number Diff line change @@ -32,3 +32,27 @@ Organization https://github.com/epics-containers
32
32
when included in index.rst
33
33
34
34
See https://epics-containers.github.io for more detailed documentation.
35
+
36
+ Update for March 2023
37
+ =====================
38
+
39
+ Since the documentation for epics-containers was first published in Oct 2021,
40
+ there have been significant updates to the projects in this organization.
41
+
42
+ The documentation is now being updated to reflect these changes.
43
+
44
+ Notable improvements are:
45
+
46
+ - The developer experience has now been improved.
47
+
48
+ - Addition of a developer container with all the tools needed to build
49
+ and test the epics-containers projects included.
50
+ - Addition of a CLI tool to assist building deploying and managing
51
+ containerize EPICS IOCs.
52
+
53
+ - overhaul of the container build approach to minimize cache busting and
54
+ improve build times.
55
+
56
+ - Addition of support for IOCS running on MVME5500 with RTEMS 5. (this
57
+ could be extended to any cross-compiled architectures that use a
58
+ telnet shell and get their binaries from share file-systems (such as TFTP))
You can’t perform that action at this time.
0 commit comments